Loro
banner
loro.dev
Loro
@loro.dev
Reimagine state management with CRDTs
https://github.com/loro-dev/loro
The Loro Protocol repo is now open source!

It contains documentation for the wire protocol, along with TypeScript and Rust implementations of WebSocket clients and servers.

The protocol allows reusing a single connection to join multiple CRDT rooms, such as Loro documents or the Ephemeral Store.
October 30, 2025 at 2:45 PM
Reposted by Loro
Loro Inspector is here! Now you can directly browse the current state and complete edit history of your Loro documents in the browser. You can also use this tool to time travel to any version in the history of your Loro document.
April 30, 2025 at 7:28 AM
New version control primitives have been added to Loro:
- diff(from, to): calculate the differences between any two versions
- revertTo(version): Generate ops to revert to the target version
- applyDiff(diff): Apply differences

You can use them to implement functions like git squash and revert.
January 9, 2025 at 8:48 AM
Reposted by Loro
The slides for the talk are available here: loro-slidev.vercel.app
Join us for #LoFi/21 on Tuesday, November 26th, 2024, @ 8 AM PST 👉🏽 lofi.so. We have yet another exciting lineup featuring Felicia Chang (x/@felchang) from x/@jamsockethq, Sahil Lalani (x/@SahilLalani0) and Zixuan Chen (x/@zx_loro) from x/@loro_dev
#localfirst #lofi #meetup
November 26, 2024 at 7:05 PM
Reposted by Loro
You may experience data loss due to the following issues caused by incorrect usage of CRDTs libraries, regardless of whether you're using Loro, Automerge, or Yjs. Here is how to avoid them:
November 6, 2024 at 11:34 AM
🦋
November 6, 2024 at 6:19 AM
Reposted by Loro
Loro 1.0 is here!

Introducing stable binary document format, blazing-fast import speed, Git-like shallow clone, enhanced version control, and more.

loro.dev/blog/v1.0
Loro 1.0
Announcing Loro 1.0: Introducing a stable encoding schema, 10-100x faster document import, advanced version control, and more for efficient real-time collaboration and local-first software development...
loro.dev
October 23, 2024 at 6:15 PM