Bundlephobia
bundlephobia.com
Shows what an npm package costs your bundle before you install it
crontab.guru
Translates a cron expression into a plain English schedule as you type.
Type the five fields and it tells you in one sentence when the job will actually run, then lists the next few run times so you can check it against your intuition. It is the fastest way to settle whether `*/15 9-17 * * 1-5` means what you think before it goes anywhere near production. It only parses standard five-field cron — AWS and Quartz expressions that add a seconds or year field will not validate here.
AltFTool does this too
If you would rather not leave the site, Cron Expression Explainer covers the same job here — free, no account, and it runs in your browser.
Open Cron Expression ExplainerQuestions
Works the moment the page loads. No account, no email, no trial. Standard five-field cron only; Quartz and AWS expressions with a seconds or year field are rejected.
Yes. Crontab.guru sends your input to its own servers to process it. That is fine for public material; for anything containing personal data, use one of the on-device tools instead.
Standard five-field cron only; Quartz and AWS expressions with a seconds or year field are rejected.
Alternatives
Same category or same task, ordered by how closely they overlap.
bundlephobia.com
Shows what an npm package costs your bundle before you install it
caniuse.com
Answers whether a browser feature is safe to ship yet
gchq.github.io
Chains encoding, hashing and decryption steps into a repeatable recipe
devdocs.io
One fast search box across a hundred API references, usable offline
jwt.io
Decodes a JSON Web Token into readable header, claims and signature
onecompiler.com
Compiles and runs code in around seventy languages with no sign-up