# local-first.com > The canonical reference directory and source of truth for local-first software engineering, synchronization algorithms, CRDTs, and distributed data systems. ## Core Foundations & Articles - [The Local-First Software Paradigm and Core Ideals](https://local-first.com/articles/local-first-paradigm): An exhaustive analysis of local-first software engineering, contrasting local-first principles against cloud SaaS models and defining the seven foundational ideals of data ownership. - Plain Text Mirror: https://local-first.com/articles/local-first-paradigm.md - [Mathematical Foundations of Distributed Consistency and CRDT Mechanics](https://local-first.com/articles/crdt-mechanics): A deep technical dive into Conflict-free Replicated Data Types (CRDTs), Strong Eventual Consistency (SEC), CvRDTs vs CmRDTs, and sequence editing algorithms. - Plain Text Mirror: https://local-first.com/articles/crdt-mechanics.md - [Zero Sync Engine Architecture and ZQL Mechanics](https://local-first.com/articles/zero-sync-engine): An exhaustive technical guide to Rocicorp's Zero sync engine, zero-cache Postgres WAL replication, zero-client IndexedDB execution, and ZQL query streaming. - Plain Text Mirror: https://local-first.com/articles/zero-sync-engine.md - [Framework Matrix, Storage Engines, and Synchronization Technologies](https://local-first.com/articles/framework-comparison): A comprehensive comparative breakdown of modern local-first databases, sync layers, and CRDT engines including Zero, ElectricSQL, Automerge, Yjs, PowerSync, and RxDB. - Plain Text Mirror: https://local-first.com/articles/framework-comparison.md - [Thought Leadership, Pioneers, Research Labs, and Community Institutions](https://local-first.com/articles/pioneers-community): A comprehensive profile of the researchers, laboratories, open-source maintainers, and community conferences driving the local-first software movement. - Plain Text Mirror: https://local-first.com/articles/pioneers-community.md - [Enterprise Implementation Challenges, Security, and Trade-Offs](https://local-first.com/articles/enterprise-challenges): An in-depth investigation of enterprise local-first implementation challenges: browser storage limits, schema evolution with Cambria, Keyhive encryption, and server reconciliation. - Plain Text Mirror: https://local-first.com/articles/enterprise-challenges.md ## Ecosystem Tools & Technologies - [Zero (Rocicorp)](https://zero.rocicorp.dev/): General-purpose relational sync engine combining client-side IndexedDB caching with zero-cache Postgres replication for sub-millisecond queries. (Category: Relational Sync Engine) - [ElectricSQL](https://electric-sql.com/): Open-source sync layer bringing local-first reactivity to Postgres and client-side SQLite database engines. (Category: Relational Sync Layer) - [Automerge](https://automerge.org/): Data structures library in JavaScript and Rust for building collaborative, local-first applications with full history. (Category: JSON/Text CRDT Library) - [Yjs](https://yjs.dev/): High-performance CRDT framework supporting rich text, shared types, and editor bindings for ProseMirror, Monaco, and Slate. (Category: Structural CRDT Engine) - [PowerSync](https://www.powersync.com/): Sync engine connecting client-side SQLite to PostgreSQL, MySQL, or MongoDB with real-time streaming updates. (Category: Relational Sync Engine) - [RxDB](https://rxdb.info/): Reactive, client-side NoSQL database for JavaScript applications with pluggable storage adapters and sync plugins. (Category: Reactive Database) - [PouchDB](https://pouchdb.com/): Battle-tested JavaScript database designed to emulate CouchDB and synchronize seamlessly over HTTP. (Category: Document Database) - [InstantDB](https://www.instantdb.com/): Client-side graph database that syncs automatically with server storage for relational data handling with Firebase simplicity. (Category: Graph-Relational Sync) ## Timeline & Historical Record - [Chronological Timeline (2018-2026)](https://local-first.com/timeline): Exhaustive record of 28 seminal events, research papers, releases, and conferences.