VERCEL VARIABLES
Add these server settings
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=your_publishable_key
Redeploy after adding the values for Production, Preview and Development.
BUILD 25 · SUPABASE FOUNDATION
The full cloud experience is built into this project. Add the two public Supabase environment variables and run the supplied SQL schema to activate secure accounts, syncing, classes and assignments.
VERCEL VARIABLES
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=your_publishable_key
Redeploy after adding the values for Production, Preview and Development.
DATABASE SCHEMA
Open Supabase SQL Editor and run supabase/schema.sql. It creates role-based profiles, learning snapshots, family links, classes, assignments, submissions, notifications and secure Row Level Security policies.