A real-time
workspace
for modern teams.
Minimal real-time collaborative editor for modern teams—blazing-fast, conflict-free documents and code powered by a custom RGA CRDT.
op(site-b, 038) ────┼──→ merged sequence
op(site-c, 012) ────┘
Open a workspace.
Create a document for your team or join an existing room with its invite link.
Your ideas.
In real time.
A shared writing surface for technical work, with live synchronization, structured blocks, and a dedicated code mode.
Concurrent edits converge through the custom RGA CRDT.
See the collaborators currently working in a room.
Carry structured documents into PDF and Word.
Move between plain text and a focused code mode.
A shared document.
Write together without waiting for a lock. Braid merges concurrent character operations and keeps each connected editor in sync.
const operation = {
type: 'insert',
siteId: 'site-a1c2',
clock: 42,
value: 'hello'
};Built on
CRDTs.
Braid uses a custom Replicated Growable Array, Lamport timestamps, and causal buffering to converge edits across connected peers.
More than
a text editor.
Headings, lists, quotes, callouts, and more.
A code mode with language selection and line numbers.
See who is connected to your document.
Export polished documents for sharing.
Designed for
how you work.
Navigate document structure at a glance.
Switch from prose to a dedicated code surface.
Share a room and work alongside connected peers.
Take your work with you in PDF or DOCX.
A system built
to be understood.
Explore the project, its architecture, and the choices behind the editor.
VIEW PROJECTText editor
Code editor
Presence
SQLite
PostgreSQL
Document state
Performance and test figures as documented in the project README.