Accessing Settings
Go to Admin → Settings to configure platform-wide options.Available Settings
| Setting | Description |
|---|---|
| Site Name | Your platform name |
| Support Email | Contact email shown to students |
| Logo | Platform logo (light and dark versions) |
| Primary Color | Brand color used throughout the UI |
Environment Variables
Core settings that require server configuration:| Variable | Description |
|---|---|
NEXT_PUBLIC_SITE_URL | Your platform URL |
NEXT_PUBLIC_SITE_NAME | Site name |
NEXT_PUBLIC_SUPABASE_URL | Supabase instance URL |
NEXT_PUBLIC_SUPABASE_ANON_KEY | Supabase anonymous key |
SUPABASE_SERVICE_ROLE_KEY | Supabase service role key |