geojsonkit.org
GeoJSON utilities, in the browser
Say hi →

Privacy Policy

Last updated 23 April 2026

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. geojsonkit.org is a static site. Every tool on this domain (GeoJSON utilities listed in the sidebar) 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

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:

None of those third parties see the contents of your file, because the content never leaves your browser.

Local storage

The tools currently do not write to localStorage, sessionStorage, or IndexedDB. If that changes in a future update (for example, to remember your last-used options), it will be clearly documented here and nothing will ever be sent to a server.

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.