AZ Tools

Category

Developer

Sort by:

HTTP Methods Reference

Quick card per HTTP method (GET, POST, PUT, DELETE, PATCH, …) — safety, idempotence, cacheability, and whether request / response bodies are allowed.

Developer00

.gitignore Generator

Tick the languages, frameworks, editors, and operating systems you use — get one combined `.gitignore` ready to drop into a fresh repo.

Developer00

HTML → JSX Converter

Paste an HTML snippet and get React-ready JSX — `class` becomes `className`, `onclick` becomes `onClick`, void tags self-close, inline styles can be object-ified.

Developer00

HTTP Cookie Parser

Paste a `Cookie:` request header or a `Set-Cookie:` response header and see each cookie's name, value, attributes, and warnings.

Developer00

Open Graph & Twitter Card Generator

Fill out a form, get a ready-to-paste `<meta>` block — Open Graph for Facebook / LinkedIn / Slack and Twitter Card tags for X / Discord.

Developer00

JSON Schema Generator

Paste any JSON and get a draft-07 JSON Schema that matches its shape — types inferred, formats detected, required fields filled in.

Developer00

cURL to fetch / axios Converter

Paste a cURL command — get ready-to-use JS fetch or axios code with headers, body, method, and basic auth handled.

Developer00

MIME Type Lookup

Find the MIME type for a file extension (or the other way around) and learn what each type is for.

Developer00

HTTP Headers Reference

Searchable reference for ~50 standard HTTP request, response, CORS, caching, security, and cookie headers.

Developer00

Base32 Encoder / Decoder

Encode and decode Base32 (RFC 4648), with standard and base32hex variants — useful for TOTP secrets and Crockford-style IDs.

Developer00

ASCII Code Table

Browse and search the 256-row ASCII / extended-ASCII table — decimal, hex, octal, binary, and the named control characters.

Developer00

JSON Sort Keys

Sort the keys of a JSON object alphabetically. Optionally recurse into nested objects so the whole document is canonicalized.

Developer00

Punycode Converter

Convert internationalized domains between Unicode (`münchen.de`) and Punycode ASCII (`xn--mnchen-3ya.de`).

Developer00

JSONPath Tester

Run JSONPath queries (`$.store.book[*].author`, `$..price`) against a sample document and see the matching values.

Developer00

CSS Specificity Calculator

Paste any CSS selector to see its (ID, class, type) specificity, per-token breakdown, and head-to-head comparison with another selector.

Developer00

Hex Dump Viewer

Inspect text or a small file as offset + hex bytes + printable ASCII, like `xxd` or `hexdump -C`.

Developer00

CSS Animation Generator

Build a CSS animation visually — pick a preset, tweak duration/easing/iteration, see the preview, and copy the generated keyframes.

Developer00

URL Parser

Break a URL into protocol, host, port, path, query, and hash. Decode query parameters into a table.

Developer00

HMAC Generator (SHA-1 / 256 / 384 / 512)

Compute HMAC signatures with Web Crypto — sign webhook payloads, verify API requests, hex or base64 output.

Developer00

String Escape / Unescape

Escape or unescape strings for JSON, JavaScript, HTML, SQL, RegExp, and POSIX shell — pick a flavor, paste, get output.

Developer00

ULID / NanoID / CUID2 Generator

Bulk-generate ULIDs, NanoIDs, and CUID2 — modern UUID alternatives that are shorter, sortable, or collision-resistant.

Developer00

Bcrypt Hash & Verify

Generate bcrypt hashes with adjustable cost factor, or verify an existing hash against a password — runs entirely in your browser.

Developer00

Invisible / Zero-Width Character Detector

Spot NBSPs, zero-width characters, bidi marks, and tabs in pasted text — then clean them out.

Developer00

Cron Expression Builder

Build a cron expression by clicking — hourly, daily, weekly, monthly, or fully custom — pairs with the Cron Explainer.

Developer00

CSS Grid Playground

Visually pick grid-template-columns / rows, gap, and item alignment — copy the CSS straight into your project.

Developer00

HTML / CSS / JS Minifier

Strip whitespace and comments from HTML, CSS, or JavaScript — see the size saved and copy the result.

Developer00

CSS Flexbox Playground

Visually pick flex-direction, justify-content, align-items, and gap — copy the resulting CSS or Tailwind class.

Developer00

JWT Generator

Build and sign HS256 / HS384 / HS512 JWTs from a header and payload — pairs with the JWT Decoder.

Developer00

HTTP Status Code Reference

Browse and search every HTTP status code with a plain-language explanation — 60+ codes from 100 to 511.

Developer00

Mock Data Generator

Generate realistic fake records for testing — names, emails, dates, IDs, lorem — exported as JSON, CSV, or SQL INSERTs.

Developer00

YAML Formatter & Validator

Pretty-print and validate YAML — fix indentation, sort keys, choose line width, catch errors in place.

Developer00

JSON → TypeScript Interface

Generate TypeScript interfaces from any JSON sample — types are inferred recursively and named after each key.

Developer00

JSON Diff

Compare two JSON documents structurally — see exactly which keys were added, removed, or changed.

Developer00

SQL Formatter

Format and beautify SQL across 10 dialects (PostgreSQL, MySQL, BigQuery, Snowflake, T-SQL …).

Developer00

Cron Expression Explainer

Translate a cron expression into plain English (or your language) and break down each field.

Developer00

HTML Entity Encoder / Decoder

Encode HTML special characters (& < > " ') or decode entities back to their original characters.

Developer00

Regex Tester

Test JavaScript regular expressions live with highlighted matches and replace preview.

Developer00

JWT Decoder

Decode a JSON Web Token to inspect its header, claims, and expiration.

Developer00

UUID Generator

Generate random version-4 UUIDs in bulk, with copy.

Developer00

Hash Generator (SHA)

Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text.

Developer00

URL Encoder / Decoder

Percent-encode text for URLs, or decode encoded URLs back to text.

Developer00

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text, instantly.

Developer00

JSON Formatter & Validator

Format, beautify, minify, and validate JSON right in your browser.

Developer00