What problem does it solve?
Scaffolds and builds custom full-stack web apps with React, TypeScript, Vite in frontend/ and ASP.NET Core 10 Web API in backend/ using a documented monorepo layout (solution folder, nested API project, CORS aligned with the SPA, optional Identity). Runs a structured interview for product vision, pages, features, and data sources before generating code. Use when creating a new full-stack app, React + .NET + Vite monorepo, API + SPA split, or when the user wants this layout with documented security defaults.
Core Features & Use Cases
- Structured interview to capture project vision, pages, features, and data sources before coding.
- Skeleton layout with frontend/ and backend/ and a clear monorepo organization to match the reference layout.
- Security baseline with CORS alignment and optional Identity support, documented defaults.
- Guidance for API + SPA patterns and end-to-end scaffolding in a single repo.
Quick Start
Run the interview to generate a skeleton, then scaffold the frontend/ and backend/ monorepo according to the captured vision.