I built a GDPR consent manager for agencies (one dashboard, 30 domains)
Cookie consent manager competing with Cookiebot and OneTrust, free for one domain.

It records evidence-grade timing for cookies, local/session storage and network requests so you can prove tracking happened before the consent click, then exports JSON/CSV/PDF for audits. Recognizes major CMPs and offers a compliance score and privacy-policy cross-checks — neat feature set for quick site sweeps. Expect edge cases on bespoke banners and SPAs, but for fast, repeatable audits this saves tedious Network-panel sleuthing.
Web developers, privacy engineers, agencies, compliance auditors, privacy advocates
I tested 20 websites (SaaS, e-commerce, agencies, blogs) to check something simple:
Do they actually wait for user consent before loading analytics?
14 out of 20 loaded Google Analytics or other tracking scripts before the user clicked “Accept”.
In most cases:the cookie banner was visible, no interaction had happened yet but GA/GTM requests were already firing. You don’t really notice this unless you’re watching the Network tab closely.
So I built a small tool to monitor:
cookies being set
localStorage/sessionStorage usage
tracking-related network requests
the exact timestamp of the consent click
Originally it was just a script for internal audits. It grew into a Chrome extension called ConsentScope.
What it does:
-compares before vs after consent
-classifies cookies (necessary / analytics / marketing)
-shows a simple timeline of events
-optionally exports a report
It doesn’t auto-click banners. It doesn’t interpret the law. It just shows what technically happens.
I’m curious if others have checked this on their own sites. Feel free to ask anything technical — happy to share details.
Cookie consent manager competing with Cookiebot and OneTrust, free for one domain.
Catches consent + tracking misconfigs that break Google Ads measurement before campaigns tank.
First compliance scanner for India's DPDP Act with concrete violation detection, not just checklist theater.
Recovers deleted HN posts the official API strips — clever workaround for researchers.
Yet another privacy analytics tool—Plausible and Umami already own this space.
Replaces Prometheus+Grafana complexity with one container, zero config install.