EDT
Everyday Dev Tools
Fast tools, no fuss
All Tools

All tools in one place.

Start with the task you need to finish: clean up JSON, inspect a token, decode text, test a regex, or check an endpoint.

16 tools live 5 categories Static delivery
How to navigate
Start with the task

Pick the thing you are trying to do, then open the closest tool.

Pick a category

JSON, JWT, Encode, API, and Regex keep similar tools grouped together.

Open the workbench

Each page keeps the same basic layout so you do not have to relearn the interface.

Directory system

The catalog stays simple: short URLs, familiar page structure, and enough context to know what each tool is for.

Tool-first routing FAQ-led SEO Reusable content model
Launch Directory

Current tools

json

JSON Formatter

Free

Format JSON with clean indentation so logs, payloads, and fixtures are easier to read.

Open tool json
json

JSON Validator

Free

Check JSON syntax and catch parser errors before the payload goes any further.

Open tool json
json

JSON Compare

Free

Compare two JSON documents and see which keys, values, or array items changed.

Open tool json
json

JSON Minify

Free

Strip whitespace from JSON when you need a compact payload.

Open tool json
json

JSON to YAML Converter

Free

Convert JSON to YAML for config files, manifests, and CI jobs.

Open tool json
jwt

JWT Decoder

Free

Decode JWT headers and payloads locally so you can inspect claims and timestamps.

Open tool jwt
encode

Base64 Encode / Decode

Free

Encode text as Base64 or decode Base64 back to UTF-8 text.

Open tool encode
encode

Base64URL Encode / Decode

Free

Encode text as Base64URL or decode URL-safe Base64 back to UTF-8 text.

Open tool encode
encode

URL Encode / Decode

Free

Encode unsafe URL characters or decode percent-encoded text.

Open tool encode
encode

HTML Encode / Decode

Free

Encode HTML entities or decode escaped HTML back into readable text.

Open tool encode
encode

Unicode Escape / Unescape

Free

Convert text to Unicode escape sequences or turn escaped values back into readable characters.

Open tool encode
encode

Hex Encode / Decode

Free

Convert UTF-8 text to hex bytes or decode hex back into text.

Open tool encode
encode

Hash Generator

Free

Generate MD5, SHA-1, SHA-256, or SHA-512 hashes in the browser.

Open tool encode
encode

HMAC Generator

Free

Generate HMAC signatures with SHA-1, SHA-256, or SHA-512.

Open tool encode
api

HTTP Status Checker

Free

Check the status of a public URL from the browser and get a quick response summary.

Open tool api
regex

Regex Tester

Free

Test regular expressions against sample text and see matches immediately.

Open tool regex