Privacy Policy
How Toolmigo handles your files and what data is collected.
Files never leave your browser
When you use a Toolmigo tool, the file is handled entirely by JavaScript running inside your browser tab. The file is read into memory using browser APIs (FileReader, File), the conversion is performed using browser APIs (Canvas, Web Audio) and JavaScript libraries that ship with the page (pdf-lib, JSZip, heic2any, and similar), and the result is offered as a download via a locally-generated blob: URL.
Toolmigo's servers never receive, store, log, or have access to the contents of any file you process. There is no upload — not a temporary one, not a deleted-after-an-hour one, none.
Verify it yourself
You don't have to take this on faith. Open your browser's developer tools, switch to the Networktab, and clear it. Then run a conversion on any Toolmigo tool. You'll see the page load assets, a single small analytics request (described below), and then no outbound requests at all while the file is being processed. The download appears as a blob:URL — a reference to data in your browser's memory, not a download from any server.
The same check works at the network level: a tool like Wireshark or your operating system's firewall log will confirm that no file data leaves your machine during a conversion.
What is collected
Toolmigo uses Simple Analytics for basic site analytics. It does not use cookies, does not track users across sites, does not collect personal data, and is GDPR-compliant by design.
For each page view, the following is recorded:
- The URL of the page you visited (e.g.
/heic-to-jpg) - The referring URL, if any
- Browser and operating system at a generic level (e.g. "Chrome on macOS")
- Country derived from IP, after which the IP is discarded
- A non-identifying event when you complete a conversion (e.g.
convert_heic_to_jpg)
What is not collected
- The contents of any file you process
- The names, sizes, or metadata of any file you process
- Your IP address (discarded after country lookup)
- Cookies, fingerprints, or cross-site identifiers
- Anything that could identify you personally
Third-party scripts
Toolmigo loads its analytics script from scripts.simpleanalyticscdn.com. No other third-party scripts run on the site. There are no ads, no tag managers, no embedded social widgets, and no remarketing pixels.
Your rights
Because Toolmigo does not store any personal data linked to you, there is nothing to export, modify, or delete on request. You can use any Toolmigo tool without an account, without identifying yourself, and without leaving a trace beyond the anonymous page-view analytics described above.
Contact
Privacy questions: contact@toolmigo.com.