
diy-analytics
The analytics stack you can actually own.
I built a web analytics tool because every “free” option had a catch
Most web analytics tools are either:
- Not actually free past 1k events
- Free but limited to one project (so you can't track client sites)
- Open source but require heavy self-hosted infra (Postgres + Redis + worker)
I wanted all three: free, multi-project, no infrastructure. So, I built diy-analytics. What it does:
- Multi-project dashboards in one account
- Real-time event stream (no sampling)
- Self-hostable on a $5 VPS in 5 minutes or use the hosted version free
- GDPR-friendly by default (no cookies, no PII)
The 3-step setup: add a snippet to your site, verify events land, open the dashboard. Total setup time: under 5 minutes. I'd love your feedback, especially from anyone running client sites or side projects. What does your current analytics stack get wrong?
→ Product: https://analytics.sagnik.fun
About
- most of the web analytic tools are not free , if free doesn't allow support multiple projects. - few are open source , but requires huge infra to host. This is we come with enterprise -grade features.

Comment