Developer Tools
134 fast, zero-install utilities for developers. No accounts, no tracking, no friction.
Encoders10
Base64
Encode and decode Base64 strings with Unicode support
Base64URL
URL-safe Base64 encode/decode (RFC 4648 §5, no padding)
Base32
Base32 encode/decode (RFC 4648 alphabet)
Base58
Base58 encode/decode (Bitcoin alphabet)
URL Encode / Decode
Encode and decode URL components with RFC 3986 percent-encoding
HTML Entity Encode / Decode
Encode and decode HTML entities including named, numeric, and hex forms
String Escape/Unescape
Escape or unescape strings for JSON, regex, shell, and CSV
Text to Binary
Convert text to/from 8-bit binary representation
Text to Unicode
Convert text to/from Unicode escape sequences (\uXXXX)
Text to NATO Phonetic
Convert text to/from NATO phonetic alphabet
Converters26
JSON ↔ YAML
Convert between JSON and YAML formats with round-trip fidelity
JSON ↔ CSV Converter
Convert between JSON arrays and CSV format
Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal
Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and vice versa
Color Converter
Convert colors, generate shades/tints, and build palettes
Byte Size Converter
Convert between bytes, KB, MB, GB, TB — decimal and binary units
Chmod Calculator
Convert between octal (755) and symbolic (rwxr-xr-x) Unix permissions
Text Case Converter
Convert between camelCase, snake_case, kebab-case, PascalCase, and more
Roman Numeral
Convert between integers and Roman numerals (1–3999)
List Converter
Transform lists: sort, dedupe, reverse, change separator
JSON → TOML
Convert JSON to TOML
TOML → JSON
Convert TOML to JSON
YAML → TOML
Convert YAML to TOML
TOML → YAML
Convert TOML to YAML
JSON → XML
Convert JSON to XML
XML → JSON
Convert XML to JSON
HTML → Markdown
Convert HTML to Markdown
HTML Strip
Strip HTML tags and decode entities to plain text
CSS Unit Converter
Convert between CSS length units (px, em, rem, pt, %, vw, vh)
Timezone Converter
Convert datetimes between IANA timezones
Duration Converter
Parse durations and convert between time units
Env / JSON Converter
Convert between .env and JSON formats
Wrap Text
Word-wrap text to a column width
Line Ending Converter
Convert line endings between LF (Unix), CRLF (Windows), and CR (classic Mac)
Tab/Space Converter
Convert between tabs and spaces with configurable indent width
Markdown → HTML
Convert Markdown syntax to HTML
Formatters7
JSON Formatter
Format, validate, and pretty-print JSON with configurable indentation
SQL Formatter
Format and pretty-print SQL with configurable dialect and indentation
XML Formatter
Pretty-print and validate XML
JSON Minify
Minify JSON to single line and remove whitespace
YAML Viewer
Validate and pretty-print YAML
HTML Formatter
Pretty-print HTML with configurable indentation
CSS Formatter
Format or minify CSS
Generators23
UUID v4 Generator
Generate random UUID v4 identifiers using the Web Crypto API
UUID v7 Generator
Generate timestamp-sortable UUID v7 identifiers per RFC 9562
CUID2 Generator
Generate collision-resistant unique identifiers (CUID2 format)
ULID Generator
Generate ULIDs (Universally Unique Lexicographically Sortable Identifiers)
Lorem Ipsum Generator
Generate placeholder text by word, sentence, or paragraph count
Token Generator
Generate cryptographically secure random tokens
Nonce Generator
Generate cryptographically secure nonces (hex, base64, base64url, CSP)
Random Port Generator
Generate random network port numbers by range
MAC Address Generator
Generate random MAC addresses with format options
IPv6 ULA Generator
Generate IPv6 Unique Local Address (ULA) /48 prefixes
SVG Placeholder Generator
Generate SVG placeholder images with custom size, color, and label
Meta Tag Generator
Generate Open Graph, Twitter Card, and SEO meta tags
Slugify
Convert strings to URL-friendly slugs
QR Code Generator
Generate QR codes for any text, URL, or data
WiFi QR Code
Generate WiFi QR codes for easy network sharing
Crontab Generator
Generate cron expressions from human-friendly schedules
URL Builder
Compose URLs from protocol, host, path, query params, and hash
CSP Builder
Build Content-Security-Policy headers with validation
Markdown TOC Generator
Generate table-of-contents from Markdown headings
Markdown Table Builder
Build Markdown tables from CSV or JSON arrays
Mailto Builder
Build mailto: URLs with subject, body, CC, BCC, reply-to
DNS Record Template
Generate BIND-style DNS records (A, AAAA, CNAME, MX, TXT, SPF, DMARC, etc.)
License Picker
Generate OSS license text (MIT, Apache 2.0, GPL, BSD, etc.)
Security14
Password Generator
Generate cryptographically secure passwords, passphrases, and mnemonic phrases
Password Strength Checker
Analyze password strength, entropy, and estimated time to crack (sent over HTTPS, processed in-memory only)
Hash Generator
Compute cryptographic hash digests using SHA-1, SHA-256, SHA-512, and MD5
HMAC Generator
Compute HMAC of text with a secret key (SHA-1/256/384/512)
Bcrypt
Hash or verify passwords with bcrypt
RSA Key Pair
Generate RSA public/private key pairs (PEM or JWK)
TOTP Generator
Generate TOTP codes for two-factor authentication
AES Encryption
Encrypt and decrypt text with AES-256-GCM (PBKDF2 key derivation)
BIP39 Mnemonic
Generate BIP39 mnemonic seed phrases (12–24 words)
Basic Auth
Generate HTTP Basic Authentication headers
htpasswd Generator
Generate Apache htpasswd entries (bcrypt, SHA-1, or plain)
JWT Decoder
Decode and inspect JWT token headers and payloads without verification
JWT Builder
Build and sign JWT tokens with custom claims
JWT Verifier
Verify JWT signatures against public keys or shared secrets
Inspectors33
Regex Tester
Test regular expressions with match highlighting, capture groups, and ReDoS protection
Diff Checker
Compare two texts and display line-by-line differences
Cron Explainer
Parse and explain cron expressions with next run times
HTTP Header Inspector
Inspect the actual HTTP request headers your browser sends
User-Agent Parser
Parse User-Agent strings into browser, OS, and device type
URL Parser
Parse URLs into structured components (host, path, query params, etc.)
JSON Diff
Compare two JSON documents and show structural differences
JSON Patch
Generate or apply RFC 6902 JSON Patch documents
JSONPath Tester
Test JSONPath queries against JSON documents
MIME Types
Look up file extensions and MIME types
Phone Number Parser
Parse and format phone numbers with country detection
IBAN Validator
Validate and parse IBAN numbers
Email Normalizer
Normalize email addresses (lowercase, Gmail dots, plus tags)
HTTP Status Codes
Look up HTTP status codes with descriptions
Cookie Parser
Parse Cookie and Set-Cookie HTTP headers into structured fields
CSV Viewer
Render and inspect CSV data as a formatted table
Semver
Parse, compare, and test semver versions and ranges
Text Statistics
Analyze text: word count, reading time, letter frequency
Hex Dump
Render hex+ASCII dumps in xxd style
Gzip Size Estimator
Compute the actual gzipped size of input text
Markdown Link Extractor
Extract all links from Markdown documents
Regex Cheatsheet
Regex pattern reference with descriptions and examples
Git Cheatsheet
Git command reference grouped by topic
Markdown Cheatsheet
Markdown syntax reference
ANSI Color Codes
ANSI escape codes for terminal colors and styles
ASCII Table
ASCII character codes — decimal, hex, octal, binary, HTML entities
Keycode Reference
Keyboard event keys, codes, and legacy keyCodes
Vim Cheatsheet
Vim command reference grouped by mode and topic
Bash Cheatsheet
Bash syntax reference — variables, expansion, redirection, control flow
Docker Cheatsheet
Docker and Docker Compose command reference
SQL Cheatsheet
SQL reference covering DDL, DML, joins, window functions, CTEs
CSS Selectors Cheatsheet
CSS selector reference with examples
Palindrome & Anagram
Check if a string is a palindrome or two strings are anagrams
Network7
CIDR / Subnet Calculator
Calculate subnet mask, host range, and broadcast from a CIDR block
IPv4 Address Converter
Convert IPv4 addresses between dotted, integer, hex, binary, and octal
IPv4 Range Expander
Expand an IPv4 range into the minimal set of CIDR blocks
IPv6 Expander / Compressor
Expand or compress IPv6 addresses (RFC 5952 canonical form)
MAC Address Lookup
Look up MAC address vendor (OUI) and format details
CIDR Aggregator
Aggregate overlapping IPv4 CIDR blocks into minimal covering set
EUI-64 Calculator
Generate IPv6 EUI-64 interface IDs from MAC addresses
Math14
Math Evaluator
Evaluate mathematical expressions with functions and constants
Percentage Calculator
Calculate percentages, percentage changes, and percent-of operations
ETA Calculator
Estimate completion time from current progress and elapsed time
Date Calculator
Add, subtract, or compute the difference between dates
Download Time Estimator
Estimate download time from connection speed and file or game size
Prime Checker
Check primality and factorize positive integers
GCD / LCM
Compute GCD and LCM of a list of integers
Fibonacci
Generate Fibonacci sequences and find positions
Numbers to Words
Convert numbers to/from English words (with optional currency)
Age Calculator
Calculate age in years, months, days, plus next birthday and zodiac sign
Weekday of Date
Look up calendar facts for a date — weekday, ISO week, quarter, leap year
Stats Summary
Compute summary statistics: mean, median, mode, std-dev, quartiles
Compound Interest
Compound interest calculator with periodic contributions
Loan Calculator
Calculate loan payments and amortization schedules
💡 Got an idea?
Suggest a developer tool you'd love to see here.