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

# Live State Sync Overview

> Broadcast and synchronize shared app state across all connected clients in real time with Velt Live State Sync, including offline support and low latency.

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)
