Stack Builder
Your stack is empty
Add agents, commands, settings, hooks, or MCPs to build your development stack██████╗██╗ █████╗ ██╗ ██╗██████╗ ███████╗ ██████╗ ██████╗ ██████╗ ███████╗ ████████╗███████╗███╗ ███╗██████╗ ██╗ █████╗ ████████╗███████╗███████╗ ██╔════╝██║ ██╔══██╗██║ ██║██╔══██╗██╔════╝ ██╔════╝██╔═══██╗██╔══██╗██╔════╝ ╚══██╔══╝██╔════╝████╗ ████║██╔══██╗██║ ██╔══██╗╚══██╔══╝██╔════╝██╔════╝ ██║ ██║ ███████║██║ ██║██║ ██║█████╗ ██║ ██║ ██║██║ ██║█████╗ ██║ █████╗ ██╔████╔██║██████╔╝██║ ███████║ ██║ █████╗ ███████╗ ██║ ██║ ██╔══██║██║ ██║██║ ██║██╔══╝ ██║ ██║ ██║██║ ██║██╔══╝ ██║ ██╔══╝ ██║╚██╔╝██║██╔═══╝ ██║ ██╔══██║ ██║ ██╔══╝ ╚════██║ ╚██████╗███████╗██║ ██║╚██████╔╝██████╔╝███████╗ ╚██████╗╚██████╔╝██████╔╝███████╗ ██║ ███████╗██║ ╚═╝ ██║██║ ███████╗██║ ██║ ██║ ███████╗███████║ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝╚══════╝
The requested component could not be found. Please check the URL and try again.
Back to ComponentsComponent description will be loaded here.
Install this component locally in your project. Works with your existing Claude Code setup.
npx claude-code-templates@latest --agent=example --yes
Create a global AI agent accessible from anywhere with zero configuration. Perfect for automation and CI/CD workflows.
npx claude-code-templates@latest --create-agent example
example "your prompt here"
Execute Claude Code with this component in an isolated cloud environment. Perfect for testing complex projects without affecting your local system. Choose from multiple providers based on your needs.
Full-featured cloud development environment with complete isolation and all development tools pre-installed.
Add to your .env file:
ANTHROPIC_API_KEY=your_anthropic_key_here
E2B_API_KEY=your_e2b_key_here
npx claude-code-templates@latest --sandbox e2b --agent=example --prompt "your development task"
Serverless execution environment perfect for lightweight tasks, API development, and edge computing scenarios.
Add to your .env file:
ANTHROPIC_API_KEY=your_anthropic_key_here
npx claude-code-templates@latest --sandbox cloudflare --agent=example --prompt "your development task"
Run Claude Code in a local Docker container. Perfect for offline development, custom environments, and maximum control over the execution environment.
npx claude-code-templates@latest --sandbox docker --agent=example --prompt "your development task"
| Feature | E2B | Cloudflare | Docker |
|---|---|---|---|
| Execution Location | ☁️ Cloud | 🌍 Edge | 🏠 Local |
| Setup Complexity | Easy | Easy | Medium |
| Best For | Full stack projects | Serverless & APIs | Local dev & custom envs |
| API Keys Needed | Anthropic + E2B | Anthropic only | Anthropic only |
Loading component code...
Your stack is empty
Add agents, commands, settings, hooks, or MCPs to build your development stackNavigate to your project root and run the generated command. All selected components will be installed automatically.