JWT Builder
Build and sign JWTs with custom claims — HS256 via Web Crypto API
Free
Client-Side
No Login
No Storage
Loading tool...
How to Use the JWT Builder
- Edit the JSON payload with your claims (sub, iat, exp, etc.).
- Choose HS256 or none (unsigned).
- Enter a secret key for HS256.
- Click Sign JWT.
Uses Web Crypto HMAC-SHA256 for signing. No data leaves your browser.