Setup checklist

This page reads environment variables only (no secrets shown). Fix rows marked incomplete, reload, then use Sign in and Pricing → Subscribe when Clerk + Stripe + DB are green.

Configuration

Clerk authenticationReady

Publishable + secret keys detected.

Public app URLReady

NEXT_PUBLIC_APP_URL=https://continuum-self.vercel.app

Postgres DATABASE_URLReady

Connection string present. Live connectivity tested separately below.

Stripe Checkout (Indie / Studio)Ready

Secret key + price IDs present.

Stripe webhooks (sync subscriptions)Needs action

Production: webhook URL → /api/webhooks/stripe. Local testing: stripe listen --forward-to http://localhost:YOUR_PORT/api/webhooks/stripe

Database connectivity

Reachable. Create tables: cd apps/platform && npm run db:push

What we need from you

Full checklist for founders / ops: open docs/WHAT_WE_NEED_FROM_YOU.md in this repository (same content your team should fill in).