Five steps. Zero install.
From the first question to the first useful prompt in Claude Code. No account, no CLI to install, no tracking. Generation runs server-side on Next.js, in memory, per request.
Answer the 9 questions
Name, mode (greenfield or overlay), stack, agents, skills, MCPs, design system, extras, license. Go back at any point, nothing is locked.
- 9-step stepper
- Live validation
- No account required
The generator customizes
The server reads templates, filters checked agents/skills/MCPs, substitutes your project name, description, colors, license. No file you didn't ask for.
- Selection-based filter
- Per-stack variants
- Name & color substitution
You download the zip
The .zip is generated on the fly and streamed. Nothing is stored server-side, nothing is sent to a third party (no Anthropic, no OpenAI). The form payload lives only for the HTTP request.
- Zero storage
- Zero tracking
- Zero third party
You unzip
Greenfield: unzip into an empty folder. Overlay: run install.sh inside an existing repo, it backs up your prior .claude/ and drops the Claude config on top without breaking anything.
- Greenfield mode
- Overlay mode
- Automatic backup
You run claude
Greenfield: /kickoff initializes the project from scratch. Overlay: /audit maps the existing codebase in 10 minutes. Off you go.
- /kickoff (greenfield)
- /audit (overlay)
- 90/10 model routing documented
Six file families.
All versionable.
Everything in the zip is readable, editable, deletable. No binaries, no lock-in, no Cordée.IA dependency once generated. It's your repo.
Three main profiles. Plus you, next Saturday.
- Generate a customized starter for each engagement
- Client name and brand colors substituted automatically
- No drift between projects, the baseline stays consistent
Eight key files.
Zero magic.
Everything in the zip, in the order you'll meet it when you open the project. No Cordée.IA dependency after generation, delete or modify whatever you want.
CLAUDE.md
Claude Code instructions customized with your project name, stack, and description.
.claude/settings.json
Permissions, hooks, env vars, teammateMode auto (compatible with Sonnet 4.6 and Opus 4.7).
.claude/agents/
The agents you checked. Per-stack variants for test-writer and dependency-updater.
.claude/skills/
The skills you checked (/kickoff, /audit, etc.). Editable markdown.
.claude/rules/
Coding standards, git workflow, security. Loaded on every session.
.mcp.json
The MCP servers you checked, ready to use. OAuth or env-var auth depending on the server.
DESIGN.md
9-section design system (example, blank, or absent, your choice).
install.sh
Dual-mode script: run it to drop the config on top of an existing repo (overlay mode).
Six use cases.
One rope.
Cordée.IA is free, open source, MIT. Here's who actually uses it and how. If your case isn't covered, open an issue.
Bootstrap a project from scratch
Answer 9 questions, download the .zip, run claude. 2 minutes instead of 2 hours of CLAUDE.md config.
Try the generatorAdd Claude to an existing project
Overlay mode: install.sh detects your stack (Next, Nest, FastAPI, Go, Rust), backs up your existing .claude/, drops the config without breaking anything.
Try overlay modeRun a workshop or class
Generate one starter for 30 students. Distribute the .zip via Moodle or shared drive. Everyone starts on the same footing.
See the scenarioDemo Claude Design in a talk
DESIGN.md ready to upload to claude.ai/design. Handoff to Claude Code button. /design-handoff skill scaffolds the Next.js. Full chain in 5 min.
See the example DESIGN.mdStandardize a team
Generate your team's official starter once, push it to a GitHub template repo. Every new project inherits it automatically.
Set up the team templateFast onboarding on a legacy
Drop the overlay, run /audit. Claude maps the codebase, lists 5 risky zones, 5 safe zones to start, suggests 3 safe PRs.
Run the overlayHonest
answers.
Six questions that come up often. If yours isn't here, open an issue on the repo, we reply within 24h.