Product upvotes vs the next 3
Product comments vs the next 3
Product upvote speed vs the next 3
Product upvotes and comments
Product vs the next 3
Edgemetry
Privacy-first web analytics on Cloudflare's free tier
Edgemetry is web analytics you run yourself: one Cloudflare Worker, one D1 database, no cookies and no consent banner. Deploy in one click, add a 2.1 KB script, and keep unlimited history on the free tier, roughly 20,000 visits a day at zero cost.
Top comment

Hey Product Hunt 👋 I wanted analytics for my side projects and every option annoyed me. Google Analytics is overkill and drags a consent banner along. Plausible Cloud is a recurring bill for a site with 400 visitors. Self-hosting Plausible means a VPS running Docker, which is more infrastructure than a personal site deserves. So Edgemetry runs on one Cloudflare Worker and one D1 database. Click deploy, point a subdomain at it, paste a 2.1 KB script tag. No API token, no server, no cookie. The interesting part was making it actually fit the free tier. D1 allows 100,000 row writes a day, and DELETE costs the same as INSERT, so the obvious design (one events table, nightly cleanup) burns four writes per pageview and dies at 8,000 visits. Instead, raw events land in per-hour tables with no indexes at all (one write per pageview), and those tables are never deleted from, they're rolled up and then DROPped, because DROP TABLE is DDL and costs nothing. That lands at ~1.2 writes per pageview, and roughly 20,000 visits a day inside the free tier. What you get: five metrics with sparklines and period comparison, stackable filters where clicking any row narrows every panel at once, a choropleth served from your own Worker, realtime, custom events, ⌘K search, multiple sites and viewer accounts. No third-party request from any browser, ever. The demo is the real dashboard on made-up traffic, no sign-in: https://hayaran.github.io/Edgeme... Happy to answer anything, especially about the D1 cost model or where it breaks.
About Edgemetry on Product Hunt
“Privacy-first web analytics on Cloudflare's free tier”
Edgemetry launched on Product Hunt on August 19th, 2026 and earned 102 upvotes and 2 comments, placing #14 on the daily leaderboard. Edgemetry is web analytics you run yourself: one Cloudflare Worker, one D1 database, no cookies and no consent banner. Deploy in one click, add a 2.1 KB script, and keep unlimited history on the free tier, roughly 20,000 visits a day at zero cost.
On the analytics side, Edgemetry competes within Analytics, Marketing, Privacy and GitHub — topics that collectively have 693.7k followers on Product Hunt. The dashboard above tracks how Edgemetry performed against the three products that launched closest to it on the same day.
Who hunted Edgemetry?
Edgemetry was hunted by Nitin Hayaran. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Edgemetry including community comment highlights and product details, visit the product overview.
