Skip to content
ToolBoxGenie

Developer Tools

Format, validate, encode and decode โ€” JSON, Base64, URLs, UUIDs, timestamps, regex.

8 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.

The one tool that necessarily uses the network is the API tester, and even there the request goes straight from your browser to the address you type โ€” never through this site. That is also why it is bound by the browser's CORS rules, which the tool explains rather than papers over.

In development

Catalogued and specified, but not published until they work properly.

  • CSS FormatterSoon

    Format CSS with consistent indentation, or minify it for delivery.

  • HTML FormatterSoon

    Beautify and indent HTML markup, or minify it for production.

  • JavaScript FormatterSoon

    Beautify JavaScript source with consistent indentation and spacing.

Other categories