A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
-
Updated
Nov 11, 2024 - 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/
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.
Fully-featured, beautiful web interface for Ollama LLMs - built with NextJS. Deploy with a single click.
Efficient client-side storage for Angular: simple API + performance + Observables + validation
React hook which syncs localStorage[key] with the comp.
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,轻松搞定浏览器数据库🎉
(seeking maintainers) ⚓ React hook for using local storage
Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.