I don't know about you, but I re-lookup cron syntax every single time. Is it 0 12 * * 1-5? Or */5? Honestly — nobody keeps this in their head.
Instead of another cheat-sheet I'll forget, I built a builder:
- Pick day, hour, minute from dropdowns
- See the expression translated to plain English live
- Preview the next 5 runs in your timezone (this catches the classic "off by one" DST surprises)
- Get copy-paste snippets for Python, Node.js, Bash, Docker, GitHub Actions and n8n
Free, no signup, runs fully client-side: https://cron-generator-kappa.vercel.app
If you like it, the cheat-sheet guide is here: https://cron-generator-kappa.vercel.app/guides/cron-cheat-sheet
Top comments (0)