Loading...
Discovering amazing open source projects
Discovering amazing open source projects
Loading post content...
Umami is a simple, fast, and privacy-focused alternative to Google Analytics It gives you all the essentials—real-time stats, event tracking, goals—without collecting any personal data or using cookies
With privacy concerns and stringent data-protection regulations, it’s more important than ever to respect your visitors’ personal information. Enter Umami—an open-source web analytics tool that delivers the insights you need without tracking or storing any personal data.
👉 Official website: https://umami.is/
👉 GitHub repo: https://github.com/umami-software/umami
Umami
admin
/ umami
) to explore visitor stats, events, referrers, and more in a clean, responsive UI.Embed the Tracker
Copy the snippet from your Umami dashboard and paste it before </head>
on every page you want to track:
<script async defer data-website-id="YOUR_WEBSITE_ID"
src="https://your-domain.com/umami.js"></script>
Self-Host or Dockerize
git clone https://github.com/umami-software/umami.git
cd umami
yarn install
Create a .env
file with:
DATABASE_URL=postgresql://username:password@localhost:5432/yourdb
Build and start:
yarn build
yarn start
Or with Docker:
docker compose up -d
Unlike many analytics platforms, Umami never sets cookies, never tracks IP addresses, and never builds individual profiles. This means:
If you’re looking to regain control of your analytics stack, respect your users’ privacy, and stay compliant with modern data-protection laws, Umami is the tool you’ve been waiting for. Its simplicity, speed, and privacy-first approach make it a worthy alternative to Google Analytics—without ever touching personal data.
Curating the best open source projects every day. Follow us for daily discoveries of amazing tools and libraries.
Get all the latest posts delivered straight to your inbox.
We respect your privacy. Unsubscribe at any time.