Privacy
Five promises, each one enforced by code you can inspect.
Runs entirely in your browser
Every keystroke and every QR code is generated on your device. There is no backend to see your content.
No analytics, cookies, or SDKs
No tracking pixels, no error reporters, no third-party scripts. Open the network tab: after the page loads, nothing else phones home.
Share links stay on your device
Your config is encoded in the URL hash. Browsers strip the hash before any network request, so it never reaches our host or a link unfurler.
WiFi passwords are never serialised
The Share link encoder refuses to include the password field. The exclusion lives in the code, not the UI, so it can't be bypassed.
Local persistence, local only
Editor state is saved to localStorage so your work survives a reload. It stays on your device, and like Share links, never includes WiFi passwords.