Private password is not configured.
Blitz HQ

Implementation Checklists

Step-by-step execution checklists for Blitz HQ, Vercel, trial pages, native engine, and security.

Blitz HQ Setup Checklist

Stand up and verify the private command center.

  • pnpm install
  • Copy .env.example to .env.local
  • pnpm build passes
  • Password gate works
  • Search indexes prompts and glossary

Vercel Domain Checklist

Manual deployment prep (do not auto-deploy).

  • Create/link Vercel project autobuilder-blitz
  • Set BLITZ_HQ_PASSWORD in Vercel env
  • Set NEXT_PUBLIC_SITE_URL=https://autobuilder-blitz.noaerth.com
  • Add domain autobuilder-blitz.noaerth.com
  • Point DNS per Vercel

AutoBuilder Trial Page Checklist

After Blitz HQ is stable—build main product funnel.

  • Schema: workspaces, startup_pages, venture_genomes
  • Build /start and /hackathon
  • Build /trial/[slug] renderer
  • Credits and referral gates

Native Build Engine Checklist

Owned build loop without Cursor in production.

  • Repo reader
  • Patch engine + diff viewer
  • Sandbox runner
  • Approval queue

Security Checklist

Before any public ship.

  • Review CLAIM_REGISTER
  • Free user gates enforced
  • No secrets in repo