andris9/jStorage
jStorage is a simple key/value database to store data on browser side observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 6011
- days_rel: n/a
- days_push: 2300
- n_releases_24m: 0
Adoption not part of the score
1525 stars · 262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
caching state-management web-development frontend browser-extensions browser cross-platform local-storage key-value-store pubsub ttl cross-browser vanilla-javascript
1 source
- readme: https://github.com/andris9/jStorage · fetched 2026-08-28 · 0f706f1843f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| andris9/jStorage | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="andris9/jStorage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem