Deployment
FluxKit marketing and docs deploy as a standard Next.js app.
Production readiness checklist
- Set production
SITE_URLandNEXT_PUBLIC_SITE_URL. - Set checkout and demo URLs used by pricing buttons.
- Verify docs route and legal routes are public and crawlable.
- Confirm Open Graph and metadata values match your brand.
Deployment sequence
- Set environment variables in your host (for example, Vercel).
- Deploy Next.js app.
- Run post-deploy smoke checks for landing, docs, and pricing links.
- Validate legal pages and support contacts.
Smoke test list
- Landing sections render and CTA buttons resolve.
/docssidebar nav works across all docs pages./#pricingcheckout flow opens the intended target./license,/terms, and/privacyare accessible.- Support contact links open correctly.
Disclosure: what deployment does not auto-solve
- Offer-market fit and conversion messaging still require iteration.
- Legal/compliance review remains your responsibility.
- External checkout provider uptime is outside this codebase.
Recommended go-live gate
Require a single shared sign-off checklist covering:
- security and secrets
- docs routes
- checkout links
- legal pages and policy links
Then publish publicly.
Last updated on