KB — Pre-launch — Launch checklist
Launch checklist draft
The go-live gate. Walk this before any DNS cutover — nothing ships until every box is checked.
Use this when
A site is feature-complete and you're preparing to point a production domain at it.
Definition of done
Every item below is verified on the production domain, not just staging. Sign off with the date and who checked.
Transport & domain
- SSL certificate active and HTTPS enforced. → SSL / domain / DNS cutover
- HSTS enabled (with a considered max-age before adding
preload). http://andwww/apex variants redirect to the canonical HTTPS host.
Security
- Strict CSP set and enforced (not Report-Only). → Security baseline
- 2FA enabled on the CMS/host account; login attempts limited.
- Spam defenses on every form — CAPTCHA + honeypot. → Forms & data handling
- No untrusted input reaches unsafe DOM sinks; author HTML is sanitized.
Data & operations
- Automatic backups confirmed (host-level or scheduled).
- Payment flows use a PCI-DSS-compliant gateway (Stripe/PayPal).
- Monitoring/uptime alerting wired. → Monitoring & backups
Gotchas
Verify on the production domain after cutover — SSL, redirects, and CSP behave differently than on staging/preview hosts.
Why & sources
Composed from Webflow's website-security checklist and the platform research: Web security for client sites.