Privacy Policy
Short version: the tools process your data in your browser and it is never transmitted. The site records anonymous pageviews and nothing else.
Last updated: 18 September 2026
The data you put into the tools
It is not sent anywhere. Every tool marked "runs in your browser" processes your input using JavaScript inside the page you are looking at. The text you paste, the file you drop in, the token you decode — none of it reaches a server, because there is no request that would carry it.
You do not have to take my word for this. Open your browser's developer tools, switch to the Network tab, and use any tool on the site. You will see the page load, and then nothing.
Because the data never arrives here, there is nothing to store, nothing to breach and nothing to hand over. That is the strongest privacy guarantee a website can offer, and it is the reason the site is built the way it is.
If a tool ever needs to send data to a server, its page says so in plain language before you use it.
What the site does record
anaitool keeps a simple first-party record of pageviews so I can see which tools people actually use. For each visit it stores:
- The page path visited
- The date and hour
- The referring website's domain — the domain only, never the full URL, which can contain search terms or other details
- A broad device category: desktop, mobile or tablet
To estimate how many distinct people visit rather than how many pages are loaded, a short one-way hash is computed from your IP address and browser user-agent, combined with a random value that changes every day. The hash is stored; your IP address is not. Because the random value rotates daily, the same visitor on two different days produces two unrelated hashes, so there is no way to follow anyone over time.
What it does not record
- Anything you type, paste or upload into a tool
- Your IP address
- Your name, email address or any other identifying detail — there are no accounts
- Cross-site tracking of any kind
Cookies
The site sets no tracking cookies, which is why there is no cookie banner.
Some tools remember your preferences — your chosen indentation, a selected output format — using your browser's local storage. That data stays in your browser, is never transmitted, and clearing your browsing data removes it. The theme toggle works the same way.
A session cookie is set only if you log into the admin panel, which requires credentials you do not have unless you run this site.
Third parties
Two external resources load on every page:
- Google Fonts serves the typefaces. Google receives your IP address and user-agent as part of that request, as it would for any externally hosted file. If you prefer to avoid this, the fonts can be self-hosted, and blocking the domain simply falls back to your system font.
- Google Analytics, if enabled by the site operator, would set cookies and collect data under Google's own policy. It is disabled by default on this installation; if it is active, a cookie notice will appear.
There are no advertising networks, social media widgets, session recorders, heat maps or embedded trackers of any kind.
Files you upload
When you drop a file into a tool, it is read by your browser's FileReader and held in memory in the page. It is not uploaded. Closing or refreshing the tab discards it completely.
Your rights
Since no personal data is collected, there is nothing to access, correct, export or delete. If you believe that is wrong in some specific case, write to hello@anaitool.com and I will look into it.
Children
This site is aimed at a technical audience and does not knowingly collect information from anyone. Since it collects no personal data at all, it collects none from children either.
Changes
If this policy changes, the date at the top changes with it. A change that meaningfully affects what is collected will be noted prominently rather than quietly edited in.
Contact
Questions about any of this: hello@anaitool.com.