This is the code repo for MyWebstrates which will be presented at UIST 2024 in Pittsburgh Oct. 13-16 2024.
MyWebstrates is a reimplementation of Webstrates designed to work as local-first software. Unlike the original Webstrates, which relies on a central server, MyWebstrates makes servers optional, enabling new possibilities like offline work, peer-to-peer collaboration, and greater control over data. It uses Automerge, a local-first CRDT (Conflict-free Replicated Data Type) library, which offers even more advanced features than Webstrates, such as sophisticated versioning and interoperability with other software. Read more in the research paper below.
MyWebstrates is a collaboration between Aarhus University, Télécom Paris, Institut Polytechnique de Paris, and Ink & Switch.
There's a public hosting of MyWebstrates at my.webstrates.net.
See the wiki.