Skip to main content
Uno is a Turbo monorepo that separates durable state, control-plane APIs, operator UI, and sandbox execution.

Core applications

Control-plane flow

Identity and onboarding

Supabase Auth owns sign-up and sign-in. Database triggers provision user profiles on account creation and personal workspaces after email confirmation. The web app exposes this flow at /login.

Coming next

Detailed architecture diagrams, data models, and sequence flows will be added in a later pass.