Paste a JSON Web Token to decode the header and payload (Base64URL). Does not verify the signature — never trust claims until your server validates the token.
Decoding is client-side only. Never treat payload claims as trusted until the signature is verified with your secret or public key on the server.
Generate a complete package.json with scripts, engines, license, and common fields filled in for your project type.
Open tool →Generate a comprehensive .gitignore file for Node.js projects. Covers npm, yarn, pnpm, common editors, and OS files.
Open tool →Generate a production-ready multi-stage Dockerfile for Node.js apps. Supports npm, yarn, pnpm, and Alpine/Debian base images.
Open tool →