DevTools

Free online developer tools: JSON formatter, Base64, hash, JWT, UUID, regex, timestamp, color and base converters.

TL;DR

DevTools is a free collection of browser-based developer utilities — no install, no sign-up. Format JSON, encode Base64, generate SHA hashes, decode JWTs, create UUIDs, test regex, and convert timestamps, colors and number bases instantly.

Everything runs client-side in your browser. The JSON, tokens and text you paste are never sent to or stored on a server.

Developer tools

Developer guides

Why use DevTools

  • Free and install-free — use everything straight from the browser, no sign-up or app required.
  • Fully client-side — JSON, JWTs, text and other input are processed only in your browser and never sent to a server. Sensitive tokens and data stay safe.
  • Standard browser APIs — hashing uses Web Crypto (SubtleCrypto), UUIDs use crypto.randomUUID, and other proven built-ins.
  • No external dependencies beyond ads — runs on plain JavaScript with no third-party libraries or CDNs.

Each tool is a development aid. For security-critical work (such as signature verification) re-check results in a trusted server environment.

Last updated: 2026-06-25