13
I made Analytics, a free, open-source & self-hostable analytics platform that replaces Google Analytics forever.
DEMO: https://analytics-phi-self.vercel.app/site/shopwave.io
Just grab it for free and please give a star!
GITHUB : https://github.com/guillaumeduhan/analytics
Built with Next.js, NestJS, PostgreSQL, and PM2 — a fully self-hosted analytics platform
Clone the repo: git clone https://github.com/guillaumeduhan/analytics.git && cd analytics
Run the installer: chmod +x install.sh && ./install.sh
Start it: make dev (or make deploy for production)
Ready to go in minutes! 🚀
Open-source analytics alternative to Google Analytics and Plausible, this tool offers a privacy-friendly, self-hosted solution for tracking web analytics. Built with NestJS and PostgreSQL, it provides a robust backend, while the frontend is powered by Next.js and React. Key features include
multi-site tracking
pageview and event tracking
session management
UTM campaign tracking
real-time visitor count
privacy-first approach with no cookies
The tool is designed for developers and businesses looking for a customizable analytics platform that can be deployed on Raspberry Pi or other self-hosted environments. With PM2 for process management and Cloudflare Tunnel for secure access, it ensures a seamless deployment experience. The project is open-source, allowing for community contributions and enhancements.
It's also a work-in-progress project so feel free to contribute any time.
Best!
Guillaume
Built with