Customization Checklist
Use this checklist before calling a new project production-ready.
Branding
- Replace starter titles, logos, and navigation labels.
- Update manifest identity and metadata through
project.json. - Replace the example content pages with project-specific copy.
Runtime
- Review the local-first shell and keep only the parts your product needs.
- Replace the example draft fields and workflow stages.
- Add real sync behavior only if the product needs remote persistence.
Infrastructure
- Set the Cloudflare account, database, and KV IDs in
project.json. - Set the real domains in
project.json. - Run
pnpm run generateand create the resources named by its output. - Configure Google OAuth redirect URIs for local, stage, and production.
Delivery
- Set GitHub secrets required for deploy automation.
- Verify CI on a pull request.
- Verify stage deploy before wiring automatic production deploys.