Launch readiness
This page shows what the server already has. Items marked owner-only need you to create accounts and paste secrets — the AI cannot do those for you.
Environment checks
- Loading status…
Your action list (accounts only you can create)
- AI keys — Get at least one:Paste into
.envasXAI_API_KEYetc., or add in Settings after signup (BYOK). - Stripe — dashboard.stripe.com: create Product “Verum Pro” $12/month → copy Price ID + Secret key + Webhook secret.
- Neon Postgres — neon.tech: create project → copy connection string for production.
- GitHub + Vercel — push this repo, import on vercel.com, paste all env vars, deploy.
- Generate secrets — run in PowerShell:
node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"Use twice: AUTH_SECRET and ENCRYPTION_SECRET.