Skip to main content

Analytics

Analytics if implemented should be actionable and in no way impact the performance of the app.

I personally deploy all web services on Cloudflare and thus use their Web Analytics.

I use Tinybird for logging events and doing analysis in real time.

I setup proper observability on all projects I work on. To both keep track of errors that happen and also to help log possible improvements for things I build using data, not just intuition.

GoatCounter, PostHog & umami seem great for self hosting analytics for cheap/free.

Plausible, Netlify, Google Analytics are popular options too.

Product Analytics from Scratch is a nice read. Databend seems great for more serious data processing needs.

Notes