LaunchProof is an evidence-led launch-readiness cockpit. Give it a public GitHub repository and an HTTPS launch URL; it returns a transparent 100-point score, the evidence behind every point, a prioritized action plan, and a portable Markdown report.
Launch checklists usually ask teams to assert that work is complete. LaunchProof checks what a reviewer or customer can actually observe: public documentation, automation, releases, reuse terms, URL health, metadata, discovery files, and baseline response headers.
Requires Node.js 22.13 or newer.
npm install
npm run devOpen http://localhost:3000. The app starts with clearly labeled sample data. Use owner/repository and a public HTTPS URL to capture live evidence.
- Control room: combined readiness score and weak-signal summary
- Repository: live GitHub REST API integration
- Live surface: bounded server-side URL audit
- Action plan: local-only progress tracking
- Evidence: copy or download a Markdown handoff
No API key, database, login, or paid service is required. LaunchProof performs no invasive scanning and blocks local/private network targets.
Scoring lives in repoChecks and siteChecks in app/page.tsx. Change those functions to match your launch standard, add action items to baseActions, and restyle with the design tokens at the top of app/globals.css.
npm run lint
npm testAI-assisted implementation. All demo records are synthetic and visibly labeled; live evidence comes from public endpoints selected by the user.