// 01
No analytics, no pixels, no fingerprinting. Your visit is not telemetry; it is private.
0data.net is a curated, hand-tended directory for people who treat their browser history like a diary โ not like inventory.
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.
Three words, and everything we ship has to satisfy all three:
No analytics, no pixels, no fingerprinting. Your visit is not telemetry; it is private.
We don't store what we don't collect. Server logs are flushed; nothing is retained.
"Industry standard" is not a defence. If it betrays the user, it has no place here.
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 ad slots, no sponsored cards, no pay-to-list partners.
No Google, Plausible, Fathom, Matomo, Cloudflare Web Analytics, or in-house equivalents.
No third-party scripts, no pixels, no remote fonts beyond Google Fonts CSS (verify below).
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
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