Last updated 2026-05-23

Privacy policy

maratool is built around a single principle: your data should not leave your device. This page explains what that means in practice, and the narrow exceptions.

What maratool does not collect

maratool does not have user accounts. There is nothing to sign up for, nothing to log into, and no profile data to leak. We do not run analytics on this site — no Google Analytics, no PostHog, no Mixpanel, no Plausible, no Fathom.

Almost every tool runs entirely in your browser using JavaScript and the standard Web APIs (Web Crypto, DOMParser, FileReader, Canvas, etc.). Inputs you type or files you drop into a tool stay on your device. For these tools, there is no server-side processing of any input.

The one exception: Instagram video downloader

The Instagram video downloader is the only tool on the site that talks to a server. When you paste an Instagram URL, your browser sends that URL to a small Cloudflare Worker in this same repository. The worker then calls a third-party Instagram API to fetch the video — RapidAPI’s instagram120 by default, with public fallbacks to cobalt.tools and kohi if that fails. This indirection is required because Instagram blocks direct fetches from the browser.

The worker source is in worker/src/index.js on GitHub. It does not write request data to any database, KV, or analytics. It does emit an error message to Cloudflare logs if the upstream API call fails, and Cloudflare itself records standard infrastructure access logs (timestamp, requesting IP, URL path) that the project does not control. The Instagram URL you paste is also visible to whichever upstream API ends up serving the request (RapidAPI, cobalt.tools, or kohi). If you would rather not share that, skip this tool.

What is stored locally in your browser

Some tools use localStorage to persist preferences and recent activity on your own device. None of this is transmitted to any server. Specifically:

  • Recently used tools — the last few tools you opened, for the sidebar list and the command palette.
  • Pinned tools — favourites you star with the ★ Pin button.
  • Tool-specific drafts — a handful of tools (e.g. markdown editor) save in-progress work so you don’t lose it on refresh.

You can clear all of this with your browser’s site-data controls. Clearing it has no effect outside your browser.

Server logs

maratool is hosted on Cloudflare Pages. Cloudflare keeps standard request logs (IP address, user-agent, requested URL, response code) for routing, security, and abuse prevention. These logs are retained per Cloudflare’s standard policy and are not used by maratool for any analytics or profiling.

Ads

maratool is supported by ads served via Google AdSense. AdSense uses cookies and similar technologies to serve and measure ads. This is the one place on the site where third-party tracking can occur. Google’s use of advertising cookies is governed by the Google Privacy & Terms — Advertising policy. You can opt out of personalized advertising at Google Ad Settings.

AI crawlers

We allow major AI search crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended) to read public pages so AI assistants can cite our tools. We block training-only crawlers (CCBot, Bytespider). See our robots.txt for the full list.

Contact

Questions about privacy: maratool@marcell.com.br. Site is operated by Marcell Almeida (Brazil) — see the about page.

Changes

Material changes to this policy will be reflected in the "Last updated" date at the top of this page.