This is a ready-to-use Next.js 13 + Supabase starter with:
- ✅ Secure API routes (no Supabase service keys exposed on client)
- ✅ Preconfigured Inter font (no
Geistbug) - ✅ Auto-install & auto-run in CodeSandbox (
.codesandbox/tasks.json) - ✅ Ready for one-click deployment to Vercel
- Go to CodeSandbox Import
- Paste your repo URL:
To run this project, you’ll need to configure your Supabase keys in a .env.local file.
- Go to Supabase Dashboard.
- Select your project.
- Navigate to ⚙️ Settings → API.
- Copy the Project URL (it looks like
https://your-ref.supabase.co).
Set this as:
NEXT_PUBLIC_SUPABASE_URL=https://<your-ref>.supabase.co