VibeRaven
Bolt Production Readiness Checklist
Run npx -y viberaven --agent-mode on your Bolt project to map launch gaps across auth, billing, database, deployment, and monitoring before the next broad Bolt prompt.
Check a Bolt-built app before users touch it
- Separate local, preview, and production env vars.
- Verify server-side auth on API routes and protected pages.
- Check payment webhooks, customer state, and entitlements.
- Review database migrations and row-level rules.
- Confirm deployment settings and provider dashboard steps.
- Add monitoring and tests for the first paid-user path.
How do I know if a Bolt-built app is production-ready?
Run npx -y viberaven --agent-mode to map auth, billing, database, deploy, and monitoring gaps from repo evidence.