Claude Code vs CRHQ

A terminal coding agent vs. a managed multi-agent operations platform built on top of it.

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

Feature
Claude Code
CRHQ
Web UI for non-developers
Built-in scheduling primitive
Curated business skills (Slack, Fireflies, GA4, Sentry, Stripe…)
~
Multi-agent specialist team (Researcher / Developer / Writer / Analyst / Monitor)
Persistent shared project memory
~
Managed hosting (patches, backups, security baseline)
White-label / custom domain
Frontier coding agent in terminal & IDE
Bundled with Claude Pro / Max subscription

TL;DR

Claude CodeCRHQ
What it isAnthropic's terminal coding agentManaged multi-agent platform built on the Claude CLI
Primary userOne developer in a terminalYour business operator via a web UI
HostingLocal CLI / IDE plugin / Anthropic-hosted iOS & webDedicated managed VPS per customer
PersistenceCLAUDE.md files + auto-memoryPostgres + project documents + per-agent memory
Multi-agentSubagents, experimental Agent TeamsResearcher, Developer, Writer, Analyst, Monitor + delegation
SkillsAnthropic Skills, Plugins, MCP servers~25 production-ready skills (Slack, Fireflies, browser, GA4, Stripe…)
SchedulingNone nativeFirst-class cron-style schedules
Web UIclaude.ai/code (chat)Full operations dashboard, file browser, chat, projects
PricingBundled 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 delegation skill 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

CapabilityClaude CodeCRHQ
Underlying agent runtimeClaude (Anthropic-hosted inference)Claude CLI on the satellite
Surface for end usersTerminal, IDE, claude.ai/codeWeb app on the customer's domain
Skills systemAnthropic Skills / Plugins / MCPVersioned platform skills, toggle per satellite
Scheduled executionCron + headless on your ownBuilt-in scheduling primitive
Slack / Fireflies / GA4Plugins or build your own MCPBuilt-in skills, ready to go
Persistent memory across sessionsCLAUDE.md + auto-memoryPostgres + project documents + memory tables
Multi-agent delegationSubagents, experimental TeamsBuilt-in lead/sub-agent fan-out via delegation skill
Browser automationComputer use / claude --tool patternsPersistent Chromium with login state and anti-bot tuning
Backups, patches, monitoringYou own itCRHQ owns it
Agency / white-label deploymentsn/aHub manages a fleet of satellites with custom domains
White labeln/aCustom domain + branded login
Time to runningInstall 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 CodeCRHQ
EntryClaude Pro $20/mo$299/mo (Standard satellite)
MidClaude Max 5x $100, Max 20x $200$349/mo (Pro satellite)
HeavyAPI tokens (Sonnet $3/$15, Opus $5/$25 per MTok)$399/mo (Premium)
Annual discountn/a20% off
Model usageIncluded in plan or pass-through APIBYO 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.

See CRHQ on your own infrastructure.