# andris9/jStorage

jStorage is a simple key/value database to store data on browser side

Repository: https://github.com/andris9/jStorage
Canonical: https://ross.abutalabs.com/products/jstorage
Language: JavaScript
License: Unlicense
License Family: permissive
Last push: 2020-05-16T21:46:48+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6011, "days_push": 2300, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1525, forks 262 (observed 2026-08-28T04:04:58.270032+00:00)

## What it is
jStorage is a small cross-browser key-value store library for persisting data locally in the browser, supporting strings, numbers, objects, arrays, and XML nodes. It also offers TTL-based key expiration and cross-tab change notifications, effectively acting as a local PubSub mechanism.

## Use cases
- store user preferences in the browser
- cache data locally across page reloads
- persist key-value data in old browsers including IE6
- auto-expire stored keys with TTL
- sync state between browser tabs
- simple client-side pubsub messaging

## When to choose
- you need broad legacy browser support including old IE
- you want a tiny dependency-free key-value storage layer
- you need TTL expiration or cross-tab notifications

## When to avoid
- you only target modern browsers and can use the native localStorage API directly
- you need large-scale or indexed client-side storage like IndexedDB
- you need an actively developed project with new features

## Facets
- artifact type: library
- maturity: maintenance
- function: caching, state-management
- domain: web-development, frontend, browser-extensions
- platform: browser, cross-platform
- tags: local-storage, key-value-store, pubsub, ttl, cross-browser, vanilla-javascript

## Member repositories
- andris9/jStorage (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:58.270032+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:31:38.828977+00:00, confidence not recorded.
  - readme: https://github.com/andris9/jStorage (fetched 2026-08-28T04:04:58.270032+00:00, sha 0f706f1843f3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
