Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Localstorage

Localstorage

61 projects

Showing 36 of 61 projects

localForage
localForageJavaScript

A fast, simple JavaScript library for offline storage with a localStorage-like API, using IndexedDB, WebSQL, or localStorage.

#websql#storage#localforage
Stars25.8k
Forks1.3k
Last commit2 years ago
Lowdb
LowdbJavaScript

A simple, type-safe local JSON database for Node.js and browsers using plain JavaScript.

#adapter-pattern#database#data-persistence
Stars22.6k
Forks965
Last commit3 months ago
store.js
store.jsJavaScript

A cross-browser JavaScript library for key/value storage with a unified API and plugin system.

#store-json#storage#cross-browser
Stars14.0k
Forks1.3k
Last commit2 years ago
redux-persist
redux-persistTypeScript

A library to persist and rehydrate a Redux store across browser sessions or app restarts.

#persistor#redux-middleware#storage
Stars13.0k
Forks845
Last commit2 years ago
Echochamber.js
Echochamber.jsJavaScript

A client-side JavaScript library that adds a comment form to websites, storing comments only in the user's LocalStorage.

#blog-tools#localstorage#static-site-comments
Stars4.1k
Forks96
Last commit7 years ago
basket.js
basket.jsJavaScript

A script and resource loader that caches files in localStorage to improve page load performance.

#caching#performance-optimization#resource-loader
Stars3.4k
Forks271
Last commit1 year ago
react-native-storage
react-native-storageJavaScript

A local storage wrapper for React Native and web apps with size control, auto-expiring, remote data syncing, and batch queries.

#data-persistence#offline-first#promise-based
Stars3.0k
Forks264
Last commit
mindmaps
mindmapsJavaScript

An offline-capable HTML5 mind mapping application that runs entirely in the browser.

#productivity-tool#mind-mapping#offline-first
Stars2.9k
Forks596
Last commit3 years ago
way.js
way.jsJavaScript

A lightweight, framework-agnostic JavaScript library for persistent two-way data binding with minimal code.

#vanilla-js#localstorage#two-way-binding
Stars2.9k
Forks245
Last commit2 years ago
cross-storage
cross-storageJavaScript

Enables secure cross-domain localStorage sharing between browser windows/tabs using an iframe-based hub-client architecture.

#browser-storage#localstorage#es6-promises
Stars2.2k
Forks176
Last commit7 months ago
lawnchair.js
lawnchair.jsJavaScript

A lightweight client-side JSON document store for web applications with pluggable adapters.

#data-persistence#websql#localstorage
Stars2.1k
Forks240
Last commit6 years ago
Lawnchair
LawnchairJavaScript

A lightweight client-side JSON document store for web applications with pluggable adapters.

#data-persistence#websql#localstorage
Stars2.1k
Forks240
Last commit6 years ago
Sisyphus
SisyphusJavaScript

A jQuery plugin that saves HTML form data to LocalStorage to prevent data loss from browser crashes or accidental tab closures.

#web-forms#draft-saving#jquery-plugin
Stars2.0k
Forks216
Last commit3 years ago
basil.js
basil.jsJavaScript

A unified JavaScript API for localStorage, cookies, sessionStorage, and memory with automatic fallback handling.

#cookies#browser-storage#localstorage
Stars2.0k
Forks62
Last commit3 years ago
Backbone.localStorage
Backbone.localStorageJavaScript

A localStorage adapter for Backbone.js that replaces Backbone.sync to persist data locally in the browser.

#data-persistence#sync-adapter#browser-storage
Stars1.9k
Forks669
Last commit2 years ago
Blazored.LocalStorage
Blazored.LocalStorageC#

A library providing access to browser local storage with automatic serialization for Blazor applications.

#hacktoberfest#nuget#webassembly
Stars1.3k
Forks134
Last commit1 year ago
localFont
localFontCSS

A vanilla JavaScript tool that converts font files into localStorage-cached web fonts for faster loading.

#font-loading#font-caching#performance-optimization
Stars845
Forks20
Last commit10 years ago
Backbone.dualstorage
Backbone.dualstorageJavaScript

A Backbone.js sync adapter that provides dual storage with localStorage caching and REST server synchronization.

#adapter-pattern#client-side-caching#offline-first
Stars797
Forks106
Last commit8 years ago
cashew
cashewTypeScript

