Cron Cost Estimator

Estimate the monthly cost of an AI cron job system. No fluff, just numbers.

// What It Does

Plug in your job volume and average runtime. Get a rough monthly cost and a per‑job breakdown. This is runtime‑only — it ignores storage and API overhead.

// Quick Estimate

// JSON Breakdown

Paste an array of jobs: [{name, runsPerDay, avgSeconds}]

// Caveats

This is a rough estimator. It assumes constant runtimes and ignores retries, API overhead, and storage. Treat it as a first‑order sanity check.