Can AI replace Umami Cloud?
YES · one-shottableThe software is open source, so the cloud subscription is mostly paying for managed hosting, upgrades, and not touching a server.
Build me a self-hosted analytics stack to replace Umami Cloud. Requirements: - Do not write analytics code. Umami is open source, deploy the real thing: a docker-compose.yml with the official umami image + postgres:15, data in a named volume. The subscription pays for hosting, so the build is a deployment. - All secrets in .env: postgres password and Umami APP_SECRET. Umami binds to localhost; Caddy reverse-proxies stats.<mydomain> to it with automatic HTTPS. - backup.sh on a nightly cron: pg_dump to ~/backups/umami-YYYY-MM-DD.sql.gz, keep 14, with the restore command documented next to it. - update.sh: pull the new image, restart, and print the release-notes URL so I can check for breaking changes before upgrading. - Add the tracking script tag to my sites and verify pageviews arrive; create one custom event as proof the event pipeline works. - No third-party telemetry; visitor data stays in my postgres. - Out of scope: modifying Umami itself or building custom dashboards on top. And accept the honest cost: uptime, upgrades, and 2am breakage are mine now. - README: DNS record for the stats subdomain, first-login default credentials, and change the admin password immediately.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
They pay because analytics is not worth waking up to fix.
xmanaged hosting
xupgrades
xreliability
xteam/billing convenience
xsupport
Can AI replace Umami Cloud?
Yes. A competent AI coding agent (Claude Code, Codex, Cursor) can build a usable personal Umami Cloud replacement in one session with the prompt on this page. It runs on your own machine or server with no subscription.
How much does Umami Cloud cost?
Umami Cloud costs about $9/month (Basic, checked 2026-07-30), which is $108 per year. That's what you save by replacing it with one prompt.
What do I lose by replacing Umami Cloud?
Honestly: managed hosting; upgrades; reliability; team/billing convenience; support. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Umami Cloud?
Yes — Umami (The product's own open-source analytics platform.). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.