Skip to content
croncrunch.dev

Visual Cron Expression Builder & Automation Sandbox

Pick a schedule, tweak the five fields, read the plain-English translation, and export a shareable sandbox link — all client-side, no account, no tracking. Your configuration is encoded straight into the URL hash.

standard 5-field cron live translation share via #data=

Platform matrix · 12 tools

02
0 0 * * *

every-night-midnight

Runs nightly at 00:00 — classic daily maintenance window.

open builder
03
0 0 1,15 * *

twice-a-month-schedule

Runs on the 1st and 15th at midnight — semi-monthly cadence.

open builder
04
0 0 * * ? *

aws-eventbridge-format

AWS EventBridge 6-field cron — note the "?" day-of-week token.

open builder
07
0 * * * *

hourly-log-rotation

Runs at minute 0 of every hour — hourly rotation window.

open builder
10
*/15 * * * *

shopify-sync-interval

Every 15 minutes — steady Shopify/webhook sync interval.

open builder