Moadim.io — Manage AI Agent Schedules with Git

As AI agents multiply, scheduling and orchestration becomes a real pain. Most agent frameworks focus on runtime, but leave you on your own for "when does it run, who triggers it, how do I roll back?" Moadim.io tackles this head-on.

It's a local Rust daemon that stores your agent routines and workflows in a Git repository. Need a new cron job? Open a PR and merge. Change a trigger condition? Edit the config and push. Something broke? Git revert. The whole workflow feels natural if you already manage code with Git.

Supports MCP, HTTP, and UI triggers. Cross-platform. For teams, agent scheduling finally gets version control and audit trails.

Visit: moadim.io

Compute.cheap — GPU Cloud Pricing at a Glance

For ML engineers, picking a GPU cloud isn't about performance — it's about price. How much does an H100 cost on AWS versus Lambda Labs versus CoreWeave? Prices shift every few months, and manual comparison is tedious.

Compute.cheap aggregates real-time pricing from major GPU cloud platforms into a single page. H100, H200, A100 — side-by-side hourly cost comparison across providers. Skip the hassle of signing up to a dozen platforms just to check rates.

Whether you're running short experiments or looking for long-term compute, this tool helps you quickly find the best bang for your buck.

Visit: compute.cheap

Declick — Turn OpenAPI/MCP/SQLite into CLIs Instantly

The biggest pain in building CLI tools is boilerplate: parsing arguments, calling APIs, formatting output — you repeat it for every endpoint. Declick automates all of it.

Feed it an OpenAPI spec and it generates the corresponding CLI commands. Point it at an MCP server and you get a command-line interface for that too. Even SQLite databases become queryable CLI tools.

For backend developers, this eliminates hours of writing wrapper scripts. For DevOps, debugging APIs no longer means crafting curl commands by hand.

Visit: github.com/ucsandman/declick