🛠️ Dev & Utility Tools

Thirty-five small everyday tools you reach for while debugging. All of these run entirely in your browser — nothing you paste is sent to a server.

🔐 Base64 Encoder

Encode text to Base64, with URL-safe and MIME line-wrapped output.

Open Tool →

🔓 Base64 Decoder

Decode Base64 back to text, handling URL-safe input and missing padding.

Open Tool →

🔗 URL Encoder

Percent-encode text for query strings, paths and form bodies.

Open Tool →

🔓 URL Decoder

Decode percent-encoded text and break a URL into its query parameters.

Open Tool →

#️⃣ Hash Generator

MD5, SHA-1, SHA-256, SHA-384 and SHA-512 for text or files, plus checksum verification.

Open Tool →

⏰ Cron Tester

Validate a crontab line, read it in plain English and see the next run times.

Open Tool →

🆔 UUID Generator

Generate random v4 or time-ordered v7 UUIDs in bulk.

Open Tool →

🔑 JWT Decoder

Decode a JSON Web Token's header, payload and expiry status.

Open Tool →

🔢 HTTP Status Code Reference

Search every standard HTTP status code and what it means.

Open Tool →

🔀 JSON to YAML Converter

Convert JSON to YAML or YAML back to JSON.

Open Tool →

🔣 Base32 & Base58 Encoder/Decoder

Encode or decode text using Base32 or Base58.

Open Tool →

🎨 CSS Minifier & Beautifier

Minify CSS or beautify it back into readable code.

Open Tool →

📄 HTML Formatter & Minifier

Beautify HTML with indentation, or minify it.

Open Tool →

🏷️ Semver Checker & Comparator

Validate and compare semantic version strings.

Open Tool →

🆔 ULID Generator

Generate sortable, unique ULIDs in bulk.

Open Tool →

🔐 Chmod Calculator

Convert between numeric and symbolic Unix permissions.

Open Tool →

📋 MIME Type Reference

Searchable lookup by file extension or MIME type.

Open Tool →

🔀 JSON to XML Converter

Convert JSON to XML or XML back to JSON.

Open Tool →

🛤️ JSONPath Tester

Test JSONPath expressions against a JSON document and see the matches.

Open Tool →

📖 Regex Cheat Sheet

Searchable reference of common regex tokens, flags and examples.

Open Tool →

📡 HTTP Method Reference

Every standard HTTP method, whether it's safe and idempotent, and what it's for.

Open Tool →

🙈 .gitignore Generator

Build a combined .gitignore from curated templates for popular languages and tools.

Open Tool →

💻 Curl Command Builder

Build a shell-safe curl command from a method, URL, headers and body.

Open Tool →

🔑 JWT Encoder

Sign a JSON Web Token with HS256 for testing, right in your browser.

Open Tool →

🔗 URL Parser

Break a URL into scheme, host, port, path, query parameters and fragment.

Open Tool →

🔌 Random MAC Address Generator

Generate random locally-administered MAC addresses in bulk.

Open Tool →

🔤 HTML Entity Reference

Searchable lookup of HTML named entities, symbols and numeric codes.

Open Tool →

🔍 JSON Diff Tool

Compare two JSON documents and see every added, removed or changed key.

Open Tool →

🗄️ SQL Formatter

Beautify a SQL query with uppercase keywords and clause line breaks.

Open Tool →

📐 XML Formatter & Minifier

Beautify XML with indentation, or minify it to a single line.

Open Tool →

🆔 UUID v5 Generator

Deterministic name-based UUIDs — same namespace and name, same UUID every time.

Open Tool →

✅ CRC32 Checksum Calculator

Compute the standard CRC-32 checksum of any text.

Open Tool →

🕵️ User-Agent Parser

Break a User-Agent string down into browser, engine, OS and device type.

Open Tool →

🏦 IBAN Validator

Check an IBAN's mod-97 checksum and formatting.

Open Tool →

🔐 .env File Parser

Parse .env file content into a table and JSON.

Open Tool →