Skip to content
#

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 than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).

Here are 11 public repositories matching this topic...

Numerous Files simplifies file storage interfaces for web applications across different environments. This package allows seamless swapping between cloud, local, and in-memory storage without code modifications, facilitated through environment variables. Ideal for developers aiming for consistency across development, testing, and production phases.

  • Updated Oct 17, 2024
  • Python
VaultPass

VaultPass is a local-first password manager for privacy lovers. AES-encrypted storage, keyring-protected access, and clean terminal UI—all in one Python file. No cloud. No tracking. No compromise.

  • Updated Apr 13, 2025
  • Python

localgpt-toolbar is a lightweight, system-tray-based application that brings the power of OpenAI's language models to your desktop while keeping your data under your control. Built with PyQt6, it provides instant access to AI chat capabilities while maintaining all conversations and contexts in a local SQLite database.

  • Updated Jan 8, 2025
  • Python