SyncedStore VS adama-lang

Compare SyncedStore vs adama-lang and see what are their differences.

SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically. (by YousefED)

adama-lang

A headless spreadsheet document container service. (by mathgladiator)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
SyncedStore adama-lang
7 26
1,612 104
- -
4.6 9.9
about 2 months ago 11 days ago
TypeScript Java
MIT License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SyncedStore

Posts with mentions or reviews of SyncedStore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-02.
  • Local-first software: You own your data, in spite of the cloud (2019)
    8 projects | news.ycombinator.com | 2 Oct 2023
    This article has been quite the inspiration for many projects and progress on this front. I think we're seeing more and more developments around CRDTs and local-first frameworks / applications.

    I'm working on a few projects in this area:

    - https://www.typecell.org - Notion meets Notebook-style live programming for TypeScript / React

    - https://www.blocknotejs.org - a rich text editor built on TipTap / Prosemirror that supports Yjs for local-first collaboration

    - https://syncedstore.org - a wrapper around Yjs for easier development

    In my experience so far, some things get more complicated when building a local-first application, and some things get a lot easier. What gets easier is that once you've modeled and implemented the data-layer (which does require you to rethink / unlearn a few principles), you don't need to worry about data-fetching, errors etc. as much as in a regular "API-based" app.

    Another interesting video I recommend on this topic is about Linear's "Sync Engine" which employs some of the local-first techniques as well: https://www.youtube.com/watch?v=Wo2m3jaJixU

  • SyncedStore - build CRDT-powered collaborative Vue apps for the web
    1 project | /r/vuejs | 8 Dec 2021
  • SyncedStore - build CRDT-powered collaborative React apps for the web
    1 project | /r/reactjs | 8 Dec 2021
  • SyncedStore - build multiplayer CRDT-powered collaborative apps for the web
    1 project | /r/javascript | 8 Dec 2021
    1 project | /r/webdev | 8 Dec 2021
  • Show HN: SyncedStore CRDT – build multiplayer collaborative apps for React / Vue
    11 projects | news.ycombinator.com | 8 Dec 2021
    Hi! Great questions :)

    First of all, SyncedStore does not implement any CRDT algorithms. Credits for this go to Yjs [1] (and its author Kevin), which it uses as underlying CRDT.

    Yjs and Automerge are (afaik) the two most commonly used CRDT implementations. Both have their pros and cons, but Yjs has focused a lot on performance [2].

    Automerge has a bit friendlier "Immer style" [3] API. I'm not too familiar with @localfirst/state, but it seems to add a Redux style API on top of Automerge.

    My approach with SyncedStore was really to provide an API on top of Yjs that's as simple as possible to use in React / Vue / Svelte or plain JS app. I.e.: only use a single React Hook to observe changes, and use regular Javascript assigments to update values. The API is inspired mostly by Reactive Programming libraries such as MobX [4] (from the same author as Immer).

    Hope you're still following along :) Maybe it helps to compare the TODO-MVC applications, as both SyncedStore (https://github.com/YousefED/SyncedStore/tree/main/examples) and @localfirst/state (https://github.com/local-first-web/state/tree/main/examples/...) have implemented these as examples!

    [1]: https://github.com/yjs/yjs

  • Web Applications from the Future: A Database in the Browser
    2 projects | news.ycombinator.com | 8 Jun 2021
    I’m exploring the ideas (an easy to use framework to build local-first [1] apps) in my library Reactive-CRDT (https://github.com/yousefed/reactive-crdt). Feedback welcome!

    All credit for the underlying tech to YJS, which has been amazing as mentioned by others in this thread.

    [1]: https://www.inkandswitch.com/local-first.html

adama-lang

Posts with mentions or reviews of adama-lang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-16.
  • Outstanding Programmers
    1 project | news.ycombinator.com | 22 Apr 2024
    I'm just a tryhard. However, I've been coding since a child out of a weird love/obsession. Nothing super successful in the public space, but I retired at 40 to spend time building my cathedral: https://www.adama-platform.com/

    my history: https://www.adama-platform.com/2024/01/28/euler.html

  • UI = F(statesⁿ)
    3 projects | news.ycombinator.com | 16 Feb 2024
    I'm in the camp of f = ui(state), and the reason for this is the extreme of streaming games where UI = frame buffer. I'm inventing my own framework for radically simplifying traditional Web apps via RxHTML which works great for crud apps. However, games requires more insight into state machines and what-not.

    In terms of the logic, I wrote an entire platform to simplify multi-player board games which I'm evolving to tackle various businesses. https://www.adama-platform.com/

  • Single-Dose Psilocybin for Major Depressive Disorder a Randomized Clinical Trial
    1 project | news.ycombinator.com | 10 Dec 2023
    For context, I was not raised religious at all and kind of thought a bunch of it was hokum.

    But then I did a heroic dose, and I went to the church of engineering where I saw the entire construction of the machines use from the transistor all the way up to the platform I'm building.

    My faith is more a faith that humanity is worth it, and I've come to see "The Lord" as an appropriate metaphor for the collective conciseness of several billion people living their lives.

    At core, I'm rejecting nihilism as a valid way to live, and I'm writing an essay to outline the way.

    In this, I also reject cynicism, and this is because it offers nothing.

    The way forward is to embrace the responsibility that comes with great knowledge and to build an organization that helps push technology forward. This is why my platform is open source ( https://www.adama-platform.com/ ), and I'm working very hard to get my handful of clients in a good place.

  • Building a Reddit Clone with AI
    1 project | news.ycombinator.com | 12 Jun 2023
  • Don't Write a Programming Language
    5 projects | news.ycombinator.com | 27 Feb 2022
    I'll take the bait and provide evidence on why you should write a programming language.

    First, it's technically very difficult, but you will gain deeper insight into the art of the craft. So, if you are a TC chaser or career minded person, then spending half a year writing a language will help you master the coding aspect of the game. I've started many languages since I started college, and each one was instructional. (I'm now 40 and an early retiree)

    Second, it's fun.

    Third, it may turn into something new. If some people don't write a new programming language, then we are stuck with what we have. This advice basically admits that the status quo is good enough.

    The authors saying that the language, as a project, is a lifetime appointment? Well, this reveals everything. I believe if you want to do a programming language, then you must be willing to invest at least a decade or two.

    So, here, I am at forty preparing to launch a SaaS around a language that I designed ( http://www.adama-lang.org/ ). The kicker, I believe, is that a project like this requires wandering the desert alone for quite a while.

    I'm preparing to launch, and I just started to load test my shiny new production cluster. Low and behold, it sucks. Fortunately, I have a tremendous number of dashboards and isolated it to how I'm interacting with RDS. I've got my work cut out for me which I'll write about.

    However, I have a potentially interesting business precisely because I evolved a language which solved a niche use-case. The number of problems that I have had to solve up to this point is not for the faint of heart. Life and reality are harsh mistress.

    So, maybe, yes, you can save yourself some heartache by not writing a language. Perhaps, a better way to think or phase this is "Writing a programming language is a lonely affair that will most likely end in tragedy after a long death march".

  • The Harsh Truth of Video Games Programming
    5 projects | news.ycombinator.com | 16 Feb 2022
    I want to make games, but even some years ago I realized it was not a great path for a multitude of reason (many of which are in this article).

    My path, and what I recommend, is do something hard and important which pays the bills at a premium. I did infrastructure work, and I was lucky to have a great decade long career allowing me to "retire early".

    Now, I can work on a game at my pace building the tools that I see fit. I'm focused on board games because they have a timeless quality about them. I'm developing an entire SaaS platform and programming language to make the network goo beyond easy. http://www.adama-lang.org/

    As I'm getting close to some kind of launch for the SaaS, my next thing is to build up my own web based IDE with a release-often ideology such that I can build a Roblox for online 2D board games. Honestly, I'm having a blast because I'm not suffering tools which are going to fade.

  • Why my projects keep failing
    1 project | news.ycombinator.com | 5 Feb 2022
    I like to call such a list a "wall of shame", and I have my own over here: http://jeffrey.io/wall-of-shame.html

    What has helped me over the years is that I view tech as art, and so these projects are only market failures. Your growth as a technologist is manifest, and it's important to see side projects as a form of practice.

    If you can move past the failure label and see everything as successful at something, then you feel a whole lot better. A discipline that I have had for decades now is to write a postmortem on why I believe a project is a failure because that crystalizes my learning.

    My history helped me excel as a principal engineer which put me towards an early retirement where I can now focus on my ultimate side project: Adama ( http://www.adama-lang.org/ ) which I am turning into a new kind of PaaS thing.

    Here is the crazy thing: I already know that I'm making several mistakes as I have no customers and no one asking me for anything. This is an exceptionally lonely way to start a project as the OP and others have noted, but I'm enjoying it well enough.

  • Ask HN: Who Wants to Collaborate?
    50 projects | news.ycombinator.com | 1 Feb 2022
    I'm working on http://www.adama-lang.org/ which started as a programming language for board games, and it is turning into a reactive privacy-focused data store for Jamstack.

    I hope to launch in coming month an "Early Access" edition.

    While I do intend to turn this into a business, I'm primarily focusing on small projects to amuse myself. I'm going to break every rule in the business with my LLC. The #1 company value is sleep.

  • Store SQLite in Cloudflare Durable Objects
    8 projects | news.ycombinator.com | 25 Jan 2022
    I actually think this is onto something that I'm finding in a different way. Instead of a massive database, what if we had a key-value store mapping keys to tiny databases.

    This is, to some degree, what I'm building over at http://www.adama-lang.org/ without a full SQL engine. Each document has tables, and the tables can be indexed. I have yet to find a usecase (in my domain) which requires joins. HOWEVER, I've had a ton of fun building it and I'm getting ready to start making games.

    I do believe it would be amazing to have a key-logger service where a reducer like sqlite/adama could come into collapse the log into a single file.

    The closest I see is from the Boki paper ( https://www.cs.utexas.edu/~zjia/boki-sosp21.pdf ) which was presented at SOSP21.

  • The WebSocket Handbook
    14 projects | news.ycombinator.com | 11 Jan 2022
    CRDT solve a part of your problem, and an important consideration is whether or not you want off-line editing. If you don't need off-line editing, then a WebSocket can do it.

    I'm actually using my project to build a collaborative IDE (designer like Figma): http://www.adama-lang.org/

    I'm going to be launching it as a SaaS soon so people can spin up a new back-end without managing an infrastructure.

What are some alternatives?

When comparing SyncedStore and adama-lang you can also consider the following projects:

FluidFramework - Library for building distributed, real-time collaborative web applications

builder - Multiplayer game framework

RxDB - A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/

coughdrop - Open source web-based AAC app

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

github-to-sqlite - Save data from GitHub to a SQLite database

Immer - Create the next immutable state by mutating the current one

quickjs-emscripten - Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions

osmosis-js - JS reference implementation of Osmosis, a JSON data store with peer-to-peer background sync

inet256 - Identity Based Network API with 256-Bit Addresses

y-websocket - Websocket Connector for Yjs

Crate - CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.