Quickstart Guides
These guides show how to configure Claudette for popular frameworks. Each guide walks you through creating a .claudette.json file with the right setup script and instructions for your stack.
Available Guides
Section titled “Available Guides”| Framework | Package Manager | Guide |
|---|---|---|
| Django | pip | Django & pip |
| Next.js | npm | Next.js & npm |
| Phoenix | mix | Phoenix & mix |
| Rails | bundler | Rails & bundler |
| Hono | bun | Hono & bun |
| FastAPI | uv | FastAPI & uv |
The Pattern
Section titled “The Pattern”Every quickstart follows the same pattern:
- Create a
.claudette.jsonin your project root - Add it to Claudette as a repository
- Create a workspace — the setup script runs automatically
- Start prompting the agent
The .claudette.json file tells Claudette how to bootstrap each workspace. See Per-Repo Settings for the full schema.