Skip to content
#

LocalStorage

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 63 public repositories matching this topic...

Free, source-available accounting: double-entry bookkeeping, invoicing, US payroll, inventory, bank feeds — desktop app with built-in multi-user Server Edition (no Docker needed). A QuickBooks 2003 Pro replacement. No cloud, no caps.

  • Updated Aug 15, 2026
  • Python

📏 Browser-based text formatter for Factorio/Steam guides: splits strings into fixed-size chunks with normal/tail modes, real-time telemetry, 12-language i18n, localStorage persistence. Client-side only, no backend.

  • Updated Aug 1, 2026
  • Python