Cron expression parser, builder, and schedule previewer.
- Real-time cron expression parsing with human-readable output
- Visual builder for step-by-step expression creation
- Upcoming schedule preview with local/UTC timezone support
- Smart presets for common scheduling patterns
- URL sharing via
?cron=query parameter - Dark and light theme
git clone https://github.com/chiefmikey/cronparse.git
cd cronparse
npm install
npm run devOpen http://localhost:5173
npm run dev # Dev server (port 5173)
npm run build # Production build
npm run preview # Preview build (port 4173)
npm test # Run tests- Preact with TypeScript
- Vite build tool
- CSS Modules with custom properties
- Web Worker for non-blocking computation
- cron-parser and cronstrue
MIT