evoluhq/evolu
TypeScript library and local-first platform observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 1438
- days_rel: 7
- days_push: 7
- n_releases_24m: 107
Adoption not part of the score
1884 stars · 72 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Evolu is a TypeScript library and local-first platform for building apps where users own their data, built on SQLite with CRDT-based sync and end-to-end encrypted backup. It includes a tree-shakable standard library (Result types, structured concurrency, runtime types) and React hooks for reactive local-first queries.
Use cases
- build a local-first app with offline support and online sync
- sync SQLite data between devices with CRDT conflict resolution
- add end-to-end encrypted backup to a React or React Native app
- store user data locally without a backend or vendor lock-in
- use reactive SQL queries with React Suspense
- self-host a relay server for app data sync
- write type-safe SQL with a typed database schema in TypeScript
- use Result types and structured concurrency in idiomatic TypeScript
When to choose
- you want offline-first apps with automatic sync and no backend to maintain
- you need end-to-end encrypted, user-owned data with no vendor lock-in
- you build with React, React Native, Svelte, Vue, or Solid and want reactive SQLite queries
- you want a batteries-included TypeScript standard library with typed errors
When to avoid
- you need a traditional server-authoritative database with multi-user concurrent writes to shared records
- your app requires complex server-side queries or reporting over centralized data
- you need a mature battle-tested sync engine at large enterprise scale
- you are not using TypeScript or a supported frontend framework
Facets
library · maturity active
database orm caching sdk state-management web-development frontend mobile-development databases developer-tools privacy cross-platform browser local-first crdt sqlite e2e-encryption offline-first react-hooks react-suspense typed-sql kysely self-hostable-relay typescript-library structured-concurrency result-types nodejs web-server react-native electron
4 sources
- readme: https://github.com/evoluhq/evolu · fetched 2026-08-28 · 44f092242140
- homepage: https://evolu.dev · fetched 2026-08-29 · aded5a583eeb
- site_page: https://www.evolu.dev/docs · fetched 2026-08-29 · 94c93eed0165
- registry_npm: https://registry.npmjs.org/evolu · fetched 2026-08-29 · be22637fd397
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| evoluhq/evolu | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem