From f06f83ddd0669fde57fc841310b34c99146e4014 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 25 Jan 2026 05:00:47 +0000 Subject: [PATCH] docs: add CC comparison faq --- docs/help/faq.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/help/faq.md b/docs/help/faq.md index f883bc9a4..f23372079 100644 --- a/docs/help/faq.md +++ b/docs/help/faq.md @@ -56,6 +56,7 @@ Quick answers plus deeper troubleshooting for real-world setups (local dev, VPS, - [What is Clawdbot?](#what-is-clawdbot) - [What is Clawdbot, in one paragraph?](#what-is-clawdbot-in-one-paragraph) - [What’s the value proposition?](#whats-the-value-proposition) + - [What are the advantages vs Claude Code for web development?](#what-are-the-advantages-vs-claude-code-for-web-development) - [Skills and automation](#skills-and-automation) - [How do I customize skills without keeping the repo dirty?](#how-do-i-customize-skills-without-keeping-the-repo-dirty) - [Can I load skills from a custom folder?](#can-i-load-skills-from-a-custom-folder) @@ -842,6 +843,21 @@ Highlights: Docs: [Gateway](/gateway), [Channels](/channels), [Multi‑agent](/concepts/multi-agent), [Memory](/concepts/memory). +### What are the advantages vs Claude Code for web development + +Clawdbot is a **personal assistant** and coordination layer, not an IDE replacement. Use +Claude Code or Codex for the fastest direct coding loop inside a repo. Use Clawdbot when you +want durable memory, cross-device access, and tool orchestration. + +Advantages: +- **Persistent memory + workspace** across sessions +- **Multi-platform access** (WhatsApp, Telegram, TUI, WebChat) +- **Tool orchestration** (browser, files, scheduling, hooks) +- **Always-on Gateway** (run on a VPS, interact from anywhere) +- **Nodes** for local browser/screen/camera/exec + +Showcase: https://clawd.bot/showcase + ## Skills and automation ### How do I customize skills without keeping the repo dirty