Store.js is a cross-browser JavaScript storage library for simple client-side key-value persistence. It provides a small API for common storage actions such as setting, getting, removing, and iterating over saved values. The library was created to smooth over browser differences and give developers a consistent way to store data without cookies or Flash. It can use mechanisms such as localStorage, globalStorage, and userData behavior depending on browser support. store.js also supports plugin-based storage extensions and extra functionality for broader use cases. Its main value is making browser storage easier, more reliable, and more portable across older and modern web environments.

Features

  • Cross-browser key-value storage
  • Simple get, set, remove, and each API
  • No cookies or Flash required
  • localStorage and legacy fallback support
  • Plugin-based storage extensions
  • Production-tested JavaScript utility

Project Samples

Project Activity

See All Activity >