docs: add ClawdBot vs Claude Code FAQ (v3.11.7)

- Add Appendix B: FAQ section addressing ClawdBot confusion
- Comprehensive comparison table (9 dimensions)
- Early warning note in 'Before You Start' section
- New README section with quick explanation
- Update all version references to 3.11.7
- Index FAQ in reference.yaml

Context: Jan 2026 community buzz created confusion between
ClawdBot (chatbot for messaging apps) and Claude Code (CLI dev tool)

Total: +86 lines across 5 files

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-01-25 11:38:19 +01:00
parent b52d95a634
commit caf302107f
5 changed files with 93 additions and 9 deletions

View file

@ -82,6 +82,14 @@ Same agentic capabilities as Claude Code, but through a visual interface with no
---
## ⚠️ ClawdBot vs Claude Code?
**Seen the buzz about ClawdBot?** It's a different tool. ClawdBot = self-hosted chatbot for messaging apps (personal automation, smart home). Claude Code = CLI for developers (terminal/IDE, code generation).
**[See FAQ](./guide/ultimate-guide.md#appendix-b-faq)** for detailed comparison table and decision tree
---
## 🔧 Hitting Rate Limits or High Costs?
**cc-copilot-bridge** routes Claude Code through GitHub Copilot Pro+ for flat-rate access ($10/month instead of per-token billing).
@ -363,7 +371,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv
**Status**: Research preview (Pro $20/mo or Max $100-200/mo, macOS only, **VPN incompatible**)
**Archive**: Historical versions available in git history (pre-v3.11.6)
**Archive**: Historical versions available in git history (pre-v3.11.7)
</details>
@ -433,7 +441,7 @@ Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
---
*Version 3.11.6 | January 2026 | Crafted with Claude*
*Version 3.11.7 | January 2026 | Crafted with Claude*
<!-- SEO Keywords -->
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,

View file

@ -1 +1 @@
3.11.6
3.11.7

View file

@ -6,7 +6,7 @@
**Written with**: Claude (Anthropic)
**Version**: 3.11.6 | **Last Updated**: January 2026
**Version**: 3.11.7 | **Last Updated**: January 2026
---
@ -424,4 +424,4 @@ where.exe claude; claude doctor; claude mcp list
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
*Last updated: January 2026 | Version 3.11.6*
*Last updated: January 2026 | Version 3.11.7*

View file

@ -10,7 +10,7 @@
**Last updated**: January 2026
**Version**: 3.11.6
**Version**: 3.11.7
---
@ -30,6 +30,8 @@
**Use critically. Experiment. Share what works for you.**
> **⚠️ Note (Jan 2026)**: If you've heard about **ClawdBot** recently, that's a **different tool**. ClawdBot is a self-hosted chatbot assistant accessible via messaging apps (Telegram, WhatsApp, etc.), designed for personal automation and smart home use cases. Claude Code is a CLI tool for developers (terminal/IDE integration) focused on software development workflows. Both use Claude models but serve distinct audiences and use cases. [More details in Appendix B: FAQ](#appendix-b-faq).
---
## TL;DR - The 5-Minute Summary
@ -185,6 +187,7 @@ Context full → /compact or /clear
- [For Non-Developers: Claude Cowork](#for-non-developers-claude-cowork)
- [Appendix: Templates Collection](#appendix-templates-collection)
- [Appendix A: File Locations Reference](#appendix-a-file-locations-reference)
- [Appendix B: FAQ](#appendix-b-faq)
---
@ -14258,6 +14261,79 @@ Thumbs.db
---
## Appendix B: FAQ
### Claude Code vs ClawdBot: What's the Difference?
**Question**: Both tools use "Claude" in their name and I've seen buzz about both recently. Are they competitors? Which should I choose?
**Short answer**: They serve completely different use cases. Not competitors—complementary tools for different audiences.
**Detailed comparison**:
| Aspect | Claude Code | ClawdBot |
|--------|-------------|----------|
| **Interface** | Terminal/CLI + IDE integration (VS Code, Cursor, etc.) | Messaging apps (WhatsApp, Telegram, Discord, Signal, iMessage) |
| **Primary audience** | Software developers, DevOps, tech leads | Everyone (personal assistants, smart home, knowledge workers) |
| **Core use case** | Software development (code generation, refactoring, debugging, architecture) | Personal automation, task management, smart home control, 24/7 assistance |
| **Access model** | Local terminal session, requires being at computer or SSH | Remote access via messaging apps from any device (phone, watch, tablet) |
| **Installation** | `npm install -g claude-code` (simple CLI install) | Self-hosted (Docker/VPS ~$5/month + LLM API costs) |
| **Architecture** | CLI tool + MCP servers + hooks/skills/agents system | Agent + Gateway + Skills + Memory (4-component architecture) |
| **Smart home** | Not covered (development-focused) | ✅ Native Home Assistant integration, monitoring, automation |
| **Code development** | ✅ Core use case (pair programming, code review, refactoring) | Possible but not the primary focus |
| **Pricing** | Anthropic API usage (pay-as-you-go, ~$3-15/project typical) | Open-source (free) + infrastructure (VPS ~$5/mo + LLM API costs) |
| **Ideal for** | Writing code, reviewing PRs, debugging, architectural decisions | Daily reminders, email management, calendar, monitoring, personal tasks |
**When to choose Claude Code**:
- You're a developer working in terminal/IDE
- You need pair programming, code reviews, refactoring help
- Your workflow is codebase analysis and software architecture
- You want deep IDE integration and git workflow automation
**When to choose ClawdBot**:
- You want a 24/7 personal assistant accessible from your phone
- You need smart home automation (Home Assistant, IoT devices)
- Your use cases are: task management, reminders, email/calendar, monitoring
- You want messaging app interface (WhatsApp, Telegram, etc.)
**Can you use both?**:
Yes! They complement each other well:
- **ClawdBot**: Handles daily personal automation, monitoring, reminders
- **Claude Code**: Handles software development work when at your computer
Example workflow:
```
ClawdBot (on phone): "Remind me to review the PR when I'm at my desk"
→ Get notification
Claude Code (at desk): "Review the authentication PR, check for security issues"
→ Deep code analysis with full codebase context
```
**Quick decision tree**:
```
What's your primary goal?
├─ Write/review code → Claude Code
├─ Personal automation/smart home → ClawdBot
└─ Both? → Use both (they don't conflict)
```
**Resources**:
- **ClawdBot**: [https://clawd.bot/](https://clawd.bot/) | [GitHub](https://github.com/clawdbot/clawdbot) | [Setup guide](https://docs.clawd.bot/start/getting-started)
- **Claude Code**: This guide | [GitHub](https://github.com/anthropics/claude-code)
**Community confusion**:
Common misconceptions we've seen:
- ❌ "ClawdBot is Claude Code but with messaging interface" → **False**. Different architectures, different use cases.
- ❌ "I need to choose one or the other" → **False**. They complement each other.
- ❌ "ClawdBot is a fork of Claude Code" → **False**. Independent projects with different creators.
**Final note**: This comparison reflects Jan 2026 state of both tools. Both are evolving rapidly. Check official documentation for latest capabilities.
---
## About This Guide
**End of Guide**
@ -14277,4 +14353,4 @@ Thumbs.db
**Contributions**: Issues and PRs welcome.
**Last updated**: January 2026 | **Version**: 3.11.6
**Last updated**: January 2026 | **Version**: 3.11.7

View file

@ -3,7 +3,7 @@
# Source: guide/ultimate-guide.md
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
version: "3.11.6"
version: "3.11.7"
updated: "2026-01-25"
# ════════════════════════════════════════════════════════════════
@ -635,7 +635,7 @@ ecosystem:
- "Cross-links modified → Update all 4 repos"
history:
- date: "2026-01-20"
event: "Code Landing sync v3.11.6, 66 templates, cross-links"
event: "Code Landing sync v3.11.7, 66 templates, cross-links"
commit: "5b5ce62"
- date: "2026-01-20"
event: "Cowork Landing fix (paths, README, UI badges)"