Skip to content

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.

FrameworkPackage ManagerGuide
DjangopipDjango & pip
Next.jsnpmNext.js & npm
PhoenixmixPhoenix & mix
RailsbundlerRails & bundler
HonobunHono & bun
FastAPIuvFastAPI & uv

Every quickstart follows the same pattern:

  1. Create a .claudette.json in your project root
  2. Add it to Claudette as a repository
  3. Create a workspace — the setup script runs automatically
  4. Start prompting the agent

The .claudette.json file tells Claudette how to bootstrap each workspace. See Per-Repo Settings for the full schema.