SQLSync
SQLSync is a collaborative offline-first wrapper around SQLite designed to synchronize web application state between users, devices, and the edge.1
- A web app with a structured file oriented data model like Figma. Each file could be a SQLSync database, enabling real-time local first collaboration.
- Running SQLSync on the edge with high tolerance for unreliable network conditions.
- Enabling optimistic mutations on SQLite read replicas.
SQLSync is open source and currently usable for prototypes. If you want to start building with SQLSync, please join the Discord community. We are excited to collaborate with you!