Codebuff

Supercharge Your AI Coding

Simple. Fast. Powerful. Codebuff works in your .

npm install -g codebuff
EXPLORER
📁
src
📄
index.ts
📁
api
📄
auth.ts
📄
users.ts
📄
projects.ts
📁
utils
📄
helpers.ts
📄
types.ts
📄
constants.ts
📄
validation.ts
📁
components
📄
App.tsx
📄
Button.tsx
📄
Card.tsx
📄
Input.tsx
📁
forms
📄
LoginForm.tsx
📄
SignupForm.tsx
📁
tests
📄
index.test.ts
📄
auth.test.ts
📄
utils.test.ts
📁
config
📄
tsconfig.json
📄
jest.config.js
📄
.env.example
📄
index.ts
📄
auth.ts
📄
App.tsx
1
import { useEffect, useState } from 'react'
2
import { axios } from 'axios'
3
4
interface User {
5
id: string
6
email: string
7
}
8
9
export function UserProfile() {
10
const [user, setUser] = useState<User>();
TERMINAL

Codebuff: Code from your terminal!

Your Codebase, Fully Understood

DEEP PROJECT INSIGHTS & ACTIONS
Indexes your entire codebase in 2 seconds

Codebuff deeply understands your entire codebase structure, dependencies, and patterns to generate code that other AI tools can't match.

See How It Works
🧠

Total Codebase Awareness

Builds a complete map of your project, including hidden dependencies

✂️

Surgical Code Edits

Makes pinpoint changes while respecting your codebase's existing structure and style

Instant Solutions

Tailors solutions based on your codebase context

> Add a weather forecast feature to my Flask app by integrating the OpenWeatherMap API

Codebuff: On it! Reading files...

http://my-app.example/weather

Weather App

Error: API Key Missing

Please configure the OpenWeatherMap API key to display weather information.

http://my-app.example/weather

Weather Dashboard Pro ✨

Enterprise-grade API integration with real-time updates

☀️

San Francisco

72°FSunny
Humidity
45%
Wind
8 mph ↗️ NE
Pressure
1012 hPa
UV Index
3 Low
Updated 2 min agoNext update in 5 min

✓ Connected: API integrated with secure key management, caching and load balancing

Before
After

Direct your codebase like a movie

PRECISE CONTROL & FLEXIBILITY
Zero setup hurdles, infinite control

Works in your terminal with any tech stack, no special environments needed. Just install npm and you're good to go.

View Installation Guide

Better and Better Over Time

CONTINUOUS LEARNING & OPTIMIZATION
Persists project knowledge between sessions

Don't repeat yourself. Codebuff can take notes on your conversations and stores them in human-readable markdown files. Each session teaches it about your specific needs and project setup.

Learn About Knowledge Files

knowledge.md

Your project's brain - learns and evolves with each use

Knowledge Growth Over Time

Mastery
Basics
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Codebuff automatically gets better every time you use it

The Competition

Spoiler: We're faster, smarter, and work anywhere you do

🤖GitHub Copilot

Constant hallucinations and wrong suggestions

theme-toggle.tsx
// Original code gradually melting
function ThemeToggle() {
const [theme, setTheme] = useState('light');
const toggleTheme = () => {
setTheme(theme === 'light' ? 'dark' : 'light');
};
return (
<button onClick={toggleTheme}>
Toggle Theme: {theme}
</button>
);
}
// Hallucinated code suggestions
🤖 Copilot Chat
GitHub Copilot
I'll help you implement a theme toggle in React. What approach do you want to use?
You
Just make a simple toggle between light and dark modes.
💡Suggestion accuracy: 100%

What Developers Are Saying

Watch them rave about Codebuff (previously "Manicode")
Daniel Hsu

Founder & CEO

I was so flabbergasted that it even did the pip install for me haha
Albert Lam

Founder & CEO

Dude you guys are building something good
Chrisjan Wust

Founder & CTO

I'm honestly surprised by how well the product works!
Stefan Gasser

Founder & CEO

Yesterday at this time, I posted about testing Codebuff for our dark → light mode conversion. Today at 10 AM, our new light design is live in production...
Stephen Grugett

Founder & CEO

Just had a magical manicode moment: ... And it just worked!
Dennis Beatty

Founder & CEO

One of my favorite parts of every day is hearing @brett_beatty giggle in awe at @CodebuffAI. We've been using it daily for a couple months now and it's still incredible 🤯
Omar

Design Engineer

Just did a complete structural refactoring that would have took 4-8 hours by a human in 30 minutes using Claude (Web) to drive Codebuff to finish line. I think research in AI+AI pair programming is a must.
Daniel Hsu

Founder & CEO

I was so flabbergasted that it even did the pip install for me haha
Albert Lam

Founder & CEO

Dude you guys are building something good
Chrisjan Wust

Founder & CTO

I'm honestly surprised by how well the product works!
Stefan Gasser

Founder & CEO

Yesterday at this time, I posted about testing Codebuff for our dark → light mode conversion. Today at 10 AM, our new light design is live in production...
Stephen Grugett

Founder & CEO

Just had a magical manicode moment: ... And it just worked!
Dennis Beatty

Founder & CEO

One of my favorite parts of every day is hearing @brett_beatty giggle in awe at @CodebuffAI. We've been using it daily for a couple months now and it's still incredible 🤯
Omar

Design Engineer

Just did a complete structural refactoring that would have took 4-8 hours by a human in 30 minutes using Claude (Web) to drive Codebuff to finish line. I think research in AI+AI pair programming is a must.
JJ Fliegelman

Founder

I played around with Codebuff and added some features to something I was working on. It really does have a different feeling than any other AI tools I've used; feels much more right, and I'm impressed by how you managed to land on that when nobody else did.
anonymous

Software Architect

I finally tried composer. It's ass compared to manicode
Finbarr Taylor

Founder

manicode.ai > cursor.com for most code changes. I'm now just using cursor for the quick changes within a single file. Manicode lets you make wholesale changes to the codebase with a single prompt. It's 1 step vs many.
Gray Newfield

Founder & CEO

Finally, AI that actually understands my code structure and dependencies.
Janna Lu

Economics PhD Candidate

codebuff is amazing; I use it over Claude for all my coding projects now
Shardool Patel

Founder & CTO

Im basically hiring an engineer for $50/month, that's how I see it
Dexter Horthy

Founder & CEO

when investors ask me about codebuff I tell them i use it 6 days a week
JJ Fliegelman

Founder

I played around with Codebuff and added some features to something I was working on. It really does have a different feeling than any other AI tools I've used; feels much more right, and I'm impressed by how you managed to land on that when nobody else did.
anonymous

Software Architect

I finally tried composer. It's ass compared to manicode
Finbarr Taylor

Founder

manicode.ai > cursor.com for most code changes. I'm now just using cursor for the quick changes within a single file. Manicode lets you make wholesale changes to the codebase with a single prompt. It's 1 step vs many.
Gray Newfield

Founder & CEO

Finally, AI that actually understands my code structure and dependencies.
Janna Lu

Economics PhD Candidate

codebuff is amazing; I use it over Claude for all my coding projects now
Shardool Patel

Founder & CTO

Im basically hiring an engineer for $50/month, that's how I see it
Dexter Horthy

Founder & CEO

when investors ask me about codebuff I tell them i use it 6 days a week

Backed by

y combinator logo
Codebuff - Better code generation than Cursor, from your CLI | Product Hunt

Ready to experience magic?

Integrates with your existing workflow. Simple install. No hassles.

npm install -g codebuff
First time? Check out our