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

FrigadeHQ/remote-storage

remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack observed · 2026-08-28

github.com/FrigadeHQ/remote-storage · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

17/100

  • Activity 0
  • Release rhythm 8
  • Longevity 70
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: 984
  • days_rel: n/a
  • days_push: 890
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1398 stars · 45 forks observed · 2026-08-28

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

remoteStorage is a lightweight (~1 kB) TypeScript library that mirrors the localStorage API but persists key-value data on a remote server, so state survives across browsers, devices, and sessions. It includes built-in JWT-based auth, works with any JavaScript stack (React, Next.js, Vue, Node), and ships with an open-source server plus a free hosted community server.

Use cases

  • persist user preferences across devices and browsers
  • show a welcome modal only once per user regardless of device
  • sync feature flags and user flags between browser sessions
  • replace localStorage with a remote-backed key-value store
  • store app settings server-side without building a backend
  • share lightweight state between web and Node clients

When to choose

  • you want a localStorage-like API but data must follow users across devices or browsers
  • you need a tiny dependency for simple key-value persistence without a full database
  • you want self-hostable storage with JWT auth and an MIT license
  • you're tracking one-time UI states like seen-modals or dismissed banners per user

When to avoid

  • you need relational queries, indexing, or large datasets rather than simple key-value pairs
  • you require strong consistency or offline-first conflict resolution
  • you're storing sensitive data that shouldn't live on a third-party or simple remote server
  • you need high-throughput server-side storage rather than lightweight client preferences

Facets

library · maturity active

caching database http-client web-development frontend backend developer-tools browser localstorage key-value-store cross-device-sync typescript react nextjs vue jwt user-preferences nodejs web-server javascript

3 sources

Member repositories

RepositoryRoleHealth v2
FrigadeHQ/remote-storagemain17

For agents

markdown · JSON · MCP: product_card(name="FrigadeHQ/remote-storage")

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