Product Thumbnail

Edgemetry

Privacy-first web analytics on Cloudflare's free tier

Analytics
Marketing
Privacy
GitHub
Visit WebsiteSee on Product HuntGithubTwitter

Hunted byNitin HayaranNitin Hayaran

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.

Comment highlights

Privacy-first analytics is such an underrated pitch. What do I actually lose compared to GA4 – which reports will I miss the most? Asking as a marketer who lives in funnels haha

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.

Edgemetry was featured in Analytics (173.5k followers), Marketing (467.6k followers), Privacy (11.3k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 133.4k products, making this a competitive space to launch in.

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.

Want to see how Edgemetry stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.