Synclets logoSynclets

API

The Essentials

synclets

The synclets module documents the core Synclet types, helpers, and factory functions. Read more.

utils

The utils module gathers shared helper types for JSON parsing, hashing, and packet encoding. Read more.

browser

The browser module covers LocalStorage, SessionStorage connectors, and BroadcastChannel transport for browser environments. Read more.

database

The database module defines shared option types for SQL-style connectors. Read more.

durable-object

The durable-object module provides transport layer integration for Cloudflare Durable Objects. Read more.

fs

The fs module documents file- and directory-backed connector types for Node environments. Read more.

memory

The memory module provides volatile connectors and transport for tests, demos, and ephemeral synclets. Read more.

pglite

The pglite module documents connectors backed by the embedded PGlite database. Read more.

sqlite3

The sqlite3 module describes connectors that persist data in sqlite3. Read more.

tinybase

The tinybase module describes the adapters that wrap TinyBase stores as connectors. Read more.

ws

The ws module documents WebSocket-based transports and servers for browser and Node runtimes. Read more.