Vibe Readiness Score
The overall readiness check for any vibe-coded app before going production. Enter your URL and get a score across five dimensions:| Dimension | What it checks |
|---|---|
| SEO | Meta tags, structured data, sitemap, robots.txt |
| Performance | Core Web Vitals, image optimization, JS bundle size |
| Security | HTTPS, security headers, exposed API keys |
| Reliability | Error pages (404/500), health endpoint, uptime |
| Crawlability | Bot rendering, noindex tags, canonical setup |
- Builders generate
<meta name="robots" content="noindex">in development mode and it makes it to production - Images are served from external URLs (builder’s CDN) rather than your own domain
- No sitemap generated
og:imageis missing or relative
Platform SEO Audits
Each platform-specific audit is tuned to the exact output patterns of that builder:Lovable SEO Audit
Checks Lovable-specific patterns:- Supabase image URLs in
og:image(should be your own domain after migration) NEXT_PUBLIC_variables accidentally leaking server-only values- Supabase auth redirect URLs matching your production domain
- Missing
next/headconfiguration
Base44 SEO Audit
Checks Base44-specific patterns:base44.ioreferences in meta tags or canonical URLs (means the app thinks it’s still on Base44)- Base44 Supabase project URLs still hard-coded after migration
- Missing
<title>tags (Base44 sometimes generates apps without them) - No favicon (Base44 uses a default)
Replit SEO Audit
Checks Replit-specific patterns:replit.appdomain in canonical tags (means DNS isn’t pointing to your new deployment)REPL_*environment variable references in client-side code- Missing HTTPS redirect (Replit has this built-in; your new host may not)
- No robots.txt (Replit auto-generates one; you need to create yours)
Bolt SEO Audit
Checks Bolt-specific patterns:- WebContainer-specific code that breaks in production (e.g.
window.bolt.*references) - Missing environment variables that Bolt injected automatically
- In-memory database patterns that don’t work outside the WebContainer
Cursor SEO Audit
Checks apps built with Cursor AI assistance:- Placeholder content left in generated code (
lorem ipsum,TODO:,your-api-key) - Development URLs hard-coded in fetch calls
- Missing error boundaries
Cloud Cost Calculator
Estimate your monthly AWS cost based on your app’s characteristics: Inputs:- Expected monthly page views
- App type (static, SSR, full-stack with API)
- Database size
- File storage needs
- AWS region
- Estimated EC2 cost
- Data transfer cost
- Route53 cost
- Total monthly estimate with breakdown
Launch Plan Generator
Answer 10 questions about your app and get a personalized launch checklist:- App type and framework
- Target audience and geography
- Revenue model (free, paid, freemium)
- Database and backend type
- Authentication method
- SEO priorities
- Marketing channels planned