Skip to content
Zahvox
GlossaryAvailable now

LocalStorage

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.

Try the free voice toolFree · No signup · Runs in your browser

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.

In plain language

A small drawer in your browser where a website can keep notes for itself.

Why it matters

LocalStorage is what lets a web app remember you between visits without a backend. It's also why 'nothing leaves your device' can be a real claim for browser-first tools.

How this relates to Zahvox

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.

Example

You toggle a UI setting. Next time you open Zahvox, the same setting sticks — that's localStorage remembering it locally.

Frequently asked questions

Stop typing. Start thinking.

Open the free voice-to-text tool and turn your next thought into clean text in seconds.

Open the free tool