# marcuswestin/store.js

Cross-browser storage for all use cases, used across the web.

Repository: https://github.com/marcuswestin/store.js
Canonical: https://ross.abutalabs.com/products/storejs
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, localstorage, cross-browser, plugins, storage, store-json, serialization
Last push: 2024-01-16T21:28:56+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": 5911, "days_push": 960, "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 13984, forks 1293 (observed 2026-08-28T04:11:05.271559+00:00)

## What it is
Store.js is a JavaScript library providing a simple cross-browser key/value local storage API (get/set/remove/each) with plugin-based storage backends and extra functionality. It has been used in production on tens of thousands of websites since 2010 and supports virtually all browsers.

## Use cases
- persist user settings in the browser across page loads
- store JSON objects in localStorage with a simple API
- support local storage in old browsers like IE6/IE7
- swap storage backends via plugins
- iterate over all stored key/value pairs

## When to choose
- you need cross-browser client-side key/value storage including legacy browsers
- you want a tiny, battle-tested localStorage wrapper with plugin extensibility

## When to avoid
- you only target modern browsers and prefer the native localStorage API directly
- you need server-side or large-scale structured storage like IndexedDB or a database

## Facets
- artifact type: library
- maturity: maintenance
- function: serialization, plugin-system
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: localstorage, key-value-storage, cross-browser, client-side-storage, javascript, nodejs

## Member repositories
- marcuswestin/store.js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:05.271559+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-29T17:12:53.954843+00:00, confidence not recorded.
  - readme: https://github.com/marcuswestin/store.js (fetched 2026-08-28T04:11:05.271559+00:00, sha 22b54c578d99)
  - registry_npm: https://registry.npmjs.org/store.js (fetched 2026-08-29T08:07:06.422695+00:00, sha 369d2bc4bbdd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
