Login
Enter an email and let the backend issue the bootstrap JWT.
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.
Enter an email and let the backend issue the bootstrap JWT.
Create a workspace, then add a website using the backend onboarding state.
Land on a dashboard powered only by the APIs already implemented in `backend/`.
Use any valid email address. The backend will upsert the user and return a development-only access token.
Temporary flow for development only