Supabase Setup Needed

Connect your backend to unlock auth and classes

Add `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_ANON_KEY` in `.env.local`, then apply the SQL in `docs/schema.sql`. After that, the auth forms and class creation flow will work against your Supabase project.