Blazored/LocalStorage
A library to provide access to local storage in Blazor applications observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2773
- days_rel: n/a
- days_push: 694
- n_releases_24m: 0
Adoption not part of the score
1325 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C# library giving Blazor applications access to the browser's localStorage APIs, with automatic JSON serialization and deserialization of values. It supports both Blazor WebAssembly and Blazor Server and integrates via dependency injection.
Use cases
- persist app state in the browser across page reloads in Blazor
- save user preferences to local storage in a Blazor app
- store and retrieve typed objects in localStorage from C#
- access browser localStorage from Blazor WebAssembly
- cache data client-side in a Blazor Server application
When to choose
- you're building a Blazor WebAssembly or Blazor Server app and need typed localStorage access
- you want automatic JSON serialization/deserialization when saving objects
- you prefer DI-friendly, well-maintained wrappers over raw JS interop
When to avoid
- you're not using Blazor (e.g. plain ASP.NET or JavaScript apps)
- you need large amounts of storage or IndexedDB capabilities
- you need server-side persistent storage rather than browser-local data
Facets
library · maturity active
serialization json web-development frontend developer-tools browser dotnet cross-platform blazor localstorage csharp blazor-webassembly blazor-server browser-storage nuget web-server
2 sources
- readme: https://github.com/Blazored/LocalStorage · fetched 2026-08-28 · 81bb34d28824
- homepage: https://blazored.github.io/LocalStorage/ · fetched 2026-08-29 · dc0a1af02fc9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Blazored/LocalStorage | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="Blazored/LocalStorage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem