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

marcuswestin/store.js

Cross-browser storage for all use cases, used across the web. observed · 2026-08-28

github.com/marcuswestin/store.js · JavaScript · MIT (permissive) 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: 5911
  • days_rel: n/a
  • days_push: 960
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

13984 stars · 1293 forks observed · 2026-08-28

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

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

library · maturity maintenance

serialization plugin-system web-development frontend developer-tools browser cross-platform localstorage key-value-storage cross-browser client-side-storage javascript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
marcuswestin/store.jsmain32

For agents

markdown · JSON · MCP: product_card(name="marcuswestin/store.js")

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