A ArchDevTools
// Analytics & Metrics

Umami

Simple, fast, self-hosted alternative to Google Analytics with a minimal footprint.

Self-hosted Open source MIT analyticsprivacy
Pricing

Free (self-hosted). Cloud free tier, paid from $9/month.

Umami trades some of Plausible’s polish for an even simpler self-hosting story — a single Next.js app plus Postgres or MySQL, no ClickHouse dependency to manage.

Key features

  • Single-container self-hosting, minimal dependencies
  • Clean, uncluttered dashboard
  • Custom event tracking beyond pageviews
  • MIT licensed — no BSL/AGPL considerations

Self-hosted vs. cloud

Self-hosted setup is close to trivial compared to most analytics platforms — one app container plus a standard SQL database. A managed Cloud tier exists for teams that’d rather skip that too.

Quick start

docker run -d -p 3000:3000 ghcr.io/umami-software/umami:postgresql-latest

Alternatives

Plausible has a more polished dashboard and reporting if that outweighs the extra ClickHouse dependency.