Sync Conf 2025
Talks
The conference is on Nov 12, 2025. The venue is The Lodge at The Regency Ballroom located at 1290 Sutter St, San Francisco, CA.
08:30
09:30
10:30
11:30
12:30
13:30
14:30
15:30
16:30
17:30
18:30
- Check in and coffee
- Welcome James Arthur
- Teaching models to collaborate Lee Byron
- Synchronizing data across computation Frank McSherry
- Conflict resolution x Notion blocks Angelique Nehmzow
- Break
- Why physical replication still matters Carl Sverre
- CRDTs solved conflicts, not sync Adam Fish
- Can sync be network-optional? Brendan O'Brien
- How to design a sync-first database James Cowling
- Lunch
- A tale of two sync engines Arushi Bandi
- Always be pair programming swyx
- SQLite persistence on the web Conrad Hofmeyr
- sync(sync) Aaron Boodman, Johannes Schickling, James Cowling, Kyle Mathews
- Break
- Oops, my sync engine has become a database Anselm Eickhoff
- Your data, your rules & the way to share them Irakli Gozalishvili, Chris Joel
- Building AI agentic apps in 2025 Sunil Pai
- Local-first software: pragmatism vs idealism Adam Wiggins
- Post-event mingling
SQLite persistence on the web
Nov 12 14:45 - 15:05
Web browsers are becoming quite good at supporting embedded databases like SQLite.
Many developers are interested in (1) surveying the approaches for implementing SQLite on the web and (2) understanding the differences.
This talk dives into the persistence options when using SQLite on the web:
- IndexedDB-based persistence
- OPFS-based persistence
- wa-sqlite versus official sqlite3 wasm builds
- Performance and concurrency trade-offs
- Multiple tabs and Web Workers
