What problem does it solve?
This Skill quickly bootstraps a complete monorepo featuring a FastAPI backend and a React/Vite frontend with DevOps scaffolding, enabling teams to start development immediately without manual boilerplate setup.
Core Features & Use Cases
- End-to-end scaffolding: Creates a cohesive project structure for backend, frontend, and configuration, ready for local development and deployment.
- Frontend bootstrap: Generates a React + Vite setup with Tailwind CSS, routing, and a starter UI.
- Backend scaffold: Provides a FastAPI skeleton with basic models, schemas, and a minimal API surface to begin API development.
- DevOps readiness: Includes scripts and configs to bootstrap local workflows, builds, and simple CI/CD scaffolding.
- Use Case: A team needs to spin up a brand-new product quickly, producing a consistent monorepo they can clone and start coding in minutes.
Quick Start
Run /init-project <project-name> to scaffold the project. Then navigate into the created folder, install dependencies, and start the development servers. The frontend is prepared with React + Vite, the backend with FastAPI, and a starter DevOps setup is provided for local development.