Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions web/src/content/advanced/claude-code-comparison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,16 @@ Pick Claude Code if you need:
## Feature Comparison

<MarkdownTable>
| Feature | Codebuff | Claude Code | | --- | --- | --- | | Polished CLI | ✅ |
✅ | | Natural language commands | ✅ | ✅ | | Runs tests autonomously | ✅ |
✅ | | SDK | ✅ | ✅ | | Speed | ✅ | ❌ | | Code review per prompt | ✅ | ❌
| | Follow up suggestions | ✅ | ❌ | | Cost | $ | $$ | | Minimal
confirmations | ✅ | ❌ | | Programmatic agents | ✅ | ❌ |
| Feature | 🟢 Codebuff | 🟣 Claude Code |
|---------|------------|---------------|
| 💎 Polished CLI | ✅ | ✅ |
| 🧠 Natural Language Commands | ✅ | ✅ |
| 🧪 Runs Tests Autonomously | ✅ | ✅ |
| 🧩 SDK | ✅ | ✅ |
| ⚡ Speed | ✅ | ❌ |
| 🔍 Code Review per Prompt | ✅ | ❌ |
| 💡 Follow-up Suggestions | ✅ | ❌ |
| 🎯 Minimal Confirmations | ✅ | ❌ |
| 🤖 Programmatic Agents | ✅ | ❌ |
| 💰 Cost | $ | $$ |
</MarkdownTable>