v1.0.0
StudioFlow create with agents.
A desktop creative workspace built to prove multi-claude agent orchestration through real product work. Tauri v2, React, domain-driven state, and the Claude Agent SDK.
Prerequisites
Rust (cargo), Node.js, pnpm
Install
pnpm install
Run
pnpm dev
What it proves
Multi-claude agent orchestration through real product work.
Independent execution
Builder packets run in isolated git worktrees. No session can see another. Real parallel waves with role independence.
Domain-driven state
Layer, project, command, viewport, history — typed domain models with Zustand stores and full undo/redo.
Verified by design
12 test files across domain, state, and components. Verifier runs as read-only independent session.
Quick start
Run the app
# Prerequisites: Rust (cargo), Node.js, pnpm
pnpm install
pnpm dev Run tests
pnpm test
pnpm typecheck
pnpm verify