tinyplex/tinybase
A reactive data store & sync engine. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 86
- 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: 7.5
- age_days: 1707
- days_rel: 18
- days_push: 14
- n_releases_24m: 75
Adoption not part of the score
5158 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TinyBase is a reactive in-memory data store and sync engine for local-first JavaScript and TypeScript apps, supporting tabular and keyed-value data with optional typed schemas. It offers CRDT-based synchronization, persistence to browser storage/SQLite/PostgreSQL, and UI bindings for React, Solid, and Svelte in a tiny dependency-free bundle.
Use cases
- build a local-first offline-capable web app with sync
- manage reactive app state in React with fine-grained updates
- synchronize data across clients and servers with CRDTs
- persist app data to IndexedDB or SQLite in the browser
- build a real-time collaborative app like chat or drawing
- query and join tabular data reactively without SQL
When to choose
- you need offline-first apps that stay consistent when back online
- you want a tiny (7-16kB), dependency-free reactive store
- you need built-in sync, persistence, indexes, and a query engine in one library
- you use React, Solid, or Svelte and want reactive UI bindings
When to avoid
- you need a full SQL database with complex server-side queries
- your stack is not JavaScript/TypeScript
- you need heavy relational database features like stored procedures or transactions across services
Facets
library · maturity active
state-management database caching data-visualization ui-components web-development frontend databases cross-platform browser cross-platform local-first crdt sync-engine reactive-data-store offline-first react-bindings solidjs svelte indexeddb sqlite undo-stack tiny-bundle real-time nodejs web-server desktop mobile cloudflare javascript typescript
9 sources
- readme: https://github.com/tinyplex/tinybase · fetched 2026-08-28 · 8431e66d995a
- homepage: https://tinybase.org · fetched 2026-08-29 · 55e2a885d24e
- site_page: https://tinybase.org/guides/releases · fetched 2026-08-29 · 38e24e39f2c7
- site_page: https://tinybase.org/guides/the-basics/getting-started · fetched 2026-08-29 · 1bd9a1e6ef27
- site_page: https://tinybase.org/guides/building-uis-with-react/getting-started-with-ui-react · fetched 2026-08-29 · 5c22c5ecce3d
- site_page: https://tinybase.org/guides/building-uis-with-solid/getting-started-with-ui-solid · fetched 2026-08-29 · 2b2d44c28d72
- site_page: https://tinybase.org/guides/building-uis-with-svelte/getting-started-with-ui-svelte · fetched 2026-08-29 · 74d036d57329
- site_page: https://tinybase.org/guides/integrations/cloudflare-durable-objects · fetched 2026-08-29 · bd4b12b412f0
- site_page: https://tinybase.org/api/the-essentials/creating-stores/store · fetched 2026-08-29 · 4447fdaee2d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tinyplex/tinybase | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="tinyplex/tinybase")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem