Back to browse
DomainDash – uptime/SSL/domain checks for client sites

DomainDash – uptime/SSL/domain checks for client sites

by edcs·Jun 23, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemSlick

Plain English SSL alerts for freelancers tired of 3am panic texts.

Strengths
  • Plain English explanations beat technical monitoring dashboards for non-experts
  • Multi-region AWS Lambda architecture enables minute-level check intervals
  • Freelancer-focused positioning differentiates from enterprise monitoring tools
Weaknesses
  • Uptime monitoring space crowded with UptimeRobot, StatusCake, and Pingdom
  • Free tier limitations may push users toward established competitors quickly
Category
Target Audience

Freelancers and small agencies managing client websites

Similar To

UptimeRobot · StatusCake · Pingdom

Post Description

I built DomainDash because I needed a service which checks uptime, SSL and domain expiration for the client sites that I run. Also, in my time as a contractor, I've worked for multiple companies who have had serious outages caused by an expired SSL cert that someone has forgotten about (one of them was a FTSE 50 and their ecom went down for like a day).

I know there are a lot of existing products out there which do this already, but I wanted to have a go at it myself for a few reasons:

- I wanted to learn about multi-region AWS and Lambdas

- I thought I could put my own spin on it - the focus is plain English explanations, not pages of data

- Like a lot of developers, I have a graveyard of side project domain names which don't do anything. So I really wanted to see if I could follow something through (I registered this domain in like 2022 when that FTSE 50 company had their outage and the idea properly came to fruition in my mind).

The stack is quite interesting - it's a Laravel based web app which acts as the control plane. The checks are tiny Rust based Lambdas which are deployed to multiple AWS regions, giving it a global viewpoint. The Laravel app dispatches the Lambda via scheduled, queued jobs and the Lambdas report back via signed webhooks (which just receive the check data and pop it onto a queue for async processing). No cross-region DB connection issues or connection limits to deal with that way. It uses TimescaleDB and hypertables for the check results - each domain with 1min uptime and the other checks writes a few thousand rows per day, so it needs to handle this volume properly.

It's early stage right now - 3 customers and it's run about 1.8m checks so far.

Similar Projects

Free domain health monitoring tool

Instant DNS/SSL/uptime checks plus an API, webhooks and reusable check templates make this a handy tool to fold into CI and lightweight automation. It's not reinventing monitoring — think UptimeRobot/Pingdom-lite — but being free, API-first and run on the author's infra gives it practical appeal for teams that want quick programmatic checks and Telegram alerts. To become a standout it needs multi-region probes, richer alert routing/SLO exports and clearer scaling/retention guarantees.

Solve My ProblemSlick
bodyast1010
104mo ago
Security●●Solid

Scanward – Free domain security scanner (SSL, DNS, headers, email auth)

Putting SSL, DNS, HTTP headers, SPF/DKIM/DMARC and uptime into one external scanner is the kind of boring-but-critical product people actually pay for; Scanward adds continuous monitoring, instant alerts and a free no‑signup scan which lowers friction. What will decide adoption is the scoring transparency and integrations — the product is convenience-first, not a deeper replacement for specialized tools like Hardenize or SSL Labs.

Solve My ProblemSlick
accadius
104mo ago
Developer Tools●●Solid

CertWarden – SSL certificate monitoring app for iOS

Native SwiftUI app with a tidy card-based UI and an anonymous, device-tied model — no account required — which is a smart privacy-first choice for a monitoring utility. The backend on Cloudflare Workers keeps the footprint minimal and the one‑time Pro unlock for unlimited domains + webhooks/API is pragmatic, but lack of a web dashboard or multi-device sync limits it to solo operators for now.

Niche GemShip It
ismailperim
204mo ago