Sign in

Get into the dashboard.

Google OAuth is wired through NextAuth so finance creators can use a single account across the app and future experiment data.

Google OAuth credentials are not configured yet. Add `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` in Vercel to activate sign-in.

What is ready now

The app scaffold, protected dashboard route, database schema, and user upsert hooks are all in place.

Back to landing page