Live State Sync allows you to share and synchronize data in real-time across all connected clients. This feature is useful for building collaborative features like shared forms, whiteboards, or any real-time state that needs to be synced across all users.Documentation Index
Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
Use this file to discover all available pages before exploring further.
Latency
- Extremely low latency, with typical response times no greater than 10 ms.
Offline Support
- Optimistic local‑first reads and writes.
- Full offline support with automatic syncing when reconnected.
Conflict Resolution
- Server timestamp-based last-write-wins strategy for automatic conflict resolution.

