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.
Installation
Install Strata Sync packages for your project and configure TypeScript.
Install the packages for your stack, or scaffold a complete app with the Claude Code skill.
Scaffold a full-stack app
Scaffold a complete Next.js + Fastify app:
npx skills add mblode/stratasyncThis installs a Claude Code skill that generates a working client and server with models, sync, IndexedDB, WebSocket, and PostgreSQL.
Requirements
- Node.js >= 18
- TypeScript 5.9+ with
experimentalDecoratorsenabled - React 18 or 19
- Next.js 14 or 15 (if using
@stratasync/next)