SWStep Williams

Up Rotation Dashboard

Database not connected yet.

This dashboard reads and writes real, shared data through Supabase. Two environment variables aren't set yet:

  • NEXT_PUBLIC_SUPABASE_URL
  • NEXT_PUBLIC_SUPABASE_ANON_KEY

Create a Supabase project, run the migration at supabase/migrations/0001_up_rotation.sql against it, create at least one manager user under Authentication → Users, add the two variables above to your environment, and this page will switch to the live dashboard automatically — no code changes required.