Production Checklist
Use this checklist before marking your self-hosted setup production-ready.
Checklist
- Frontend deployed from
astro/and loading correctly - Backend deployed from
fastapi/and/healthreturns ok - Worker deployed and
CLOUD_RUN_URLconfigured - Auth flows work (sign-in, sign-up, dashboard access)
- Public profile/project/paper pages render
- Project API key creation and Dev API reads work
- Hashnode and Dev.to distribution work with valid tokens
- Cron workflows run successfully (
sync-api-keys-cache,reset-api-usage)
Expected outcome
All critical runtime paths work without manual intervention.