Vince is a self-hosted, privacy-focused web analytics platform and an alternative to Google Analytics. Built with Go and an embedded Pebble database, it ships as a single binary with zero dependencies. Supports unlimited sites, custom events, 404 tracking, and GDPR/CCPA compliance with no cookies.
Vince is a self-hosted, privacy-first web analytics platform that serves as an alternative to Google Analytics. Built with Go and an embedded Pebble database, it requires zero external dependencies.
After deployment, you need to create an admin account. The first user to register becomes the administrator.
Add this script to your website:
<script defer data-domain="yourdomain.com" src="https://YOUR_VINCE_DOMAIN/js/script.js"></script>
All analytics data is stored in /vince-data using the embedded Pebble database and persisted via a Zeabur volume.
AGPL-3.0 — GitHub