From fd175b95e35dd6a3e2ce7077bedfe6fb2b3cd637 Mon Sep 17 00:00:00 2001 From: rakesh-snippyly <99686790+rakesh-snippyly@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:16:44 -0800 Subject: [PATCH 1/4] Update README with Velt YJs CRDT details Add Velt YJs CRDT information and devtools link to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 391c811c..afeace9e 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,13 @@ A database and connection provider for Yjs based on Firestore.
Yjs persistence provider for op-sqlite
+
Velt YJs CRDT 🌟
+
+ +Velt + +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. +
@@ -375,6 +382,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 From 612ccb714a687e34ce5264580e63bbaf6730e664 Mon Sep 17 00:00:00 2001 From: rakesh-snippyly <99686790+rakesh-snippyly@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:18:01 -0800 Subject: [PATCH 2/4] Remove emoji from Velt YJs CRDT link Removed star emoji from Velt YJs CRDT link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afeace9e..a68e0c9a 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ A database and connection provider for Yjs based on Firestore.
Yjs persistence provider for op-sqlite
-
Velt YJs CRDT 🌟
+
Velt YJs CRDT
Velt From 49cfa18290b2aa1a250c0fa80a704fe121735527 Mon Sep 17 00:00:00 2001 From: rakesh-snippyly <99686790+rakesh-snippyly@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:22:32 -0800 Subject: [PATCH 3/4] Update link text for Velt YJs in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a68e0c9a..b951c077 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ A database and connection provider for Yjs based on Firestore.
Yjs persistence provider for op-sqlite
-
Velt YJs CRDT
+
Velt YJs
Velt From 19e3ac96be24d141dcc999f3e417aefe1efbd003 Mon Sep 17 00:00:00 2001 From: rakesh-snippyly <99686790+rakesh-snippyly@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:23:40 -0800 Subject: [PATCH 4/4] Update README with Velt YJs details Added Velt YJs description to the README and removed duplicate entry. --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b951c077..5775b66c 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,13 @@ An architecture to relay end-to-end encrypted CRDTs over a central service.
Sync Yjs over nostr.
+
Velt YJs
+
+ +Velt + +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. +
#### Persistence Providers @@ -367,14 +374,6 @@ A database and connection provider for Yjs based on Firestore.
Yjs persistence provider for op-sqlite
-
Velt YJs
-
- -Velt - -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. -
- ### Tooling