Developer toolkit
JWT decode, regex tester, cron explainer, Unix time converter, and color formats — all in one place. Use the tabs or links like #jwt, #regex, etc.
Everything runs in your browser. JWT decoding does not verify signatures.
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}Signature (opaque): SflKxwRJSMeKKF2QT4… (43 chars)
How it works
Small utilities—you tab in, tweak, bounce back.
- 01
Pick a tab
JWT decode, cron, regex, colors…
- 02
Paste payloads
Cron strings, bearer tokens safely.
- 03
Run decode
Expiry, cron English, regex matches live.
- 04
Iterate quietly
Adjust inputs until output feels right.
- 05
Hash bookmark
Share via URL fragments `#jwt`, etc.