Introduction

Agnostic local-first sync engine

This documentation is a work in progress.

DocSync is a CRDT-agnostic synchronization protocol designed to work with any CRDT library including DocNode, Yjs, Loro, and others.

For the story behind DocNode and DocSync, see About.

Key Features

  • CRDT Agnostic: Works with any CRDT library without inspecting operation contents
  • Real-time Sync: Efficient real-time synchronization across clients
  • Offline Support: Built-in support for offline-first applications

How does it compare to Hocuspocus?

[Work in progress...]

On this page

Edit on GitHub