BUILD 25 · SUPABASE FOUNDATION

Connect LearnOrbit to the cloud.

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.

☁️Setup requiredNo Supabase public credentials were found in this deployment.

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.

DATABASE SCHEMA

Run the included SQL

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.

Read the Build 25 setup guide