Open-source production-readiness audit for AI-built apps
launchworthy is an open-source Claude Code skill I built for the person who shipped an app with Lovable, Bolt, v0, or Cursor and does not know what they do not know about going to production. It plays bouncer at the door: it auto-detects your stack, audits five domains from frontend to disaster recovery, and hands back a scored scorecard plus a copy-paste punch list. It refuses to mark anything safe it cannot actually verify, and it argues back when you rationalize. I packaged the whole thing as a one-command Claude Code plugin, built the landing page, and released it under MIT.
Key information about the project scope and deliverables
Wunderlandmedia
Developer Tools / Open Source
1 week
2026
How we transformed obstacles into opportunities
A plain review-my-code session misses a third of the production gaps that are not in the code at all: backups, error alerts, rollback, registrar 2FA.
Chat models default to reassuring you, so anything unverified quietly turns green.
Ask a model to review the same app twice and you get two differently shaped reviews.
Generic reviews flag false positives like the public Supabase anon key while missing the real critical, which is row-level security being off.
A fixed five-domain checklist that covers infrastructure and recovery, not just the code.
A hard contract: anything it cannot verify is marked MANUAL CHECK NEEDED, never a pass, and it counters each rationalization instead of nodding along.
Fixed severities and scoring, so 0 of 5 to 5 of 5 becomes a real, repeatable progression you can watch.
The handful of inconsistent judgment calls are hardcoded, so it flags the real problem instead of the fake one.
Workflow
A systematic approach to delivering exceptional results
Five domains from frontend to recovery, with fixed severities and a scoring model that makes progress measurable.
The audit workflow, the copy-paste fix playbooks, and the evidence interview that asks for proof, not a checkbox.
Wrapped as a one-command Claude Code plugin with its own marketplace, released on GitHub under MIT.
An Astro site deployed on Cloudflare at launchworthy.dev that turns the whole idea into one scroll.
Visual showcase of the project's key features and design elements