A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
-
Updated
Nov 7, 2025 - TypeScript
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage returns a different object than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
Fully-featured web interface for Ollama LLMs
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
React hook that persists data in localStorage
A Svelte store that persists to localStorage
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
Efficient client-side storage for Angular: simple API + performance + Observables + validation
React hook which syncs localStorage[key] with the comp.
A browser extension that syncs your cookies & localStorage to your cloudflare and manages them
Localstorage and sessionstorage manager - Angular service
stokado can proxy objects of any storage-like, providing getter/setter syntax sugars, serialization, subscription listening, expiration setting, one-time value retrieval.
Package for recoil state manager to persist and rehydrate store
EncryptStorage provide a little more security in frontend
A Svelte store that keep its value through pages and reloads
Sketch business models in your browser
Vector Storage is a vector database that enables semantic similarity searches on text documents in the browser's local storage. It uses OpenAI embeddings to convert documents into vectors and allows searching for similar documents based on cosine similarity.
Typed localStorage and sessionStorage utility with data structure and prefix support.
IndexedDB with Intuitive API,轻松搞定浏览器数据库🎉