LIVE · always

The work, as it actually runs.

Every card below pulls live data. Uptime, speed, Lighthouse scores, Google reviews. A red dot means that site is actually down right now, not a stale screenshot from a case study two years ago. If one of my sites breaks, this page tells on me. That's the point.


THE  LIVE  WALL

One card per site. All numbers are real.

The page fetches a small JSON file the cron writes every Sunday at 3am. If a field is missing I hide the row rather than make up a number. Screenshots are pulled from each site with a headless browser, not polished marketing shots.

Loading the wall…
Checking the data file…

HOW  THIS  PAGE  WORKS

Nothing clever. A script and a cron.

Once a week, a small Node script walks down the list of sites I've shipped. For each one it does an HTTP check, a full page load, a headless Lighthouse run, and a screenshot. If the site has a Google Business Profile, it pulls the review count too. Results land in a JSON file that this page reads in the browser. No server, no dashboard, no subscription. Just a text file updated by a cron.

If you're curious how I build sites that hold up this way, here's the process. Got an idea that isn't a normal website? Email me. I'm up for trying things.