Zero Tracking. Zero Data. Zero Excuses.

0data.net is a curated, hand-tended directory for people who treat their browser history like a diary โ€” not like inventory.

Who this is for

If you've ever closed a tab and felt watched, this site is for you. We built 0data.net for the developer who blocks trackers at the DNS layer, the journalist who memorises their VPN's kill-switch toggle, the parent teaching a teenager why "free" rarely is, and the researcher who just wants tools that don't phone home.

You will not find affiliate honeypots here. You will not find a newsletter pop-up. You will not find a cookie banner โ€” because there are no cookies to consent to. Every link on this site is here because we use it ourselves.

Manifesto

Three words, and everything we ship has to satisfy all three:

// 01

Zero Tracking

No analytics, no pixels, no fingerprinting. Your visit is not telemetry; it is private.

// 02

Zero Data

We don't store what we don't collect. Server logs are flushed; nothing is retained.

// 03

Zero Excuses

"Industry standard" is not a defence. If it betrays the user, it has no place here.

How this is funded

Honest answer: it isn't, in any commercial sense. 0data.net is paid for personally by the operator of the wider 0data network. There is no business model on this domain. No one is buying space. No one is paying for placement. No one is profiling you to backfill the cost.

โœ• No advertising

No ad slots, no sponsored cards, no pay-to-list partners.

โœ• No analytics

No Google, Plausible, Fathom, Matomo, Cloudflare Web Analytics, or in-house equivalents.

โœ• No trackers

No third-party scripts, no pixels, no remote fonts beyond Google Fonts CSS (verify below).

โœ“ Verify yourself

Open DevTools, visit the network tab, reload. Count the requests. Then count what's missing.

# Audit the homepage from a clean shell
$ curl -sI https://0data.net/ | grep -i 'set-cookie'
(no output โ€” no cookies set)

$ curl -s https://0data.net/ | grep -ciE 'google-analytics|gtag|fbq|mixpanel|segment'
0

$ curl -s https://0data.net/ | grep -ciE 'doubleclick|hotjar|fullstory|clarity'
0

Contact

Send us mail

No web form. No third-party support widget. Just an email address โ€” and even that we keep out of the DOM so the scrapers go hungry.

// type it by hand โ€” we'll know you mean it
Back to 0data.net