Privacy
The short version: the tools collect nothing. This page says exactly what that does and does not mean, without rounding it off in either direction.
The tools collect nothing
Files and pasted text are processed entirely in your browser. There is no
server that receives them — there is no server behind these pages at all.
Every tool page ships a Content-Security-Policy with
connect-src 'none', which means your browser itself refuses to
transmit anything from the page, to us or to anyone. You don't have to take
our word for it: open DevTools, watch the Network tab while you use a tool,
and see that after the page loads nothing leaves your device.
No accounts, no analytics, no cookies
There is no signup, login, or email capture. There are no analytics scripts, no advertising scripts, and no cookies on the tool pages. Nothing follows you between visits.
One thing is stored on your device
If you pick a theme, that single preference is saved in your browser's
localStorage so the site remembers it next time. It stays on
your device and is never transmitted anywhere. Clearing your browser storage
removes it.
Hosting and server logs
The site is hosted on Netlify. Like any web host, Netlify keeps standard server logs of the requests it serves — things such as your IP address, the URL requested, and your browser's user-agent string. That happens at the hosting layer, the same as for any website, and is separate from the tools, which still receive and store none of your file contents. Netlify's handling of that data is covered by Netlify's privacy policy.
If this ever changes
There are no analytics today. If analytics are ever added, they will be cookieless and aggregate, and this page will be updated to say so before they ship.