Definition
LocalStorage is a Web Storage API that stores key/value string pairs in the browser, isolated per origin, and persistent across tabs and sessions until cleared. It has size limits (typically ~5MB) and is fully synchronous.
LocalStorage is a browser feature that lets a site keep small amounts of data on your device, scoped to that site. Zahvox uses it for lightweight local state only.
Zahvox uses localStorage for lightweight preferences and UI state — not to store your voice or transcripts by default. Full saved history is planned and will document its storage behavior when it ships.
Status: Available today in the free Zahvox web tool.
You toggle a UI setting. Next time you open Zahvox, the same setting sticks — that's localStorage remembering it locally.
Open the free voice-to-text tool and turn your next thought into clean text in seconds.
Open the free tool