Skip to content

What should I check before going live?

Updated 20 August 2026·1 views

Production checklist

  • NODE_ENV=production is set
  • All database env vars are set
  • JWT_SECRET is a long random string
  • NEXT_PUBLIC_APP_DOMAIN points to your live URL
  • RLS is enabled (Supabase adapter)
  • Backups are configured

Was this article helpful?