Diffs

A new way to build

Diffs is a new, AI-native, code editor that reimagines the way humans and machines collaborate.

Join the waitlist

Works with any agent

Works with Claude Code, Codex, OpenCode, and more.

The best diff view

The bottleneck is review, not writing. Diffs fixes that.

Local, worktree, remote

DIffs runs your agents wherever you need them.

jVj7wP;^()#6)^
Z.:4<!jF1Q5f|w
Q=a+W~"Wk3neCy
}@t|S~H\AWe<34
!;@zFbtI=AzI18
oz~aN>RdI3>T|<
kGAjC#;h&lBhU\
$W"e"X9R3px_qC
ia4,-n8Y,`^L7w
Te(E;qN6uf6c_e
AO3w<*IJ~c~R!\
m7n%lF_qL%gD5F

Tab, Tab, Taaaab

Steerable autocomplete that follows your intent. Guide the AI mid-completion to get exactly what you need.

1asyncfunctionfetchUserData(userId:string){
2try{
3constresponse=awaitfetch(
4`/api/users/${userId}`,
5{ headers: { Authorization: `Bearer ${token}` } }
6);
7if (!response.ok) throw new Error("Failed");
8return response.json();
steer:add auth headers
Tabaccept·Hold Tabsteer

Integrated agent, no chat sidebar

The agent lives in your editor, not a chat window.