About a2zutil.dev
A small, fast toolkit for the everyday jobs that interrupt technical work.
What this is
a2zutil.dev collects the utilities people reach for constantly — formatting a JSON response, untangling a query, converting a string, watching a webhook land — into one uncluttered site that loads instantly and asks nothing of you.
There are no accounts and no usage limits. Open a tool, use it, close the tab.
How your data is handled
Every tool except the Webhook — the JSON formatter, SQL formatter, string & ID formatter, text transform tool and JSON ↔ CSV converter — runs entirely in your browser using client-side JavaScript. Your input is never transmitted, logged or stored anywhere. The BIN checker is a partial exception: it sends only the first 6-8 digits you enter to a third-party lookup API, directly from your browser.
The Webhook is different by necessity: it needs a real server to receive requests from the outside world. Requests delivered to your temporary URL are stored so you can inspect them, and the session expires automatically. Authorization and cookie headers are redacted on arrival, and you should only ever send test events to it.
What is next
Stay tuned.
Related tools
JSON Formatter
Format, minify and validate JSON, with auto-repair for common invalid JSON.
JSON ↔ CSV
Convert a JSON array of objects to CSV, or back.
JSON Compare
Diff two JSON documents, path by path.
SQL Formatter
Indent queries with keyword casing options.
Case Converter
camelCase, snake_case, kebab-case, PascalCase and more, all at once.
Base64 Encoder / Decoder
Encode or decode Base64, including the URL-safe alphabet.
URL Encoder / Decoder
Percent-encode or decode a URL component.
UUID v4 Generator
Generate one or many cryptographically random UUID v4s.
Text Transform
Lines to a delimited list, and back.
Find & Replace
Regex, whole-word and case-sensitive search and replace, in place.
BIN Checker
Card issuer lookup from a BIN/IIN.
Temporary Email
A disposable inbox for live-testing incoming mail.
Webhook
Inspect live webhook deliveries.