Deployment and Environments
This guide defines the environment-level information worth publishing for developers evaluating the starter kit.
It should answer how the product is separated across local, preview, and production-style environments without turning into a maintainer-only runbook.
Public Documentation Scope
- environment purpose and expectations
- deployment surfaces in the repo
- high-level domain and URL shape
- what changes between starter evaluation and production-ready setup
- where deeper operational docs live
Keep These Internal
- secret management procedures
- incident response steps
- recovery and rollback runbooks
- provider-specific maintenance commands
Those belong in docs/dev.
Repo-Level Pointers
apps/marketingfor the public marketing surfaceapps/appfor authenticated product surfacesapps/docsfor the published docs sitepackages/backendfor Convex backend logic