Claude Code is Anthropic's agentic coding system — a terminal CLI, IDE plugins, an SDK, and a hosted surface at claude.ai/code. CRHQ is a managed multi-agent operations platform that, under the hood, uses the Claude CLI as its primary runtime. So this comparison isn't "either/or" — it's "Claude Code raw" vs. "Claude Code wrapped in everything you need to run a business on it."
At a glance — what each platform ships out of the box
TL;DR
| Claude Code | CRHQ | |
|---|---|---|
| What it is | Anthropic's terminal coding agent | Managed multi-agent platform built on the Claude CLI |
| Primary user | One developer in a terminal | Your business operator via a web UI |
| Hosting | Local CLI / IDE plugin / Anthropic-hosted iOS & web | Dedicated managed VPS per customer |
| Persistence | CLAUDE.md files + auto-memory | Postgres + project documents + per-agent memory |
| Multi-agent | Subagents, experimental Agent Teams | Researcher, Developer, Writer, Analyst, Monitor + delegation |
| Skills | Anthropic Skills, Plugins, MCP servers | ~25 production-ready skills (Slack, Fireflies, browser, GA4, Stripe…) |
| Scheduling | None native | First-class cron-style schedules |
| Web UI | claude.ai/code (chat) | Full operations dashboard, file browser, chat, projects |
| Pricing | Bundled with Claude Pro/Max or API tokens | $299–$399/mo per satellite + BYO Claude key |
What Claude Code actually is
A node binary that runs locally and streams to Anthropic's models for inference. It uses OS-level sandboxing (bubblewrap on Linux, seatbelt on macOS) for filesystem and network isolation — Anthropic reports an 84% reduction in permission prompts after enabling it. The extensibility model is a triangle:
- Skills — model-invoked knowledge packs the agent reads when relevant.
- Subagents — specialized personalities the main session can spawn.
- MCP servers — external tool/data connections.
- Plugins bundle the above for distribution.
Headless mode (claude -p plus --allowedTools) is the foundation for "Claude Code on a server" patterns. Memory layers go global → project → directory → personal CLAUDE.md files, plus Claude can write to them itself.
It's an excellent coding agent. Anthropic uses it internally and it's increasingly the de-facto choice for developers who already pay for Claude.
What CRHQ is
CRHQ provisions a dedicated VPS (a satellite) per customer with Postgres, file system, browser, persistent memory, encrypted credentials, and a multi-agent team. Each satellite runs the Claude CLI as its agent runtime — so the agent intelligence is the same Claude you'd get from Claude Code. What CRHQ adds:
- A web UI so non-developers can use it
- A library of production-ready skills (Slack, Fireflies, GA4, Search Console, Sentry, agent-browser, Stripe, Postgres, Google Workspace…)
- Scheduled jobs — every workflow can run on a cadence
- A multi-agent fleet with explicit roles (Researcher, Developer, Writer, Analyst, Monitor) and a
delegationskill for fan-out - Persistent project documents that all agents share
- Operational responsibility — patches, backups, monitoring, security baseline
- A hub that manages many satellites at once (for agencies and white-label deployments)
Info: This is the most important framing. CRHQ is not a competitor to Claude — it's a deployment shape for it, focused on team operations instead of solo developers.
Side-by-side
| Capability | Claude Code | CRHQ |
|---|---|---|
| Underlying agent runtime | Claude (Anthropic-hosted inference) | Claude CLI on the satellite |
| Surface for end users | Terminal, IDE, claude.ai/code | Web app on the customer's domain |
| Skills system | Anthropic Skills / Plugins / MCP | Versioned platform skills, toggle per satellite |
| Scheduled execution | Cron + headless on your own | Built-in scheduling primitive |
| Slack / Fireflies / GA4 | Plugins or build your own MCP | Built-in skills, ready to go |
| Persistent memory across sessions | CLAUDE.md + auto-memory | Postgres + project documents + memory tables |
| Multi-agent delegation | Subagents, experimental Teams | Built-in lead/sub-agent fan-out via delegation skill |
| Browser automation | Computer use / claude --tool patterns | Persistent Chromium with login state and anti-bot tuning |
| Backups, patches, monitoring | You own it | CRHQ owns it |
| Agency / white-label deployments | n/a | Hub manages a fleet of satellites with custom domains |
| White label | n/a | Custom domain + branded login |
| Time to running | Install CLI, you're going | ~90 seconds, provisioned for you |
Where Claude Code wins
- You're a developer who already pays for Claude. Claude Code is included with Pro/Max — no extra platform fee.
- You want maximum context control. CLAUDE.md layering, MCP servers, and direct prompt control are all in your hands.
- You live in a terminal or IDE. The friction of a web UI doesn't help you.
- Your work is private and per-developer. No one else needs to log in.
- You're an early adopter. New Claude Code features land first in the CLI; platforms follow.
If "one engineer with strong opinions and access to a terminal" describes your use case, Claude Code is the right answer.
Where CRHQ wins
- It's used by your business, not by one developer. Operators, marketers, support — they need a web UI and projects, not a CLI.
- You want recurring jobs without writing a wrapper. Daily SEO digests, weekly content audits, hourly support triage — schedule them in CRHQ; in Claude Code you build the cron+supervisor yourself.
- You want skills that already integrate with Slack, Fireflies, GA4, Search Console, Sentry, Stripe, Postgres, and a hardened browser — without becoming an MCP server author.
- You don't want to operate a server. Patches, backups, security, scaling, monitoring — CRHQ runs them.
- You're an agency. White-label custom domains, branded login, and a hub that manages many client satellites at once.
- You want explicit, named multi-agent roles with delegation built into the platform, not as an experimental flag.
Can I replicate CRHQ with Claude Code on a $10 droplet?
Partly. The community pattern of "Claude Code in tmux on a droplet behind Tailscale" is real and works for one developer who wants 24/7 access to a single agent from their phone.
What you'd build on top to get to CRHQ:
- A web UI with sessions, projects, file browser, and chat
- A persistent database for projects, memory, and credentials
- A scheduler (cron + a job runner that can launch headless Claude with allowlists)
- ~25 skills, each tested and versioned, plus a way to toggle them per tenant
- A delegation primitive for parallel sub-agents with isolated context windows
- Encrypted credential storage that the agent can read securely
- A persistent browser with login state and anti-bot tuning
- An audit log and per-action history
- Backups, monitoring, patching, security baseline
- A hub that manages multiple servers at once
That's the build. CRHQ exists because a lot of teams asked for it and didn't want to build it.
Pricing
| Claude Code | CRHQ | |
|---|---|---|
| Entry | Claude Pro $20/mo | $299/mo (Standard satellite) |
| Mid | Claude Max 5x $100, Max 20x $200 | $349/mo (Pro satellite) |
| Heavy | API tokens (Sonnet $3/$15, Opus $5/$25 per MTok) | $399/mo (Premium) |
| Annual discount | n/a | 20% off |
| Model usage | Included in plan or pass-through API | BYO key (Anthropic / OpenAI / Bedrock / Vertex) |
CRHQ's price buys the platform layer. Model spend is yours either way. If you're a single developer, Claude Code on Pro is the cheapest path to value. If you're a team that needs operational scaffolding, CRHQ amortizes fast.
Bottom line
- Pick Claude Code if you're a developer who wants the most powerful Claude experience in a terminal/IDE, and the operational layer is something you want to control yourself.
- Pick CRHQ if you want that same Claude intelligence wrapped in a managed web platform with skills, scheduling, integrations, and a fleet of agents — without building the wrapper.
Same brain, different deployment shape, different audience.