> ## Documentation Index
> Fetch the complete documentation index at: https://velt.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Sync and broadcast data in real-time across all connected clients.

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.

## 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.

<Frame>
  <iframe src="https://landing-page-demo-velt.vercel.app/?feature=live-state-sync&layout=horizontal" className="w-full" height="500px" />
</Frame>

[Open in larger window](https://landing-page-demo-velt.vercel.app/?feature=live-state-sync\&layout=horizontal)
