This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Product upvotes vs the next 3
Product comments vs the next 3
Product upvote speed vs the next 3
Product upvotes and comments
Product vs the next 3
Moadim
Loop engineering, shipped as a daemon
Moadim is an open-source loop engine for AI agents. Define a loop — a prompt, a schedule, an agent — and it runs Claude, Codex, or Hermes against your repo on every tick, over MCP and REST.
Top comment
I made moadim because I was tired of being the bottleneck. Every day same thing. Open Claude, type a prompt, wait, read it, type the next one. The agent could do the work fine. The problem was me sitting there pressing keys. I was basically a slow cron job made of meat. So I built the actual cron job. moadim is a little Rust daemon that runs on a schedule. Two kinds of things. Normal cron jobs that run a script, and "routines" that run an AI agent — a prompt plus a time plus an agent like Claude. You write the prompt once, pick when it runs, and it goes off on its own. Nightly repo triage, a morning summary, whatever you keep doing by hand at the same time every day. The part I actually like: it runs on one port but you can talk to it three ways. There's a browser dashboard, a plain REST API, and an MCP endpoint so agents can manage it themselves. Same data behind all of them. Make a job in the UI, see it from curl, tweak it from Claude. No three different copies of the logic that drift apart. And it really runs. It writes into your real OS crontab, so stuff fires whether or not you've got the app open. It only owns one block in there and leaves the rest of your crontab alone, which mattered to me because I didn't want some tool stomping my existing cron entries. Everything is just files. Each job and routine is a folder of TOML and scripts under your config dir. You can commit them, diff them, review them like normal code. Secrets go in local files that don't get committed. Each agent run happens in a throwaway workdir that gets cleaned up later so you're not drowning in junk folders. Install is one line, cargo install and run. It starts in the background and the dashboard is at localhost:5784. It's open source, MIT. Honestly built it for myself first. If you've got some task you do every morning before coffee, that's the thing to point it at. Curious what people would schedule first.
About Moadim on Product Hunt
“Loop engineering, shipped as a daemon”
Moadim was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #128 on the daily leaderboard. Moadim is an open-source loop engine for AI agents. Define a loop — a prompt, a schedule, an agent — and it runs Claude, Codex, or Hermes against your repo on every tick, over MCP and REST.
On the analytics side, Moadim competes within Open Source, Developer Tools, GitHub and Bots — topics that collectively have 736.1k followers on Product Hunt. The dashboard above tracks how Moadim performed against the three products that launched closest to it on the same day.
Who hunted Moadim?
Moadim was hunted by Ofek Gabay. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Moadim including community comment highlights and product details, visit the product overview.
