← Work

RUNNING

Website Autopilot

The system that runs this site: 15-minute health watchdog, weekly review agent, task log with lessons learned.

Agents · Cron · QA

The Problem

A personal site decays silently — broken links, stale dependencies, SEO regressions — unless someone checks it constantly.

The Approach

Built an agent-based autopilot: a watchdog script probes all pages every 15 minutes and alerts only on failure; a weekly review agent runs health, security, SEO, and deployment checks and reports to Telegram; every task is logged with a reusable lesson that feeds back into future work.

Architecture

01Health script: 9 URL checks (status · content · SSL · latency)
02Watchdog cron — silent unless something breaks
03Weekly review agent — health, npm audit, SEO, deploys
04Task log: TASK-<year>-<nnn>.json learning loop

Result

The site monitors and reviews itself. First week it caught two real SEO gaps (missing og:image, missing canonicals) — both fixed the same day.