⚡FieldFlow
One-time setup: connect a database
- Create a free Postgres database at neon.tech (or Supabase / Vercel Postgres)
- Copy its connection string
- In Vercel → your project → Settings → Environment Variables, add
DATABASE_URL
- Optional: add
STRIPE_SECRET_KEY (from stripe.com) for card payments, and AUTH_SECRET (any long random string)
- Redeploy the project, then refresh this page