What happens to your files
- Nothing is uploaded. Reading, checking and rebuilding all happen in JavaScript running on your own machine. There is no server that receives images, because there is no server at all beyond the one that sent you this page.
- Nothing is stored. Your files are held in memory while the tab is open and are gone when you close it. Exported ZIPs are assembled in memory and handed to your own browser's download.
- You can verify this. Open your browser's developer tools, go to the Network tab, and drop a file in. No request is made. The page also ships a Content-Security-Policy that permits connections only back to its own origin, so even a mistake on our side could not send your artwork anywhere.
What is stored locally
- A licence key, if you enter one. Kept in your browser's local storage on your own machine so you do not have to type it again. Clearing your browser data removes it. It is never sent anywhere.
What we collect
- Nothing personal. No accounts, no cookies set by us, no analytics script, no advertising, no tracking pixels.
- Standard server logs. The page is hosted on Cloudflare Pages, which records ordinary request logs (IP address, timestamp, user agent) as any web host does. That applies to the page itself, not to your files — your files are never part of a request.
Why it is built this way
- Unreleased artwork is the most sensitive thing a designer has. The safest way to handle someone else's unreleased work is to never receive it. Processing in the browser is not only a feature — it removes the question of what we might do with your files, because we never have them.