Developer tools for frontend developers

Test patterns, inspect payloads and decode values without leaving the browser — quick, local utilities for everyday frontend work.

Run the JSON Cleanup workflow →   Browse all tools →

Launch a tool

Tip: press 18 to open one

Run a workflow right here

Runs locally — nothing is uploaded

JSON Cleanup & Sort

Pretty-print and sort JSON keys for stable diffs.

json-formatter
Open in full runner →

JSON → YAML Converter

Convert a JSON document into YAML for config files.

json-yaml
Open in full runner →

Encoding Inspector

Base64-decode an opaque payload and pretty-print the result if it's JSON.

base64-tool → json-formatter
Open in full runner →

Track a checklist

Progress is saved on this device
Daily tasks, guides & FAQ

Common daily tasks

  • Build and test a regex with live matches
  • Format and inspect a JSON API response
  • Parse and decode URL query parameters
  • Encode/decode Base64 and data URIs
  • Decode a JWT from local storage
  • Convert JSON to YAML for config

Recommended workflows

Top tools

Browse all tools →

Why browser-local matters for frontend developers

Frontend debugging often means inspecting API payloads and tokens that may contain session data or user info. Everything runs 100% in your browser — no analytics scripts, no cookies, no third-party requests. We count anonymous visits at the CDN edge only. That means you can inspect and decode values safely without them leaving the page.

FAQ

Do these tools upload my data?

No. Everything runs 100% in your browser — no analytics scripts, no cookies, no third-party requests. We count anonymous visits at the CDN edge only. Payloads and tokens never leave the page.

Can I test a regex with live highlighting?

Yes. The Regex Tester shows matches, capture groups and a replacement preview as you type, with common presets and JavaScript-flavor notes.

How do I decode a JWT from local storage?

Paste the token into the JWT Decoder to read its header and claims locally — useful when debugging auth state in the browser.

Can I decode a Base64 data URI or payload?

Yes. The Base64 Tool and Encoding Suite decode Base64 and data URIs and can pretty-print decoded JSON.

Related