A flexible Angular library for caching HTTP requests with support for memory, localStorage, and sessionStorage.

#httpclient#angular-http#http
Stars692
Forks36
Last commit11 months ago
angular-async-local-storage
angular-async-local-storageTypeScript

An efficient client-side storage library for Angular with a simple localStorage-like API, built on IndexedDB and RxJS Observables.

#browser-storage#localstorage#rxjs
Stars676
Forks66
Last commit
redux-storage
redux-storageJavaScript

A persistence layer for Redux with flexible storage backends and decorators.

#database#redux-middleware#storage
Stars668
Forks49
Last commit9 years ago
ngrx-store-localstorage
ngrx-store-localstorageTypeScript

A meta-reducer that automatically syncs @ngrx store state with browser local or session storage.

#localstorage#angular#client-side-storage
Stars624
Forks118
Last commit6 months ago
ground:db
ground:dbJavaScript

A thin caching layer providing offline database support for Meteor applications using local storage.

#database#websql#offline-first
Stars569
Forks77
Last commit1 month ago
dom
domGo

A Go library providing DOM bindings and Web API wrappers for WebAssembly applications.

#dom-manipulation#chrome-extensions#webassembly
Stars506
Forks58
Last commit6 years ago
awesome-web-storage
awesome-web-storage

A comprehensive guide and curated list of resources for client-side web storage APIs, including cookies, localStorage, and sessionStorage.

#cookies#html5#localstorage
Stars448
Forks36
Last commit2 years ago
ng2-webstorage
ng2-webstorageTypeScript

An Angular service and decorators for easy management of localStorage and sessionStorage with reactive observables.

#decorators#reactive-programming#localstorage
Stars425
Forks91
Last commit5 months ago
proxy-web-storage
proxy-web-storageTypeScript

A JavaScript library that proxies any storage-like object, adding syntax sugar, serialization, subscriptions, expiration, and disposable values.

#webstorage#data-persistence#disposable
Stars386
Forks13
Last commit1 month ago
ts-cacheable
ts-cacheableTypeScript

A TypeScript decorator library for caching Observable and Promise-returning methods with configurable storage strategies.

#caching#performance-optimization#decorators
Stars353
Forks42
Last commit4 months ago
routine
routineGo

A Go library providing ThreadLocal-like coroutine context storage and goroutine ID access with inheritance support.

#goid#fast-threadlocal#go-library
Stars292
Forks30
Last commit7 days ago
ember-local-storage
ember-local-storageJavaScript

An Ember addon providing a storageFor computed property that persists data to localStorage or sessionStorage with an ember-data adapter.

#ember-data#data-persistence#ember-addon
Stars220
Forks78
Last commit2 years ago
storage-atom
storage-atomClojure

A ClojureScript library for creating atoms backed by HTML5 web storage with automatic persistence and cross-window synchronization.

#clojurescript#browser-storage#localstorage
Stars193
Forks19
Last commit3 years ago
Minimal Notes
Minimal NotesHTML

A lightweight notes web app built with Vue.js that runs locally in the browser using localStorage.

#vue-js#todo#productivity
Stars138
Forks32
Last commit3 years ago
ember-localforage-adapter
ember-localforage-adapterJavaScript

An Ember Data adapter that enables offline data storage using Mozilla's localForage library.

#ember-data#websql#localforage
Stars131
Forks26
Last commit6 years ago
pinia-persistedstate-2
pinia-persistedstate-2TypeScript

A Pinia plugin that persists and rehydrates Vue.js store state between page reloads.

#storage#vue-state-management#localforage
Stars116
Forks8
Last commit1 day ago
bag.js
bag.jsJavaScript

A JavaScript and CSS loader with key/value storage using IndexedDB, WebSQL, and localStorage for caching.

#javascript-loader#websql#client-side-caching
Stars88
Forks18
Last commit5 years ago
Local Storage
Local StorageJavaScript

A Knockout.js plugin that automatically persists observable values to localStorage.

#observables#browser-storage#localstorage
Stars67
Forks10
Last commit14 years ago
Page 1 of 2

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
5 days ago
2 days ago
Next
#State Management22
#Angular21
#Client Side Storage18
#Browser Storage16
#Sessionstorage14
#Javascript14
#Indexeddb12
#Frontend11
#Typescript11
#Rxjs10
#Data Persistence9
#Reactive Programming9