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

  1. Edit the JSON payload with your claims (sub, iat, exp, etc.).
  2. Choose HS256 or none (unsigned).
  3. Enter a secret key for HS256.
  4. Click Sign JWT.

Uses Web Crypto HMAC-SHA256 for signing. No data leaves your browser.