Merge pull request #763 from rakesh-snippyly/patch-2

Update README with Velt YJs CRDT details
This commit is contained in:
Kevin Jahns
2026-02-15 20:04:24 +01:00
committed by GitHub

View File

@@ -328,6 +328,13 @@ An architecture to relay end-to-end encrypted CRDTs over a central service.
<dd>
Sync Yjs over <a href="https://github.com/nostr-protocol/">nostr</a>.
</dd>
<dt><a href="https://velt.dev/libraries/yjs">Velt YJs</a></dt>
<dd>
<a href="https://docs.velt.dev/realtime-collaboration/crdt/overview">
Velt
</a>
provides a fully managed Yjs backend with realtime WebSocket sync and persistent storage—no server setup required. Includes offline support with automatic reconnection, version history, end-to-end custom encryption. Additionally it also provides Yjs webhook events, REST API to read and update Yjs documents, and a browser DevTools extension.
</dd>
</dl>
#### Persistence Providers
@@ -367,7 +374,6 @@ A database and connection provider for Yjs based on Firestore.
<dd>
Yjs persistence provider for op-sqlite
</dd>
</dl>
### Tooling
@@ -375,6 +381,7 @@ A database and connection provider for Yjs based on Firestore.
* [y-sweet debugger](https://y-sweet.cloud/advanced/debugger)
* [liveblocks devtools](https://liveblocks.io/devtools)
* [Yjs inspector](https://inspector.yjs.dev)
* [velt devtools](https://velt.dev/devtools)
### Ports