

Zeabur
Claude Code is Anthropic's official AI-powered coding agent CLI. It understands your codebase, generates and edits code, runs commands, and helps with complex development tasks -- all from the command line.
This template deploys Claude Code as a persistent developer workstation on Zeabur with a web-based terminal (ttyd) accessible from your browser.
claude --dangerously-skip-permissions for full permissions) and click Enter Terminal.If you prefer API key authentication instead of a subscription:
ANTHROPIC_API_KEY to your Anthropic API key from console.anthropic.com.ANTHROPIC_BASE_URL to use Zeabur AI Hub (e.g., https://ai.hub.zeabur.com).| Command | Description |
|---|---|
claude | Start interactive Claude Code session |
claude -p "prompt" | Run a one-shot prompt |
claude login | Authenticate with Anthropic |
claude --version | Check installed version |
claude config | View or modify configuration |
The /home/node directory is mounted as a persistent volume. All your projects, Claude Code configuration, and session data stored under /home/node will survive service restarts and redeployments.
Recommended workflow:
/home/node/projects//home/node/.claude/| Variable | Required | Description |
|---|---|---|
ANTHROPIC_API_KEY | No | Anthropic API key or Zeabur AI Hub token (only needed if not using subscription login) |
ANTHROPIC_BASE_URL | No | Custom API endpoint (set this for Zeabur AI Hub) |
WEB_TERMINAL_PASSWORD | Auto | Password for web terminal login (auto-generated, visible in dashboard) |
Claude Code's official system requirement is 4 GB+ RAM. AI processing happens on the Anthropic API side, so locally it only runs the Node.js CLI and shell tools, keeping CPU requirements low.
Zeabur