Skip to content
ToolBoxGeniehome

Developer Tools

Format, validate, encode and decode — JSON, Base64, URLs, UUIDs, timestamps, regex.

73 tools available

About these developer tools

The daily grind of development involves a lot of small transformations — pretty-printing an API response, decoding a Base64 blob from a log file, checking whether a regular expression really matches what you think it does.

Doing that on a public website means pasting production data into someone else's server. Every developer tool here is client-side JavaScript: the payload you paste stays in the tab, and the page keeps working if you go offline.

That constraint is deliberate rather than incidental. Nothing in this section uploads a payload, proxies a request or asks for a credential it then sends somewhere — a JWT is decoded in the tab, a file is hashed by your own browser's Web Crypto, and a password is generated by your machine's cryptographic RNG and never leaves it.

Other categories