What should I check before going live?
Updated 20 August 2026·1 views
Production checklist
NODE_ENV=productionis set
- All database env vars are set
JWT_SECRETis a long random string
NEXT_PUBLIC_APP_DOMAINpoints to your live URL
- RLS is enabled (Supabase adapter)
- Backups are configured
Was this article helpful?