Bootstrap auth

Sign in to the operational side of SEO CoFounder.

This first slice uses the existing backend bootstrap login flow so we can validate onboarding, workspace ownership, and dashboard data before a production auth system lands.

Login

Enter an email and let the backend issue the bootstrap JWT.

Onboarding

Create a workspace, then add a website using the backend onboarding state.

Overview

Land on a dashboard powered only by the APIs already implemented in `backend/`.

Development sign-in

Use any valid email address. The backend will upsert the user and return a development-only access token.

Temporary flow for development only