Hey everyone,
I recently found out a critical background task in my product had been broken for a few days. I only realized it when a user emailed me to ask why the feature wasn't working.
I was monitoring my server uptime, but I wasn't monitoring the actual execution of my scripts.
Existing solutions felt overkill, and I didn't need a complex observability suite. I just needed to know if my code was actually running.
So I built olic.io.
It's a lightweight monitor for cron jobs and automations.
The concept is a simple "Dead Man's Switch.":
Create a monitor to get a unique Ping URL.
Add a simple HTTP request (like curl) to the end of your script.
If we don't hear a heartbeat on time, we alert you immediately.
We support a bunch of different notification channels, including Slack, Telegram, Discord, and Email. The idea is to get the message to the right person at the right place. It works with everything from crontab and Node.js to PHP and Python.
Initially, I built this to solve my own pain, but I want to help other indie hackers and small teams make their products more reliable as well. It's hard to lose users just because a cron job failed silently in the background.
It is free to use. I would love for you to give it a try and let me know what you think.
Rare niche most people don't care to solve the problems,good one !!
Thank you!
What did you use for the UI? I love it!
This is a very real pain, silent failures are brutal because everything looks fine until users complain. I like how you kept the solution focused and lightweight instead of bundling it into a full observability suite. The dead man’s switch approach is clean and practical.
Tools like this often resonate strongly on Reddit, especially in dev focused threads where people talk about missed cron jobs, broken automations, or “it worked yesterday” bugs. When shared through those problem-first discussions (not promotion), products like olic.io tend to get picked up organically.
If you’re interested, happy to share how founders usually surface tools like this in the right Reddit conversations.
Hi Micheal,
Thanks for the tip! I definitely have to check Reddit out. I'd love to hear more about how founders surface their tools through discussions.
Happy to share, it’s a lot about where and how you show up in those discussions. Easiest is to chat directly so I can give concrete examples and walk you through itFeel free to reach out and we can take it from there:
📧 Email: yourname@gmail.com
💬 Telegram: @yourusername
Looking forward to chatting.