[verdict][curated prompt][source: cronitor.io]
Can I vibecode Cronitor?
// one session, and a personal version you can actually use
Heartbeat endpoint plus dead-man's-switch alerts. A hundred lines of code wearing a SaaS badge.
confidence: high
what it is: Heartbeat endpoint plus dead-man's-switch alerts
Buildability index · an editorial game
- Price 10 $/month weight: plus 1
- Time one sitting weight: plus 3
- Category cron monitoring no weight
- Moat infrastructure scale · integrations weight: minus 3
- Confidence high weight: plus 1
- What you lose 3 items weight: minus 1
- Site cronitor.io (si apre in una nuova scheda) no weight
They cancel out. This is where it comes down to how much the subscription annoys you.
Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.
The prompt
One session with a coding agent and your version runs.
Build me a cron-job monitor like Cronitor / Healthchecks. Requirements:
- Each monitored job gets a unique ping URL (/ping/:uuid). The job's crontab
line just appends `&& curl -fsS <url>` · document this.
- Define jobs in SQLite via a basic-auth /admin page: name, expected period
(e.g. every 60 min) and grace time. Store every ping with timestamp.
- A scheduler loop checks each job: if now > last_ping + period + grace, the job
is LATE → send one alert webhook (Discord/Slack/Telegram, URL in .env) with
the job name and how late it is. Alert again on recovery. No alert spam ·
one per state change.
- /admin dashboard: each job as a row with green/amber/red status dot, last ping
time ("7 min ago"), and a 24h ping histogram as inline SVG.
- Support /ping/:uuid/fail for explicit failure reports with an optional body
shown in the alert.
- Python or Node, single process, systemd unit included. Curated prompt: written and reviewed by hand for this app. In English on purpose — it is the language coding agents work best in.
What you lose
- their status pages and team features
- alert routing (SMS, PagerDuty)
- cron expression insights
Why people still pay
Free alternatives
Not in the mood to build it? These already exist, they are free or open source, and we checked them one by one.
Who has already built it
Starting from here is still vibecoding: the prompt is for when you want it exactly your way.
- Healthchecks (opens in a new tab) — excellent open-source cron monitoring
Do you agree?
The vote balance
Ancora nessun voto: il tuo è il primo.
Nessun voto ancora — il primo pesa.