# YousefED/SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.

Repository: https://github.com/YousefED/SyncedStore
Canonical: https://ross.abutalabs.com/products/syncedstore
Homepage: https://syncedstore.org
Language: TypeScript
License: MIT
License Family: permissive
Topics: crdt, yjs, reactive-programming, collaborative, collaboration, conflict-resolution, vue, react, offline-first, javascript, svelte
Last push: 2024-03-01T23:35:48+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1949, "days_push": 915, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1863, forks 59 (observed 2026-08-28T04:05:45.526311+00:00)

## What it is
SyncedStore is a TypeScript library providing an easy-to-use reactive API on top of Yjs CRDTs for building real-time collaborative web applications. It lets developers work with plain JavaScript objects that sync automatically across users and devices, with offline support and conflict resolution built in.

## Use cases
- build a multiplayer todo app that syncs across devices
- add real-time collaboration to a React app
- build an offline-first app that syncs when back online
- collaborative text editing with rich text
- sync shared state between multiple users without a backend conflict logic
- build a collaborative whiteboard or document editor

## When to choose
- you want CRDT-based collaboration with a simple object-oriented API instead of Yjs's lower-level types
- you use React, Vue, or Svelte and want reactive bindings
- you need offline-first sync with automatic conflict resolution
- you want to build local-first, decentralized apps

## When to avoid
- you need a mature, battle-tested solution with a large ecosystem and frequent updates
- you only need simple server-authoritative state sync without offline support
- you need non-JavaScript platforms
- your data model doesn't fit CRDT semantics like counters or strict transactional consistency

## Facets
- artifact type: library
- maturity: active
- function: state-management, serialization, websocket
- domain: web-development, frontend, microservices
- platform: browser, cross-platform
- tags: crdt, yjs, collaborative-editing, offline-first, local-first, reactive-programming, typescript, react, vue, svelte, real-time, nodejs

## Member repositories
- YousefED/SyncedStore (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:45.526311+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:15:38.054334+00:00, confidence not recorded.
  - readme: https://github.com/YousefED/SyncedStore (fetched 2026-08-28T04:05:45.526311+00:00, sha 81522214af41)
  - homepage: https://syncedstore.org (fetched 2026-08-29T10:54:54.864458+00:00, sha 2e5751a76587)
  - site_page: https://syncedstore.org/docs (fetched 2026-08-29T10:54:54.873265+00:00, sha 1b2921148dd3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
