AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Packages
Overview of the Strata Sync package ecosystem.
Strata Sync is split into focused packages so you can adopt only the layers you need.
Core runtime
@stratasync/core- Model runtime, schema, decorators, and transactions.@stratasync/client- Client orchestration, queries, events, and the offline outbox.
UI and framework integrations
@stratasync/react- React hooks and providers.@stratasync/next- Next.js App Router bootstrap and hydration utilities.@stratasync/mobx- MobX reactivity bindings for models.
Storage and transport adapters
@stratasync/storage-idb- IndexedDB persistence for local-first apps.@stratasync/transport-graphql- GraphQL and WebSocket sync transport.
Collaboration
@stratasync/y-doc- Yjs-backed collaborative editing and presence.
Use the package pages above for installation, imports, and API details.