Privacy & Security
Your data stays in your browser. Period.
Does my data leave my browser?
Absolutely not. Whether you are formatting sensitive JSON, decoding a JWT containing user information, generating a QR code, or compressing an image—every single operation on peopleDose happens 100% locally using your device's CPU and memory. We do not have a backend server that receives your inputs.
Do you track analytics?
We use Google Analytics (GA4) solely to count page views and understand which tools are the most popular so we know what to build next. Google Analytics never captures, reads, or records the content you paste into the input boxes. Your inputs are strictly sandboxed within the DOM of the tool.
Are generated files uploaded?
No. When you click "Download" on a QR Code, an optimized Image, or a generated SVG, the browser dynamically creates a `Blob` or `Data URL` in memory and triggers a local download. No external servers are involved in generating or serving your file.
What about LocalStorage / Cookies?
We use your browser's native `localStorage` to save your "Starred Favorites" and your "Recently Used" tools so they persist when you return to the site. This data is stored locally on your hard drive and is never transmitted to us.
Auditable Transparency
Because peopleDose is a pure client-side application, you can independently verify these claims at any time. Simply open your browser's Developer Tools (F12), navigate to the "Network" tab, and watch what happens when you use a tool. You will see that zero network requests are made when processing your data.