VibeRaven
Cursor Production Readiness Checklist
VibeRaven helps Cursor users move from a working local app to a clearer production-readiness pass by scanning repo evidence, mapping launch gaps, and creating the next specific prompt.
Check a Cursor-built app before users touch it
- Confirm local, preview, and production env vars are separated and documented.
- Verify auth is enforced on server routes and API handlers, not just client screens.
- Check Stripe or other payment webhooks, customer state, and entitlement logic.
- Review database migrations, row-level rules, backups, and seed-data assumptions.
- Confirm deployment settings, domains, redirects, and provider dashboard steps.
- Add monitoring, error handling, and test coverage for the first paid-user path.
How do I know if a Cursor-built app is production-ready?
Check the repo and provider setup for auth enforcement, env separation, billing webhooks, database safety, deployment configuration, monitoring, and tests. VibeRaven maps those areas into launch gaps and next prompts.