VibeRaven public repo is live: production gate for AI-built apps #2
ohad6k
announced in
Announcements
Replies: 1 comment
-
|
Update for the public repo launch:
The most useful feedback right now is concrete: false positives, production gaps VibeRaven missed, and stack evidence you want the local gate to understand. Open the local launch console from an app repo: npx -y viberavenFor the deeper non-interactive agent/pro gate: npx -y viberaven --agent-modeIf this helps, star the repo so more AI app builders find the production gate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I opened the public VibeRaven repo here:
https://github.com/ohad6k/VibeRaven
It is the discovery repo for the CLI, MCP server, agent rules, examples, and docs. The product source stays private, but the public repo has the pieces agents should read before they tell you an app is production ready.
Open the local launch console from any app repo:
For the deeper non-interactive agent/pro gate:
VibeRaven scans for launch gaps around Supabase RLS, Vercel config, env vars, auth, webhooks, payments, monitoring, and deployment evidence. It writes a task list under
.viberaven/so the coding agent can fix one gap, verify, and keep going until the gate clears.If this is useful, star the repo so more AI app builders find it. Use Watch -> Custom -> Releases if you want release notifications.
The fastest feedback is an issue with one of these:
Beta Was this translation helpful? Give feedback.
All reactions