Hello Indie Hackers!
I'm Vadim, a developer from Minsk, Belarus. I want to share the story of building QuietPulse — a SaaS that monitors cron job executions and alerts you when something goes wrong.
Cron jobs are the backbone of many backend systems. But when they fail silently, you only find out when it's too late. Existing monitoring solutions were either too complex, too expensive, or didn't integrate well with the modern stack we were using.
We needed something simple: a heartbeat check that pings our endpoint every time a cron job runs. If the heartbeat is missed, we get notified via Telegram.
Yes, I'm using SQLite in production! For our use case (small to medium scale) it works perfectly: zero config, single file, and fast enough.
Being based in Belarus, we can't use Stripe or PayPal. That's a huge hurdle for any SaaS. I found NOWPayments, a crypto payment processor that supports invoice-based payments. Users can pay with Bitcoin, Ethereum, USDT, etc. It's not ideal for everyone, but it works.
Our pricing is simple:
I chose these numbers after analyzing our infrastructure costs and competitor pricing.
I launched in March 2026. Our main focus now is getting discovered. I've already published several articles:
I'm implementing SEO best practices: /llms.txt, OpenAPI spec, schema.org markup, sitemap, and a series of "Cron Monitoring Best Practices" articles.
I built the system with reliability in mind:
The most challenging part was designing the billing system to work with NOWPayments' Invoice API, which requires us to create invoices server-side and redirect users to the payment page.
I'm working on:
If you're looking for a simple, affordable cron monitoring solution, check out quietpulse.xyz. I'd love your feedback!
You can reach me at quietpulse.social@gmail.com.
cron monitoring is one of those things you don't think about until something silently fails and you lose a day of data. my entire outreach system runs on cron — email sending, reply checking, engagement monitoring — and i've had silent failures cost me missed replies from prospects. what's your pricing model? the SaaS angle for cron monitoring makes sense because the pain is real but nobody wants to build their own alerting.