Release checklist

Catch the miss before production does.

Broken paths, missing env, auth gaps — obvious after the deploy, expensive during it. Run a preflight. Then ship.

Email to buy — $0+
Pay what you want$0+

What a miss looks like

preflight · staging → production

FAIL  AUTH_SECRET is unset
      /admin returned 200 with no session cookie

FAIL  /pricing.html  (linked from nav, file missing in build)

WARN  STRIPE_WEBHOOK_SECRET empty
      checkout will 500 on the first paid user

Fix the three lines. Re-run until it’s quiet. Then ship.

What it checks

Broken paths

Dead routes and missing files before they 404 in production.

Missing env

Required variables named before the process boots empty.

Auth gaps

Endpoints that should be gated and aren’t.

Pay what you want

Listed at $0+. Pay what the catch is worth.

Common questions

Is it free?

Listed at $0+. Pay what you want when you email to buy.

What does a pass look like?

No FAIL lines on paths, env, or auth. Warnings you accept stay warnings.

How do I buy?

Email b2stealthysolutions@gmail.com with the subject Deploy-Preflight.

Run the check. Then ship.

Email to buy — $0+. Pay what you want.

Email to buy — $0+