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 encode or decode Base64 close behind. When you need to share a result rather than just read it, you can put any file online the output and send a link.
HTML tester
Paste HTML and watch it render as you type, with your CSS and scripts working the way they will on a real page.
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.
PNG to WebP
Choose a PNG or JPG and get a WebP back, converted in this page with nothing uploaded.