posted in Selfhosted

Would you use a privacy-first mobile app that watches your whole self-hosted stack — nothing phoning home?

Hey folks,

Quick gut-check before I sink weeks into building the wrong thing.

The itch: I self-host the usual suspects — a Storj node, Pi-hole, WireGuard, Uptime Kuma, a blog, the lot. Keeping an eye on all of it from my phone is a mess. Four browser tabs, four logins, reachable only on the LAN, and nothing buzzes me when a service quietly dies at 3am. Every “nice” mobile monitoring app I tried wants a cloud account and phones home — the exact opposite of why I self-host in the first place.

So I want to build the app I actually want to use: one board for the whole stack, push alerts that deep-link straight to whatever went down, a home-screen widget, direct talk to the APIs you already run (Uptime Kuma, Pi-hole, Portainer, your node…), over the LAN or your own VPN — no middleman server, no account, no telemetry, open-core.

Before writing a line of app code, I’m validating demand. And I’ll put my money where my mouth is: the landing page and the waitlist both run on a Debian box in my living room. The form that takes your email is a ~150-line stdlib Python service behind Caddy, writing to a flat file on my own disk — no Google Form, no SaaS, no third party sees a single byte. If I can’t self-host a waitlist, I’ve no business building this.

👉 selfhold.duckdns.org

Honestly I’d rather have your take than your email: would you use it, or is your setup fine? What annoys you most about keeping tabs on your stack? (On the page) would you pay anything, or is free-only the only version that makes sense?

And yes — I know Uptime Kuma / Beszel / Gatus exist and are great. This isn’t trying to replace your monitoring server; it’s the mobile, unified, privacy-first front-end I keep wishing those had. If that’s pointless, tell me — rather hear it now than after building it.

(It doesn’t exist yet. This is me deciding whether to build it. No hype, no VC — just conviction and a mini-PC in the Jura.)

Replying to an earlier post

I generally don’t ever look at dashboards, only historical data, and only after an issue.

I get an alert that there is an issue, and if its an issue thats happened before, there is an automation to address (this is why I look at historical data, to determine indicators).

So I never need to look on a mobile dashboard, because the only thing I’m interested in is the notification. The only way that isn’t going to work is if I have a larger outage, but I get a notification through work for that - I have a site-to-site setup so I could attach a switch to my work network for work reasons, and if that goes down I get a notification through my work setup (and vice-versa, which was a fun morning when that side went down).

en