supabase-prod-checklist
Installation
SKILL.md
Supabase Production Deployment Checklist
Overview
Actionable 14-step checklist for taking a Supabase project to production, based on Supabase's official production guide. Each step below carries its verification checklist inline; the full SQL, TypeScript, and CLI commands for every step live in references/step-commands.md.
Prerequisites
- Supabase project on Pro plan or higher (required for PITR, network restrictions)
- Separate production project (never share dev/prod)
@supabase/supabase-jsv2+ installed- Supabase CLI installed (
npx supabase --version) - Domain and DNS configured for custom domain
- Deployment platform ready (Vercel, Netlify, Cloudflare, etc.)