Cronmint is a cron job monitoring service designed for indie developers who want a simple, reliable way to schedule HTTP requests and get alerted when they fail. Key features include:
- 30-second setup: Paste a URL, pick a schedule from a dropdown, and you're done. No YAML, no DevOps, no install.
- Email alerts on failure: Receive an email with the status code, response body, and a link to the logs when a job fails.
- Beautiful logs: 90 days of execution history with response times, error messages, and retry counts. Searchable and easy to read.
- Configurable retries (Pro): Up to 3 retries with exponential backoff.
- Slack alerts (Pro): Get notified in Slack when a job fails.
- Heartbeat/missed-run detection (Pro): Detect when a job doesn't run on schedule.
- Custom Bearer auth: Add custom headers for authentication.
Use cases: Monitoring website uptime, triggering periodic API calls, running maintenance tasks, and ensuring critical scheduled jobs execute successfully.

