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.

D1NiC`=2m>2#7e
Z3-q[et0P5ZgqJ
u_A'e<Sic+bPls
':^V!7V\Mf-}Va
T}0a`gGR2r>[%p
@R4ga9+?9GA'@8
H~?4~2OG`?/U4q
VBB,S3?tOOC=*q
().#H4tu-"c8sI
GE8RvH&C$eZMWs
&=FXQbIM^Htvvn
/S6<C6:":@/J6m

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.