local-storage
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 thanlocalStorage
for the corresponding site loaded over HTTPS (e.g.,https://example.com).
Here are 564 public repositories matching this topic...
Language:All
Sort:Most stars
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
- Updated
Mar 27, 2024 - TypeScript
💥 Vue plugin for work with local storage, session storage and memory storage from Vue context 🇺🇦
- Updated
Dec 8, 2022 - JavaScript
SDK that enables local-first and real-time reactive apps with embedded SQLite for JavaScript clients, including React Native and Web
- Updated
Mar 26, 2025 - TypeScript
Browser-based TelePrompter with Remote Control
- Updated
Mar 11, 2024 - JavaScript
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.
- Updated
Dec 11, 2024 - TypeScript
Showcase on how to use the native localStorage of the browser in React.
- Updated
Jun 12, 2020 - JavaScript
Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests and spec files. Allows disabling localStorage.
- Updated
Dec 6, 2024 - JavaScript
SDK that enables local-first and real-time reactive apps with embedded SQLite for Flutter/Dart clients
- Updated
Mar 25, 2025 - Dart
AmoliCloud,简称Amoli私有云,一款轻量级的私有云存储系统,支持本地、阿里云OSS、腾讯云COS做为存储方式,提供简单的文件列表、上传下载、文件分享、文件管理等功能。
- Updated
Mar 26, 2025 - PHP
A flexible React Hook for using Local Storage.
- Updated
Jul 23, 2023 - TypeScript
An embedded persistent key-value storage for Rust that is optimized for random-access workload and huge-capacity HDD
- Updated
Sep 15, 2021 - Rust
💼 A handy wrapper for HTML5 localStorage that seamlessly gets/sets common data types (Array, BigInt, Boolean, Date, Float, Integer, null, Object and String); provides simple data scrambling; intelligently compresses strings (saving storage space); permits query by key as well as query by value and promotes shared storage segmentation in the same…
- Updated
Jan 10, 2024 - JavaScript
📓 Simple and beautiful notepad to Markdown with Vue.js and Local Storage API
- Updated
Nov 21, 2024 - HTML
Turn your computer into Local File Hosting Server. Improved version on Python 3 http.server with Upload and LOTS of FEATURES. In short a home/office remote File-Manager
- Updated
Mar 17, 2025 - Python
React Redux Dashboard with redux-saga and local-storage support
- Updated
Feb 9, 2017 - JavaScript
An open-source password manager - a reliable solution prioritizing transparency and security. Utilizing AES encryption, one of the most trusted algorithms, your sensitive information stays confidential and safeguarded.
- Updated
Jan 15, 2025 - Java
A Password Manager for Windows Active Directory.
- Updated
Mar 7, 2025 - TypeScript
⭐ Awesome HTML Book & Course with interactive CodeSandboxes. Learn HTML online with pleasure.
- Updated
Mar 24, 2025 - JavaScript
- Followers
- 35 followers
- Website
- html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage-dev
- Wikipedia
- Wikipedia