Ross ROSS = Recommend OSS · open-source software intelligence for agents

tinyplex/tinybase

A reactive data store & sync engine. observed · 2026-08-28

github.com/tinyplex/tinybase · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
tinyplex/tinybasemain94

For agents

markdown · JSON · MCP: product_card(name="tinyplex/tinybase")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem