Hey IH π
I just launched ClawTick β a cloud scheduler built for developers running AI agents on a schedule.
The problem I kept hitting: Every AI agent project eventually needs scheduled tasks (daily reports, periodic checks, automated outreach). But the scheduling part always meant either babysitting a VPS cron or spending days on cloud infrastructure glue.
What ClawTick does:
clawtick jobs create --cron "0 9 * * *" --message "Generate daily report" --name "Daily Report"
That's it. One command. You get:
Reliable cloud scheduling (no servers)
Failure alerts + automatic retries
Circuit breaker (auto-disables after 3 failures)
Execution logs and monitoring
CLI for agents, dashboard for humans
Business model: Free tier (10 jobs, 1K triggers/mo) β Starter $29/mo β Pro $79/mo
Where I'm at: 17 signups, working on activation. Most users sign up but haven't configured their gateway yet β so I'm focused on onboarding and outreach right now.
What I'd love feedback on:
Is the pricing too steep for indie devs?
Would you use this for webhook scheduling even without AI agents?
Any thoughts on the landing page? β clawtick.com
Happy to answer questions about the tech or the journey. Building solo from scratch.