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

dexie/Dexie.js

A Minimalistic Wrapper for IndexedDB observed · 2026-08-28

github.com/dexie/Dexie.js · homepage · TypeScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • 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: 56.5
  • age_days: 4571
  • days_rel: 19
  • days_push: 9
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

14550 stars · 711 forks observed · 2026-08-28

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

Dexie.js is a minimalistic, high-performance TypeScript wrapper library for IndexedDB, the standard database built into browsers. It provides a friendly query API, works across web, Electron, Capacitor, and React Native, and offers an optional Dexie Cloud add-on for sync, auth, and real-time collaboration.

Use cases

  • store data offline in a browser app
  • query IndexedDB without writing low-level code
  • build a PWA with local-first storage
  • add client-side persistence to a React or Vue app
  • sync local browser data across devices
  • build a desktop app with local database in Electron
  • cache API responses for offline use

When to choose

  • you need structured client-side storage in the browser with a clean query API
  • you want offline-first or PWA functionality without a backend
  • you need a battle-tested IndexedDB library that works across browsers and frameworks
  • you want optional real-time sync and auth via Dexie Cloud

When to avoid

  • you need a server-side database or SQL queries
  • your data lives primarily on a backend and you only need simple key-value caching
  • you require relational joins and complex transactions beyond IndexedDB's model
  • you need a native mobile database like SQLite rather than browser storage

Facets

library · maturity stable

database orm caching web-development frontend databases cross-platform browser cross-platform indexeddb offline-first local-storage pwa react-hooks sync typescript nodejs electron mobile

5 sources

Member repositories

RepositoryRoleHealth v2
dexie/Dexie.jsmain95

For agents

markdown · JSON · MCP: product_card(name="dexie/Dexie.js")

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