Software Alternatives, Accelerators & Startups

Automerge

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.

Automerge

Automerge Reviews and Details

This page is designed to help you find out whether Automerge is good and if it is the right choice for you.

Screenshots and images

  • Automerge Landing page
    Landing page //
    2023-06-02

Features & Specs

  1. Conflict Resolution

    Automerge uses CRDTs to offer automatic conflict resolution, allowing concurrent edits without manual merging.

  2. Offline Support

    Automerge enables applications to work offline by keeping track of changes locally and syncing when back online.

  3. Ease of Use

    The library provides a simple API that makes it easy to integrate into applications that require real-time collaboration.

  4. No Central Server Requirement

    Automerge allows peer-to-peer communication, which can reduce the need for a centralized server to handle document changes.

  5. Version Control

    Automatically keeps track of document history and changes, which can be useful for version control and auditing purposes.

Badges

Promote Automerge. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

Automerge: a new foundation for collaboration software

Creating Local-First Collaboration Software with Automerge โ€ข Martin Kleppmann โ€ข GOTO 2023

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Automerge and what they use it for.
  • Strong Eventual Consistency โ€“ The Big Idea Behind CRDTs
    The big idea behind CRDTs is that a datastructure can naturally have many replicas synchronizing on best-effort basis. That is much closer to the physical reality than the "mainframe model" of one linear operation log (WAL, binlog, etc). The basic CRDT ideas are actually pretty easy to implement: you add some metadata, keep some history, and now you can see what is happening and be consistent across... - Source: Hacker News / 23 days ago
  • Local-first software: You own your data, in spite of the cloud
    I think I saw someone point out automerge not long ago: https://automerge.org/ Rust and JavaScript implementations, a handful of network strategies. It doesn't come with the free or paid offering that jazz.tools does, but it's pretty nice. - Source: Hacker News / 3 months ago
  • Show HN: I rewrote my notepad calculator as a local-first app with CRDT syncing
    I launched NumPad v1 on here a few years ago, and back then it wasn't much more than a thin CodeMirror wrapper around the calculator engine I'd written. Now I've rewritten it as a PWA that supports multiple documents, persists them to IndexedDB, and has a syncing service for paying customers. Syncing is handled by Automerge[1] under the hood, which should make it relatively easy to get document sharing... - Source: Hacker News / 3 months ago
  • Ask HN: What Are You Working On? (October 2024)
    A sqlite extension that provides a virtual table backed by an Automerge document (https://automerge.org/). I believe that there are plenty of applications that could benefit from the collaboration or sync-ability that CRDTs provide, but that don't need to manage the CRDTs directly. Moving the CRDT management into the database seems like a natural fit. It's very early, and not public anywhere, but I'd be happy to... - Source: Hacker News / 11 months ago
  • Comparing local-first frameworks and approaches
    Ink & Switch released automerge to automatically achieve this merge. If you have two documents you are collaboratively editing, you can use automerge to make concurrent changes. - Source: dev.to / 12 months ago
  • 5000x Faster CRDTs
    > The most popular, highly ergonomic, best implementations of CRDTs actually break the academic rules of CRDTs. There's a popular, highly ergonomic implementation called Automerge[0] that would beg to disagree with you. [0]: https://automerge.org/. - Source: Hacker News / about 1 year ago
  • Using CRDTs to build collaborative Rust web applications
    If you plan to build production-grade CRDT-based software and donโ€™t want to build every piece of it by hand, I recommend Automerge as a library for handling all your CRDT needs, but itโ€™s always good to look under the hood to build intuition and understanding for the underlying concepts. - Source: dev.to / over 1 year ago
  • Figma Is a File Editor
    Take a look at https://automerge.org/ and the stack those folks are building. You're exactly right that it's a difficult balance (specifically the trick is proving commutativity for the domain-specific data of your application). But automerge (and then https://github.com/inkandswitch/peritext) show it's at least possible. Good stuff. - Source: Hacker News / about 2 years ago

Do you know an article comparing Automerge to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Automerge discussion

Log in or Post with

Is Automerge good? This is an informative page that will help you find out. Moreover, you can review and discuss Automerge here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.