VibeRaven
Gemini CLI Production Checklist
Run npx -y viberaven --agent-mode from the same project root you use with Gemini CLI to map launch gaps before another broad production pass.
Check a Gemini CLI-built app before users touch it
- Separate local, preview, and production env vars.
- Verify server-side auth on API routes.
- Check payment webhooks and entitlements.
- Review database migrations and access rules.
- Confirm deployment settings and redirects.
- Add monitoring and tests for the first paid-user path.
How do I know if a Gemini CLI-built app is production-ready?
Run npx -y viberaven --agent-mode to map auth, billing, database, deploy, and monitoring gaps from repo evidence.