Sync State.
Everywhere.
Instantly.
What is ConfWise Attendee Sync?
ConfWise Attendee Sync is a real-time data replication protocol designed for mobile event applications. It ensures schedule updates, critical announcements, and personal bookmarks are instantly synchronized across all user devices in under 50 milliseconds using deterministic conflict-free replicated data types (CRDTs).
Built for the Unreliable Web.
Convention centers are notorious for terrible Wi-Fi. We designed ConfWise to assume the network is broken, ensuring your app works flawlessly regardless of connectivity.
Instant Propagation
Changes made in the dashboard are pushed via WebSockets immediately. No polling, no refresh buttons.
Offline Persistence
All data is stored locally in IndexedDB (Web) or SQLite (Native). The app functions 100% without internet.
Conflict-Free
Two users edit the same session? No problem. Our CRDT implementation merges changes deterministically.