SQLite WASM (OPFS): How to Install, Set Up, and Use a Persistent Browser Database
Complete guide to SQLite WASM with OPFS persistence — how to install SQLite WASM (OPFS), set up a persistent SQLite database, and integrate with Yjs for sync.
7 articles tagged with Yjs
Complete guide to SQLite WASM with OPFS persistence — how to install SQLite WASM (OPFS), set up a persistent SQLite database, and integrate with Yjs for sync.
The Local-First software architecture guide. How to build a serverless note-taking app using IndexedDB (RxDB / ElectricSQL), WebRTC P2P mesh sync, and Yjs CRDTs.
Explore the internal state sync algorithms of Yjs and Loro CRDT. Learn how memory allocations, update compression, and history tracking differ in production environments.
Learn how to build a fully decentralized real-time collaborative whiteboard. Synchronize dynamic freehand vectors and cursors using WebRTC and Yjs CRDTs.
Learn how to architect a local-first collaborative spreadsheet app. Master CRDTs using Yjs, browser-local SQLite persistence, and WebSockets synchronization.
Building the next Figma for 3D? Learn how to sync high-performance Three.js scenes across users with Yjs and room-based WebRTC providers in 2026.
Searching for 'How to build Figma' only gives you 'Use Socket.io'. This 4,800-word guide goes deeper. We implement CRDTs (Yjs/Automerge), WebSocket scaling strategies, and handle the 'CAP Theorem' in production.