Developer Tools
36 small, fast, browser-only utilities. No signup, no API, nothing leaves your machine.
Text Tools
6
Count, compare, transform and generate text.
Character Counter
Count characters, words, sentences, paragraphs and reading time.
Word Counter
Word count, frequency table and longest / shortest words.
Text Case Converter
Convert text to UPPER, lower, Title, Sentence, camelCase, snake_case and more.
Text Diff
Compare two pieces of text and highlight what changed.
Count Duplicate Lines
Count duplicate lines, list each unique line with its frequency.
Lorem Ipsum Generator
Generate placeholder text - by words, sentences, or paragraphs.
Hash Generators
6
MD5, SHA-256 and bcrypt - everything stays in your browser.
MD5 Generator
Compute MD5 hashes of text or files - fully offline.
SHA-256 Generator
Compute SHA-256 hashes using the browser's Web Crypto API.
Bcrypt Generator
Generate salted bcrypt password hashes in your browser.
SHA-1 Generator
Compute SHA-1 hashes via the browser's Web Crypto API.
SHA-512 Generator
Compute SHA-512 hashes via the browser's Web Crypto API.
HMAC-SHA256 Generator
Compute keyed HMAC-SHA256 / SHA-1 / SHA-512 signatures locally.
Encoders / Decoders
6
Base64, URL and HTML entity encode / decode.
Base64 Encoder / Decoder
Encode bytes to Base64 or decode Base64 back to text.
URL Encoder / Decoder
Percent-encode text for use in URLs, or decode back.
HTML Entity Encoder / Decoder
Convert <, >, &, " etc. to and from raw characters.
Hex Encoder / Decoder
Convert text ↔ hexadecimal bytes (UTF-8).
Binary Encoder / Decoder
Convert text ↔ 8-bit binary (UTF-8 bytes).
ROT13 / Caesar Cipher
Rotate letters by 13 (or any shift) - the classic substitution cipher.
JSON Tools
6
Format, minify, validate JSON or convert to YAML.
JSON Formatter
Pretty-print JSON with custom indentation.
JSON Minifier
Strip whitespace from JSON to reduce size.
JSON Validator
Strict RFC-8259 JSON validation with line / column on errors.
JSON to YAML
Convert any JSON value to equivalent YAML.
JSON Sort Keys
Recursively sort all object keys alphabetically.
JSON to CSV
Convert an array of JSON objects to a CSV table.
Web Dev Helpers
6
UUIDs, timestamps, colors, regex, JWT, cron - daily-use helpers.
UUID Generator
Generate UUIDs - v1 (time), v4 (random), v7 (sortable time).
Timestamp Converter
Convert between Unix timestamps and human dates.
Color Converter
Convert between HEX, RGB, HSL, and HSV.
Regex Tester
Test JavaScript regex patterns with flags and live highlighting.
JWT Decoder
Decode JSON Web Tokens - header, payload, and claims - in your browser.
Cron Expression Explainer
Translate a cron expression to plain English and preview the next runs.
Generators
6
Passwords, random strings, slugs, IDs and QR codes.
Password Generator
Generate strong, customisable passwords - cryptographically random.
Random String Generator
Generate random strings - hex, base64, alphanumeric, custom alphabet.
Slug Generator
Turn a title into a URL-safe slug.
Random Number Generator
Pick random integers from a range - dice, lotteries, sampling.
Nano ID Generator
Generate compact, URL-safe IDs - shorter than UUIDs, just as safe.
QR Code Generator
Generate QR codes for URLs, text, Wi-Fi, vCards - all locally.