Architecture
System layout, runtime model, auth/tenancy, integration pipeline.
- Nuxt 3 + Nitro fullstack structure
- Workspace isolation and RBAC checks
- Session-cookie auth and provider-token cookies
Static docs for product, API, integrations, deployment, and CLI operations.
System layout, runtime model, auth/tenancy, integration pipeline.
Core endpoint map for auth, orgs, boards, cards, workspace sessions, and admin.
Linear, Notion, Jira, Trello import and OAuth/connectivity flows.
Fly.io deployment, secret setup, health checks, and rollback baseline.
Go + Bubble Tea CLI (`zb`) for login, boards/cards, imports, and workspace runs.
cd cli/zb
go mod tidy
go build -o zb
./zb login --email you@example.com --password '...'
./zb orgs
./zb boards
./zb workspace-runs list --session-id <session-id>Canonical markdown docs are in the repository `docs/` directory and are referenced by this page.