OPEN_SOURCE ↗
PH · PRODUCT_HUNT// 7d agoOPENSOURCE RELEASE
Page Views API launches visitor counter
Page Views API is an open-source, drop-in visitor counter that tracks page views with a single script and almost no setup. It targets modern web apps and SPAs, with built-in deduplication to keep counts cleaner.
// ANALYSIS
This is a nice example of a small but genuinely useful devtool: it competes on simplicity, not on trying to become a full analytics platform.
- –The no-dashboard, single-script pitch lowers adoption friction for indie apps and side projects that just need basic visitor counts.
- –Smart deduplication is the real product value here; without it, page-view counters are usually too noisy to trust.
- –Open-source plus a GitHub-hosted repo makes it easy for teams to audit, self-host, or adapt the API to their stack.
- –The tradeoff is obvious: this solves counting, not analytics depth, so it will appeal more to builders who want lightweight telemetry than to teams replacing mature analytics suites.
// TAGS
page-views-apiapiopen-sourcedata-toolsself-hosted
DISCOVERED
7d ago
2026-04-04
PUBLISHED
8d ago
2026-04-04
RELEVANCE
5/ 10
AUTHOR
[REDACTED]