rocicorp/mono
99% of Queries in Zero Milliseconds observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 99
- Release rhythm 8
- Longevity 92
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: n/a
- age_days: 1301
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
3369 stars · 159 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Zero is a general-purpose sync engine for the web that syncs slices of a Postgres database into a client-side local datastore, letting queries resolve instantly from cache while syncing in the background. The monorepo also contains Replicache, the underlying client-side sync library, and ZQL, a TypeScript query language with incremental view maintenance.
Use cases
- build web apps with instant, local-first reads and writes
- sync only the data a user has permission to see from Postgres
- query client-side cached data with a SQL-like TypeScript API
- avoid writing HTTP APIs and state management for data fetching
- make large datasets (millions of rows) feel fast in the browser
- keep UI reactively updated as server data changes
When to choose
- you want Linear/Figma-style instant UX backed by Postgres
- your app has complex permissions and too much data to sync wholesale
- you use React, SolidJS, or React Native and want reactive queries
- you want an open-source, self-hostable sync layer
When to avoid
- your backend is not Postgres
- you need heavy server-side aggregation or column-subset queries
- you want a fully managed proprietary solution with vendor SLAs
- your data is write-heavy with strict server-side transactional requirements
Facets
library · maturity active
caching database orm state-management middleware web-development frontend databases developer-tools browser cross-platform sync-engine client-side-datastore incremental-view-maintenance postgres-replication local-first zql reactive-queries real-time typescript nodejs web-server
5 sources
- readme: https://github.com/rocicorp/mono · fetched 2026-08-28 · 1342cab52ca4
- homepage: https://zero.rocicorp.dev/ · fetched 2026-08-29 · 62d0076bd0ec
- site_page: https://zero.rocicorp.dev/docs/zql · fetched 2026-08-29 · 4a1e4cd26aaa
- site_page: https://zero.rocicorp.dev/docs/open-source · fetched 2026-08-29 · b76a41161dc4
- site_page: https://zero.rocicorp.dev/docs/introduction · fetched 2026-08-29 · 459171da21cf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rocicorp/mono | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem