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

TanStack/db

The reactive client store for your API. observed · 2026-08-28

github.com/TanStack/db · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 99
  • Release rhythm 87
  • Longevity 38
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: 540
  • days_rel: 8
  • days_push: 7
  • n_releases_24m: 1479

Full methodology

Adoption not part of the score

3889 stars · 259 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

TanStack DB is a reactive client-side store that turns API data into typed, normalized collections and runs sub-millisecond live relational queries over them. It extends TanStack Query with collections, live queries, and instant optimistic mutations, working with REST APIs, sync engines, or any data source.

Use cases

  • avoid endpoint sprawl by loading data into normalized client-side collections
  • run live relational queries (joins, filters, aggregations) that update in real time
  • apply optimistic writes that update the UI instantly while persistence catches up
  • build fast React/Vue/Svelte/Solid dashboards without re-render storms
  • add offline support and SQLite-backed persistence to a web app
  • replace view-specific API endpoints with query-driven sync

When to avoid

  • you need a real server-side database or heavy transactional guarantees
  • your project is not on TanStack Query or a compatible data-loading model
  • you need a fully stable, non-beta library for production-critical systems
  • your data model is tiny and simple enough that a query cache suffices

Facets

library · maturity active

database caching state-management orm http-client frontend web-development databases developer-tools browser cross-platform client-database reactive-queries optimistic-updates normalized-collections tanstack-query differential-dataflow offline-support react vue svelte solid nodejs typescript

10 sources

Member repositories

RepositoryRoleHealth v2
TanStack/dbmain83

For agents

markdown · JSON · MCP: product_card(name="TanStack/db")

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