Skip to content

Commit ec51d28

Browse files
committed
Add freebuff to readme
1 parent c01f944 commit ec51d28

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Codebuff
1+
# Codebuff & Freebuff
22

3-
Codebuff is an **open-source AI coding assistant** that edits your codebase through natural language instructions. Instead of using one model for everything, it coordinates specialized agents that work together to understand your project and make precise changes.
3+
**[Codebuff](https://codebuff.com)** is an open-source AI coding assistant that edits your codebase through natural language instructions. **[Freebuff](https://www.npmjs.com/package/freebuff)** is the free, ad-supported version — no subscription, no credits, no configuration.
4+
5+
Instead of using one model for everything, Codebuff coordinates specialized agents that work together to understand your project and make precise changes.
46

57
<div align="center">
68
<img src="./assets/codebuff-vs-claude-code.png" alt="Codebuff vs Claude Code" width="400">
@@ -147,6 +149,18 @@ await client.run({
147149

148150
Learn more about the SDK [here](https://www.npmjs.com/package/@codebuff/sdk).
149151

152+
## Freebuff: The free coding agent
153+
154+
Don't want a subscription? **[Freebuff](https://www.npmjs.com/package/freebuff)** is a free variant of Codebuff — no subscription, no credits, no configuration. Just install and start coding.
155+
156+
```bash
157+
npm install -g freebuff
158+
cd your-project
159+
freebuff
160+
```
161+
162+
Freebuff is ad-supported and uses models optimized for fast, high-quality assistance. It includes built-in web research, browser use, and more. Learn more in the [Freebuff README](./freebuff/README.md).
163+
150164
## Why choose Codebuff
151165

152166
**Custom workflows**: TypeScript generators let you mix AI generation with programmatic control. Agents can spawn subagents, branch on conditions, and run multi-step processes.
@@ -216,6 +230,8 @@ Some ways you can help:
216230

217231
**SDK**: `npm install @codebuff/sdk`
218232

233+
**Freebuff (free)**: `npm install -g freebuff`
234+
219235
### Resources
220236

221237
**Documentation**: [codebuff.com/docs](https://codebuff.com/docs)

0 commit comments

Comments
 (0)