Auth Entry
Signed-out users stay on the marketing entry page, while signed-in users route straight into their workspace.
Blackvoid now has a real signed-in application shell, so the next layer can focus on canvases, objects, and placement instead of auth plumbing.
API Health
Reachableblackvoid-api · development
Session
Signed OutGoogle sign-in is ready to redirect into a workspace.
Deployment
Split Serviceshttps://app.dev.blackvoid.ai -> https://api.dev.blackvoid.ai
Signed-out users stay on the marketing entry page, while signed-in users route straight into their workspace.
The app now understands workspaces and canvases instead of stopping at a generic scaffold homepage.
Session, workspace, and canvas lookups happen on the server with forwarded cookies to avoid client-side auth churn.
The first workspace view is ready for tldraw and object placement to plug into a real app frame.