Hey everyone,
I built VibeRaven for builders shipping AI-built apps, especially the ones deploying on Vercel.
The problem I kept hitting was: the preview deploy works, but I still don’t know if the app is actually ready for real users.
VibeRaven is a VS Code/Cursor extension that scans the repo and detects the stack/providers already in use, like Vercel for deploy, Supabase/Firebase for auth or DB, Stripe/Polar for billing, Sentry/PostHog for monitoring, etc.
Then it shows what looks wired and what still looks risky before launch.
Curious what Vercel builders here usually catch late before production:
env vars, auth callbacks, webhooks, billing, monitoring, or something else?