Dev tools
Development is full of small, repetitive jobs: tidy this JSON, decode that token, encode this URL. NudgeHost's dev tools handle them instantly, in your browser, with nothing logged or uploaded.
The tidy up a JSON file and inspect a JSON web token are the ones most people reach for, with the Base64 encoder close behind. When you need to share a result rather than just read it, you can all of NudgeHost's hosting tools the output and send a link.
JSON formatter
Paste minified or messy JSON and get clean, indented, validated output back instantly.
Base64 encoder
Paste text or Base64 and convert between the two instantly, entirely in your browser.
URL encoder
Paste a URL or component and safely encode or decode special characters in a click.
JWT decoder
Paste a JWT and see its header and payload decoded and readable, instantly and privately.