Privacy
Your files do not leave your machine
Every one of the 104 tools on this site reads your files inside the browser tab, with code bundled into the page. Nothing is uploaded, and once the page has loaded most tools work with no network at all. There is no copy of your document on any server here, because one was never sent. One tool is an exception and says so on its own page: the editable-HTML rebuild posts the PDF to a conversion service, because the rebuild needs PDF and font libraries a browser tab cannot run.
You do not have to take that on faith. Open developer tools, switch to Network, and run a tool: a first run may fetch same-origin support files such as a worker, a WebAssembly core or an OCR language model, and after that the processing itself produces no network request at all.
What does reach a server
Being specific is the only version of this claim worth making. This is every route on this site that talks to anything, and what it carries.
- Checkout
- Starting or returning from a subscription posts the plan you picked to Stripe through /api/checkout and /api/checkout/return. Stripe receives the payment details you type on its own page; this site never sees a card number. What comes back is a signed cookie carrying the plan and its expiry, and nothing else.
- Account state
- /api/me reads that cookie and answers with the plan and expiry it carries. There is no profile behind it and no file history.
- Saved recipes
- A Pro subscriber’s saved tool settings are stored against the subscription through /api/recipes. A recipe holds the settings you chose, never the file you used them on.
- Tool requests
- Asking for a tool posts what you typed to /api/requests, and marking interest posts to the request’s interest route. The board is public and no file can be attached. Your address is kept as a salted hash to rate-limit the form, not as an identity.
- Downloads
- Fetching the agent package from /downloads/ is an ordinary file request for a published, checksummed artifact.
- Hosting
- Like every website, Cloudflare Pages sees ordinary HTTP requests for this page and its static assets. That is the floor, and it is the same floor whether or not you use a tool.
What is not here
No analytics script, no fingerprinting, no advertising or measurement service, and no account requirement for any tool. Fonts and processing runtimes are served from this site rather than from a third party, so using a tool does not contact anyone else. What you convert, when, and how often is not reported.