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

typicode/lowdb

Simple and fast JSON database observed · 2026-08-28

github.com/typicode/lowdb · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

56/100

  • Activity 74
  • Release rhythm 8
  • 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: n/a
  • age_days: 4537
  • days_rel: n/a
  • days_push: 159
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

22575 stars · 962 forks observed · 2026-08-28

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

lowdb is a tiny, type-safe local JSON database for Node.js, Electron, and the browser. Data is stored as a plain JavaScript object in a JSON file, manipulated with native JavaScript, and persisted with safe atomic writes.

Use cases

  • store app settings in a json file
  • simple local database for a small node app
  • persist data in an electron app without a server
  • embed a lightweight json datastore in a browser app
  • save user data to db.json with typescript type safety
  • swap a full database for a flat file in prototypes

When to choose

  • you need simple, dependency-light persistence for small datasets
  • you want data as plain JavaScript objects with no query language
  • you're building Electron, Node, or browser apps with local JSON storage
  • you want hackable storage adapters (YAML, encryption, etc.)

When to avoid

  • you need concurrent writes from multiple processes or servers
  • you need querying, indexing, or large datasets beyond memory
  • you need relational or transactional guarantees

Facets

library · maturity stable

database serialization json file-system databases developer-tools web-development files browser cross-platform json-database embedded-database local-storage typescript esm lightweight flat-file nodejs electron javascript

2 sources

Member repositories

RepositoryRoleHealth v2
typicode/lowdbmain56

For agents

markdown · JSON · MCP: product_card(name="typicode/lowdb")

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