Secure workspace access
Sign in without losing context
Return to the same AI PM operating room, recovery flow, and project setup path with a clear next action waiting.
Welcome back
Continue with the project context, decisions, and onboarding state already in place.
Public auth proof
Login trust chain
Sign-in keeps the auth contract, session continuity, recovery access, accessibility parity, and static performance budget visible before users resume work.
- 01Auth contract
POST /api/v1/auth/login receives the verified provider token before workspace bootstrap continues.
Review form - 02Session continuity
GET /api/v1/onboarding/status and project list resolution route the user back to onboarding or workspace context.
Trace resume - 03Recovery access
Reset password, help, and account creation stay reachable without leaving the public entry shell.
Open recovery - 04Accessibility parity
Labels, hints, alert/status regions, and keyboard-reachable recovery actions remain visible in the same route.
Inspect labels - 05Performance budget
Static form layout uses CSS-only responsiveness with no runtime observers, animation loop, or viewport listener.
Inspect static path