Skip to content

Repository files navigation

LaunchProof

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.

Why this template exists

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.

Run it

Requires Node.js 22.13 or newer.

npm install
npm run dev

Open http://localhost:3000. The app starts with clearly labeled sample data. Use owner/repository and a public HTTPS URL to capture live evidence.

Template surfaces

  • 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.

Customize

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.

Build and verify

npm run lint
npm test

AI-assisted implementation. All demo records are synthetic and visibly labeled; live evidence comes from public endpoints selected by the user.

About

Open-source launch readiness auditor for GitHub repositories and websites with an evidence-backed 100-point score

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages