Launched this week

Kitopus
Your SaaS monitored and operated by an AI agent
4 followers
Your SaaS monitored and operated by an AI agent
4 followers
Kitopus is an AI agent that monitors your SaaS and takes action automatically. It tracks metrics, detects issues, and sends lifecycle emails like winbacks, trial reminders, and payment alerts. Instead of checking dashboards, you get insights and actions directly on Telegram. Set it once — it runs your SaaS for you.











RiteKit Company Logo API
This solves a real pain point — the lag between something breaking and actually knowing about it. The Telegram integration is clever for getting alerts where people actually are. I'm curious whether you're handling false positives well, since over-alerting tends to kill trust in monitoring tools faster than under-alerting does.
@osakasaul Great point, false positives kill trust fast.
What we do today is compare incoming webhook events against the previous state to understand what actually changed, instead of reacting blindly to every event.
On top of that, we add a filtering layer where the agent evaluates context (e.g. patterns, frequency, correlations across Stripe/Vercel/analytics) to decide if something is worth alerting, not just “did something happen”, but “does this matter right now”.
Still improving this a lot, but the goal is simple: fewer alerts, higher signal.