Know if your scripts are running

Simple tool to make sure that your cron jobs and automated tasks are running.

Create a canary, get a custom URL that you can curl to notify that it's still running.

A great way to make sure your backup jobs are running, your newsletter is being sent, or your sheduled tasks are doing what they should.

backup.sh && curl https://i-am-still-a.live/q9hqsAN4L7
Prod server backup
Daily
now

You can alos email the the canary, add it to your newsletter, or use it as a bcc in your signup process to make sure things are working.


	$to = "rich@svelte.dev"; //To recipients 
	$email_subject = "PHP is the bestest!";
	$email_body = "PHP is the best!\n".    ".
	$headers = "From: p2000@levels.io \r\n";
	$headers = "Bcc: aDGetyDQ97@i-am-still-a.live\r\n";
	//Send the email!
	mail($to,$email_subject,$email_body,$headers);

Newsletter
Monthly
last month

We will save the subject of the last email you sent, but nothing more.

Be creative

Use git hoks to keep track of when you last commited code to your side project,

Prod server backup
Daily
now
Code on sideproject
Monthly
2 days ago
Go to the office
Monthly
3 years ago
Reached inbox zero
Monthly
4 hours ago
🐣
User registration
Monthly
Never

Simple pricing

The pricing is simple. The first one is on the house, if you want more, you pay more.

1 check
Free
always
5 checks
$49
yearly
50 checks
$199
yearly
500 checks
$499
yearly
Get started

What they say about us

I built this.

-Me

Why did you build this? There are other better services already doing the same thing.

-My friend

Oh, wonderful! Is it for computers?

-My mom