/local-first-resources

A collection of resources on local-first software and CRDTs

Local-first Resources

A distributed system is one in which the failure of a computer you didn't even know existed can render your own computer unusable - Leslie Lamport (1987)

In local-first software, the availability of another computer should never prevent you from working.

Blogs

Videos

Conferences & Meetups

Podcasts & Newsletters


CRDTs

A Conflict-free Replicated Data Type (CRDT) is a data structure that simplifies distributed data storage systems and multi-user applications. - CRDT.tech

Papers

Blogs

Videos