Show HN: Consentless – A minimalist, privacy-preserving traffic counter
4 codazoda 1 9/12/2025, 1:02:37 PM consentless.joeldare.com ↗
Several years ago I started tracking my own website stats using a minimal counter that preserves user privacy. I wrote about that in my article, Private Analytics and the Raspberry Pi in my Bedroom.
The original version was a PHP script. It's been working well for several years, but I had some hardware trouble with the Raspberry Pi. So, this week I took those concepts and wrote Consentless as a Go application to replace that original script and I created some initial documentation.
Comments (1)
era37 · 7m ago
Looks pretty neat, does it have any unique selling point compared to existing like GoatCounter? Are you intending on adding some CLI integration for visualizing the CSV on the fly? Thanks :)