Comprehensive guide for deploying your application to production
Purchase a Domain
Setup Production Database (Supabase)
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
SUPABASE_SERVICE_ROLE_KEY
DATABASE_URL
(with pgbouncer)DIRECT_URL
(without pgbouncer)Configure Production Clerk Instance
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY
CLERK_WEBHOOK_SECRET
Configure Stripe for real Payments
STRIPE_SECRET_KEY
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
NEXT_PUBLIC_STRIPE_PRICE_ID
(for each product)STRIPE_WEBHOOK_SECRET
Configure Email Service (Plunk)
PLUNK_API_KEY
Configure Feedback Collection (UserJot)
Configure Analytics
Configure Customer Support
Deploy to Vercel
Post-Deployment Verification