developer
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text. Supports standard and URL-safe variants. Processed entirely in your browser.
Case Converter
Convert text between lowercase, UPPERCASE, Title Case, camelCase, snake_case, and more. Live as you type. All processing happens locally.
Cron Generator
Build cron schedule expressions with a visual form. Choose presets or customize each field. See a human-readable description of your schedule. All processing happens locally.
CSS Beautifier
Format and beautify CSS with consistent indentation. Turn minified or messy stylesheets into readable code. All processing happens locally.
CSS Minifier
Minify CSS by removing comments, whitespace, and redundant characters. Reduce file sizes for production. All processing happens locally.
Diff Checker
Compare two texts line by line. See added, removed, and unchanged lines with unified diff output. Download a .diff patch file. All processing happens locally.
Hash Calculator
Compute MD5, SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 hashes from any text. All computation happens in your browser.
HTML Escape / Unescape
Escape text for safe embedding in HTML, or unescape HTML entities back to plain text. Handles named entities and numeric references.
HTML Formatter
Format and beautify HTML. Turn minified or messy markup into readable code with consistent indentation. All processing happens locally.
HTML Minifier
Minify HTML by removing comments, collapsing whitespace, and stripping optional tags. Processed locally in your browser.
IP / CIDR Calculator
Calculate network details from an IP address or CIDR notation. Shows network, netmask, broadcast, host range, and total hosts.
JS / TS Minifier
Minify JavaScript and TypeScript with oxc. Strips whitespace, shortens identifiers, and removes dead code. All processing happens locally.
JSON Formatter / Minifier
Pretty-print or minify JSON. Formats, validates, and catches syntax errors. All processing happens locally.
JSON Validator
Validate JSON and check syntax errors. Instant browser-based validation with detailed line and column error reporting. No uploads.
JWT Decoder
Decode and inspect JWT tokens — header, payload, and claims — and verify signatures (HS256/384/512, RS256/384/512, ES256/384/512). All processing happens locally.
Markdown to HTML
Convert Markdown to HTML. Supports tables, strikethrough, task lists, and autolinks. Processed entirely in your browser.
Password Generator
Generate strong random passwords with configurable length and character sets. Uses the browser's cryptographically secure RNG.
Regex Tester
Test regular expressions against a string and see all matches with captured groups. Uses Rust regex syntax (no backreferences or lookaround).
Slug Generator
Generate URL-friendly slugs from any text. Strips accents, converts to lowercase, and replaces spaces with your chosen separator. Live as you type. All processing happens locally.
SQL Formatter
Format and beautify SQL queries. Supports Standard SQL, MySQL, PostgreSQL, SQLite, SQL Server, and Oracle PL/SQL. Keywords to upper or lower case. All processing happens locally.
Syntax Highlighter
Highlight source code for 20 languages. Output is HTML source you can embed in docs and blog posts. Processed entirely in your browser.
Text Compressor
Compress text with gzip and encode as Base64 for transport, or decompress back to plain text. All processing happens locally.
Unix Timestamp Converter
Convert between Unix timestamps (epoch seconds) and human-readable UTC dates. Includes a live "now" button. Processed in your browser.
URL Encode / Decode
Percent-encode text for URLs, or decode percent-encoded strings back to plain text. Leaves forward slashes unencoded for path use.
UUID Generator
Generate random UUIDs (v4) in bulk using the browser's cryptographically secure RNG. Processed entirely in your browser.
Word Counter
Count words, characters, sentences, and paragraphs in real time. See reading time, speaking time, and top keyword frequency. All processing happens locally.
YAML ↔ JSON
Convert between YAML and JSON. Supports multi-document YAML (--- separators) for Kubernetes manifests. All processing happens locally.
YAML Validator
Validate YAML and check syntax errors. Supports multi-document YAML (--- separators). Instant browser-based validation with line and column error reporting. No uploads.