livestore

LiveStore is a next-generation state management framework based on reactive SQLite and built-in sync engine. (by livestorejs)

Livestore Alternatives

Similar projects and alternatives to livestore

  1. pglite

    33 livestore VS pglite

    Embeddable Postgres with real-time, reactive bindings.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. reaktiv

    Signals for Python - inspired by Angular Signals. Reactive Computation Graphs State Management for Python with first-class async support. Bringing Frontend reactivity to Backend.

  4. blocksuite

    3 livestore VS blocksuite

    🧩 Content editing tech stack for the web - BlockSuite is a toolkit for building editors and collaborative applications.

  5. RxDB

    50 livestore VS RxDB

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

  6. data

    1 livestore VS data

    WarpDrive is a lightweight data library for web apps — universal, typed, reactive, and ready to scale. (by emberjs)

  7. ng

    1 livestore VS ng

    Reactive State and Async Workflow Management Library for Angular (by bitfiber)

  8. signia

    1 livestore VS signia

    Reactive signals that scale, by tldraw.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. signals

    26 livestore VS signals

    Manage state with style in every framework

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better livestore alternative or higher similarity.

livestore discussion

Log in or Post with

livestore reviews and mentions

Posts with mentions or reviews of livestore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-27.
  • LiveStore
    4 projects | news.ycombinator.com | 27 May 2025
    Great questions!

    > Handling compaction for long lived apps/pages?

    That's a very common question and something I'm planning to ship a solution for soon. The basic idea is to give each event some more semantic "meaning" by annotating the event definition which allows you to express which events "semantically overlap". For example in a todo app you could express that the "todoCompleted" event for a given task id can compact other "todoCompleted" / "todoUncompleted" events for the same task id.

    You can track the progress of this topic here: https://github.com/livestorejs/livestore/issues/254

    > IMO events are nice, but also require discipline and good design w.r.t code

    Yes, I agree with that. When it comes to data there is "no free lunch" - it's all about tradeoffs. I prefer the tradeoffs of event sourcing though for my own use cases such as Overtone.

    That being said for many situations (like older client versions etc) there are pretty straightforward ways to address those concerns. Always depends on your application use case and possible tradeoffs though.

    > Overtone looks sick. I've been using Spotify less and less because of janky UI and constant UI changes, would love a replacement. I see that it supports multiple sources, will it offer offline playback?

    Very excited to hear! I'm sharing your frustrations which is why I'm building Overtone (next to many other reasons). Re "offline playback": That will depend on where your music is coming from. e.g. for your own music collection in Dropbox (or similar) it will be supported. For music streaming services like Spotify it will depend on their terms.

    Hope that all makes sense?

Stats

Basic livestore repo stats
2
2,395
9.8
6 days ago

livestorejs/livestore is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of livestore is TypeScript.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?