Analytics
Metrics are very important for your success and growth.
We use Umami. It is a simple, fast, and privacy-focused website analytics alternative to Google Analytics.
Its fully compliant with GDPR & CCPA regulations, so there is no need to show cookie banners.
It has a generous free tier and, if you want, you can easily and in a few minuts host it for free using Vercel without any limitations, as explained below.
Self-hosting
While it’s quicker to use their free tier, you can also freely host Umami by yourself using Vercel and Neon if you want to. You can do it once and use it for all of your projects.
- Press the Deploy button on https://umami.is/docs/guides/running-on-vercel .
- Enter the new repository name (such as
umami
) and continue. - When prompted for the
DATABASE_URL
, login in https://neon.tech , create a new project by setting its name (such asumami
) and the preferred region. When it’s ready, you will be given an URL. PressCopy snippet
to copy the URL with the hidden password. Paste it in theDATABASE_URL
on Vercel and add this to the end of the URL:&pgbouncer=true&connect_timeout=10
and press Deploy. - The deploy should succeed. Access its new dashboard and you will be presented its domain.
- Access it and login with the default username
admin
and the passwordumami
. - Access your profile in the top right of the page and change your password.
Setup
- The setup is in the Quick Setup
Etc
- We bypass ad blockers by using the
rewrites
in thenext.config.ts
file. In that file, it’s explained how it’s done.
Links
Last updated on