dexie/Dexie.js
A Minimalistic Wrapper for IndexedDB 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
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
- readme: https://github.com/dexie/Dexie.js · fetched 2026-08-28 · 839e626963b7
- homepage: https://dexie.org · fetched 2026-08-29 · e30bf1c2289b
- site_page: https://dexie.org/docs · fetched 2026-08-29 · dabb6b9dd435
- site_page: https://dexie.org/docs/cloud/quickstart · fetched 2026-08-29 · bf82d397beeb
- site_page: https://dexie.org/pricing · fetched 2026-08-29 · ac6e9bf1d0eb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dexie/Dexie.js | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem