Privacy Policy
Short version: files never leave the browser. There is no server component, no upload step, and no account system — no third party has access to the data processed on this site. The rest of this page covers the specifics.
What data I collect
None that identifies you. xmltoolskit.org is a static site. Every tool on this domain processes your data entirely in your browser using JavaScript. Nothing you paste, drop, or open is transmitted to my servers, because there are no servers handling your file content.
What I don't do
- No accounts or sign-up — ever.
- No analytics scripts (no Google Analytics, no Plausible, no Mixpanel, no Hotjar).
- No tracking cookies. The site does not set any cookies at all.
- No advertising pixels.
- No selling, sharing, or licensing of anything, because there's nothing to sell.
Third parties that see your IP
Your browser loads a couple of assets from third-party CDNs so the site stays small and fast. Those hosts necessarily see your IP address:
- Google Fonts —
fonts.googleapis.comandfonts.gstatic.com, for the Geist and JetBrains Mono fonts. - jsDelivr —
cdn.jsdelivr.net, for libraries used by some tools (xml-js, js-yaml). - Your hosting provider (for the xmltoolskit.org domain) can see standard web-server access logs: IP, user-agent, URL, timestamp. I don't use these logs for anything beyond debugging outages and keep them only as long as the host retains them by default.
None of those third parties see the contents of your file, because the content never leaves your browser.
Local storage
The site stores a single key in localStorage — theme — to
remember whether you preferred light or dark mode. Nothing else is written. No file
contents, no inputs, no analytics state.
Contact
Privacy questions or concerns: [email protected]. Happy to take a bug report if you spot anything on this site that calls home and shouldn't.