Category

Developer Tools

JSON, UUID, Base64, and password utilities for everyday engineering—100% in the browser for configs, APIs, and debugging.

Privacy-first debugging

Paste API responses or config JSON locally—no upload to a server. Ideal for quick fixes on flights, client machines, or locked-down networks.

Common tasks

Prettify JSON for logs, minify for payloads, generate UUID v4 keys, encode/decode Base64, test cron expressions, regex patterns, and Unix timestamps, and create strong passwords for staging environments.

Security note

Avoid pasting production secrets on shared computers. Passwords are generated in-browser; copy into your password manager and clear the page when done.

Tools in this category

FAQ

Does the JSON formatter fix invalid JSON?

It validates and can attempt repair for common issues. Always review output before deploying config.

Are UUIDs cryptographically random?

We use the browser crypto API where available (RFC 4122 v4 style).

Where are passwords stored?

Nowhere on our side—they exist only in your tab until you refresh.

← Back to home