Developer Tools

Minimal browser-side helpers for encoding, formatting, parsing, and small debugging tasks where exact failure modes matter more than long copy.

This section stays intentionally narrow: deterministic tools, clear limitations, and no dependence on APIs, accounts, external services, or regulated advice. The useful part is the transformation and the caveats around it.

Do not paste secrets, private keys, tokens, regulated personal data, or confidential client material unless you have permission and an approved handling workflow.

Start With The Debugging Job

Pick the tool family that matches the kind of bug or inspection task you are dealing with.

Encode and decode payload text

Base64, URL, and HTML entity helpers for browser-side debugging.

Jump to this group

Inspect JSON fast

Format, validate, and minify JSON without leaving the browser.

Jump to this group

Work with request strings and timestamps

Query-string parsing/building and timestamp conversion for lightweight debugging.

Jump to this group

Covered Workflows

14 developer-tool pages grouped by the kind of browser-side task they actually solve.

encoding

Encoding and decoding helpers for URLs, Base64, HTML entities, and other browser-side format changes.

6 pages

json

Formatting, minifying, and validation tools for JSON inspection without leaving the browser.

3 pages

text processing

Small developer-facing text transforms that help with regexes, literals, and copy-paste cleanup.

2 pages

request

Query-string and URL inspection pages that support manual debugging and browser-side testing.

2 pages

time

Timestamp-oriented developer helpers that convert stable technical time formats.

1 pages