Auth mode

Fake-user login is disabled in this local mode.

Protected-route code exists for internal/local MVP testing, but fake-user sign-in controls are hidden because NEXT_PUBLIC_ENABLE_SUPABASE_AUTH is off for this running app. This is not a signup page.

No fake Supabase Auth session is active in this mode. Turn on the internal auth flag in local configuration and restart the app to sign in as founder_admin, coach, teacher, or student. Real users, public signup, and random public student booking remain unavailable.

Founder/Admin login

Fake account

Fake founder/admin account for internal route and workflow testing.

Coach login

Fake account

Fake coach account for internal scheduling workflow testing.

Teacher login

Fake account

Fake teacher account for availability, confirmations, and claims.

Student login

Fake account

Fake student account for student-visible route testing only. Monthly booking stays limited to assigned teacher options; weekly requests are routed to eligible teachers.