Skip to content

Quickstart Guides

These guides show how to configure Workbench for popular frameworks. Each guide walks you through creating a .workbench.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 .workbench.json in your project root
  2. Add it to Workbench as a repository
  3. Create a workspace — the setup script runs automatically
  4. Start prompting the agent

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


Original source: utensils.io/claudette