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.
Configuration
SyncClientOptions reference for configuring the Strata Sync client.
Pass SyncClientOptions to createSyncClient.
Quick example
import { createSyncClient } from "@stratasync/client";
const client = createSyncClient({
// Required adapters
storage: storageAdapter,
transport: transportAdapter,
reactivity: reactivityAdapter,
// Optional
dbName: "my-app-sync",
userId: "user-123"