001 / Studio generator
A self-expanding Claude Code studio factory. Point it at any codebase — it infers your patterns, conventions, and stack, then generates a specialized AI coding assistant built around your code.
002 / Process
Run the interactive TUI wizard and provide a path to your existing codebase. Or describe your stack manually if you're starting fresh.
bun run cliui-studio scans your handlers, services, repositories, models, and components — extracting real conventions from real code, not templates.
✓ Go + chi + Templ detectedA complete Claude Code plugin lands in ~/.claude/plugins/ with a pattern MCP server, skills, agents, and rules tailored to your stack.
003 / The TUI
Built with OpenTUI — a native Zig terminal renderer. The wizard detects your stack, confirms inferred patterns, and installs the studio in seconds.
~/.claude/settings.jsonexpand_studio as the project grows004 / Supported stacks
go-templ
chi router, pgx, Goose migrations, Tailwind v4, templUI components
nextjs
App router, Drizzle or Prisma, Stripe, Clerk or next-auth
python-fastapi
SQLAlchemy, Pydantic models, Alembic migrations, Celery tasks
flutter
Riverpod state, Dio HTTP client, go_router navigation patterns
rust-axum
sqlx, diesel, Tower middleware, Serde serialization patterns
node-fastify
TypeScript, Fastify plugins, Prisma or Drizzle, optional tRPC
python-django
DRF views, model conventions, migrations, Celery, pytest patterns
custom
Any codebase. If it has source files, ui-studio can infer its patterns.
005 / Get started
cd ui-studio/generator && bun run cli
copy