By the creators of Zed

Delta brings meaning back to your code

Your conversations and code live in one place. Delta anchors every change, so your reasoning lives on with the results.

Join the waitlistLearn moreabout Delta in the announcement post

Coding with agents is multiplayer

Invite teammates into the same thread to review, comment, and work alongside the agent in real time.

See how the code came to be

The thread stays connected to every change, so you understand the decisions and prompts behind the code.

Review in context

Comment on the conversation or any line of code. Your feedback stays anchored as the work evolves.

Take your thread anywhere

Open Delta from the desktop or web, or move to a cloud runner. The conversation and code stay synchronized.

How Delta works

Delta is a multiplayer environment for coding with agents. The unit of work is a thread: the conversation with an agent and the checkout of the repository it works in, kept together as one shareable artifact.

Learn more

How DeltaDB works

DeltaDB is the version control layer underneath Delta. Where git captures a snapshot at each commit, DeltaDB records work as a stream of fine-grained deltas. Each delta has a stable identity, so a reference anchors to a change rather than a line number and survives as the code moves.

Learn more