# livestorejs/livestore

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

Repository: https://github.com/livestorejs/livestore
Canonical: https://ross.abutalabs.com/products/livestore
Homepage: https://livestore.dev
Language: TypeScript
License: Apache-2.0
License Family: permissive
Topics: local-first, signals, sqlite, state-management, data-layer, sync-engine
Last push: 2026-08-26T06:37:22+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 74, longevity 76
- inputs: {"age_days": 1077, "days_push": 7, "days_rel": 92, "gap_med": 39.0, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3684, forks 140 (observed 2026-08-28T04:08:13.833093+00:00)

## What it is
LiveStore is a next-generation state management framework built on a reactive embedded SQLite database with git-inspired event-sourcing sync. It replaces traditional state libraries like Redux or MobX with a client-centric local-first data layer that works across UI frameworks such as React and Solid.

## Use cases
- build collaborative local-first apps with real-time sync
- replace Redux or MobX with a reactive SQLite data layer
- sync app state across devices via event sourcing
- query app state reactively from an embedded SQLite database
- build offline-first apps that sync when back online
- run a synced data layer on Cloudflare Workers and Durable Objects

## When to choose
- you want local-first state with built-in multi-device sync
- you prefer event-sourced state with a reactive SQL query layer
- you need cross-platform client state for React, Solid, or similar frameworks
- you want schema-first SQLite tables with pluggable sync backends

## When to avoid
- you need a battle-tested 1.0 library for production-critical apps (still beta with breaking changes)
- you need a simple client-side store without sync or persistence
- your stack relies on server-authoritative state rather than client-centric sync

## Facets
- artifact type: framework
- maturity: active
- function: state-management, database, orm, websocket, mcp
- domain: web-development, frontend, databases, cross-platform
- platform: browser, cloud, cross-platform
- tags: local-first, sqlite, event-sourcing, reactive-queries, signals, collaborative-apps, cloudflare-workers, beta, sync-engine, real-time, web-server, nodejs, typescript

## Member repositories
- livestorejs/livestore (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.833093+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:11.335022+00:00, confidence not recorded.
  - readme: https://github.com/livestorejs/livestore (fetched 2026-08-28T04:08:13.833093+00:00, sha 8c755a53e5b6)
  - homepage: https://livestore.dev (fetched 2026-08-29T09:25:34.417073+00:00, sha ecb0b0c94dce)
  - site_page: https://docs.livestore.dev/changelog (fetched 2026-08-29T09:25:34.445435+00:00, sha 17cffb7feb1f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
