What problem does it solve?
It eliminates the chaos of manually coordinating backend API contracts, code generation, and frontend design when building React + Vite applications inside a pnpm monorepo.
Core Features & Use Cases
- App Classification: Guides you to categorize the project (presentation‑first, personal utility, CRUD, logic‑heavy, or interactive) and decide design subagent ownership.
- API Planning: Encourages adding “wow” endpoints and using OpenAPI spec with codegen for a polished experience.
- Parallel Build Workflow: Details how to run backend development and design subagent‑driven frontend creation simultaneously for speed.
- Design Subagent Delegation: Provides precise instructions on launching the design subagent, passing relevant files, and managing its bottleneck.
- SEO & Consistency: Includes best‑practice SEO tags and guidance on extracting visual tokens for multi‑artifact projects.
Quick Start
Request the assistant to create a new React + Vite app by describing the app’s purpose and providing any existing OpenAPI specifications.