Developer Toolkit / Hybrid Theme

Developer tools with a cleaner, earlier layout.

This version brings back the split structure: a hub-style overview at the top and a separate workspace area below, all restyled to match the hybrid light-and-dark theme.

dev tools hub
>json compare
diff objects, missing keys, extra fields
>format encode test
JSON, Base64, JWT, regex, URLs
>generate convert
UUIDs, colours, timestamps

9 essential utilities in one place.

Each card acts as a quick entry point into a focused tool, while the workspace below keeps the actual inputs and outputs separate for a cleaner experience.

JSON Comparator
Deep-diff two JSON objects and detect missing, mismatched, or extra fields.
Compare
JSON Formatter
Beautify or minify JSON, validate syntax, and copy clean output.
Format
Base64 Encoder / Decoder
Encode any text or URL to Base64 and decode it back quickly.
Encode
JWT Decoder
Inspect header, payload, expiry, and claims from JWT tokens.
Security
UUID Generator
Generate v4 UUIDs in bulk for test data and fixtures.
Generate
Regex Tester
Test expressions live with matches and capture groups.
Test
URL Encoder / Decoder
Encode and decode URLs while preserving query strings.
Encode
Color Converter
Convert HEX, RGB, HSL, and RGBA with live preview.
Convert
Timestamp Converter
Convert Unix timestamps to readable dates and back.
Convert

Keep the working area separate from the hub.

This section restores the earlier layout logic: select a tool, then use the dedicated workspace panels below instead of mixing everything into the overview.

JSON Comparator

results
Paste JSON and compare results will appear here.

Need me to restore the full interactive logic too?

I can wire the tool switching, comparisons, formatting, and converters back into the hybrid layout so the page behaves like the earlier version as well.