HeyCoach

Almost set up

WorkOS is not configured, so no one can sign in to this production build.

To let people sign in

Set the WorkOS variables

From the WorkOS dashboard. All four are required:

WORKOS_API_KEY
WORKOS_CLIENT_ID
WORKOS_COOKIE_PASSWORD
NEXT_PUBLIC_WORKOS_REDIRECT_URI

Or, to explore this build locally

Set ALLOW_DEV_AUTH=true to re-enable the demo sign-in. It skips WorkOS entirely and lets anyone become any seeded user, so never set it on a deployment anyone else can reach.

Nobody has a session, and no data is exposed — every page redirects here until sign-in works.