Umami screenshot
#7 A Rank #28

Umami

A privacy-focused, cookie-free Google Analytics alternative with a clean single-page dashboard. Standout trait is its minimal footprint β€” one Next.js container plus one SQL database, no data broker dependency.

Analytics JavaScript/TypeScript (Next.js) Medium to deploy $25/mo equiv
79.0 / 100

βš™ Full Stack

Next.js full-stack app (API routes + React dashboard) backed by Postgres or MySQL via Prisma ORM; tracking script is a tiny client-side beacon with no cookies.

πŸ“ˆ Scaling Analysis

The Next.js app tier is fully stateless and scales horizontally behind any load balancer; the only bottleneck is write throughput on the events table, which Postgres handles well up to very high traffic before sharding is needed.

πŸš€ Running on Nexlayer

Single umami pod talking to a postgres pod (postgres.pod:5432); DATABASE_URL is the only required env var. Official image is Docker Hub library (ghcr.io/umami-software/umami) so it can be pulled directly or mirrored via mirror.gcr.io for the Postgres base image.