
ClawTick
Cloud scheduler for AI agents — one command, zero infrastruc
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.
About
I was running AI agents that needed to fire on a schedule — daily reports, data checks, follow-ups. The options were: manage cron on a VPS with silent failures, or spend days wiring cloud services together. Built ClawTic

Comment