Developer Tools
UUID / GUID Generator
Generate version 4 UUIDs (Universally Unique Identifiers) instantly. Free and private.
JSON Formatter & Validator
Format, minify, and validate JSON payloads instantly. An essential developer tool.
Password Generator
Generate cryptographically secure random passwords. Perfect for securing your accounts.
Base64 Image Encoder / Decoder
Convert images to Base64 strings or decode Base64 back into images for fast web rendering.
URL Encoder / Decoder
Encode or decode URLs and URI parameters safely and instantly.
Base64 Encode / Decode
Encode text to Base64 or decode it back, with UTF-8 support, URL-safe variant, and instant results.
Text Cleaner
Remove duplicate lines, sort, trim whitespace, and strip empty lines from any list or text instantly.
JSON โ CSV Converter
Convert JSON to CSV or CSV to JSON in the browser, with delimiter options and automatic type detection.
Regex Tester
Test regular expressions live with match highlighting, capture groups, flags, and a replacement preview.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text or files instantly in your browser.
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more. Includes live character counts.
Lorem Ipsum Generator
Generate placeholder Lorem Ipsum text by paragraphs, sentences, words, or list items, including optional HTML tags.
Unix Timestamp Converter
Convert Unix epoch timestamps to human-readable dates and vice versa.
JWT Decoder
Decode JSON Web Tokens (JWT) to view header and payload claims securely.
HTML Entity Encoder
Escape or unescape HTML entities for safe web rendering.
URL Slug Generator
Convert any text or title into a clean, SEO-friendly URL slug.
Markdown Editor & Viewer
Edit, preview, and parse Markdown files with Mermaid charts support. Drag and drop to open files.
Text to Image (AI Token Saver)
Convert long text into a densely packed image to bypass AI token limits. Save tokens on Fable 5, ChatGPT, and Gemini with this viral trick.
Color Palette Generator & Converter
Convert HEX(8), RGBA, and HSLA colors with full transparency support. Generate matching complementary, analogous, and triadic color palettes instantly.
Text Diff Checker
Compare two text documents side by side to highlight additions, deletions, and modifications.
SQL Formatter & Beautifier
Format, indent, and beautify SQL queries instantly. Supports MySQL, PostgreSQL, SQL Server, Oracle, SQLite, and more.
XML Formatter & Beautifier
Format, indent, and minify XML documents instantly. Validate structure and beautify with configurable indentation.
YAML โ JSON Converter
Convert between YAML and JSON instantly. Supports configurable indentation, key sorting, and flow level control.
HTML/CSS/JS Minifier
Minify JavaScript, CSS, and HTML code instantly. Reduce file size with production-ready compression using Terser and CSSO.
Cron Expression Generator
Build and understand cron expressions with an interactive visual editor. See human-readable descriptions and next scheduled run times.
Color Contrast Checker
Check WCAG color contrast ratios between text and background colors. Verify AA and AAA compliance for normal text, large text, and UI components.
Aspect Ratio Calculator
Calculate aspect ratios from width and height. Resize images and videos while maintaining proportions. Common presets for HD, 4K, mobile, and social media.
Developer Tools
Twenty-seven utilities for the small tasks that interrupt real work: reading a token, reformatting a payload, checking a pattern, generating a key. All of them run entirely in your browser, which is the point, pasting a production JWT, a customer CSV, or an internal SQL query into a remote service is a data disclosure, and none of these tools has a server to disclose to.
Formatting and Minifying
The JSON formatter & validator indents, minifies, and reports the position of a syntax error rather than just refusing. The SQL formatter handles MySQL, PostgreSQL, SQL Server, Oracle, and SQLite dialects, and the XML formatter indents or minifies documents and validates their structure. The Markdown editor & viewer previews as you type, renders Mermaid diagrams, and opens files by drag and drop. Going the other way, the HTML/CSS/JS minifier compresses code for production using Terser and CSSO.
Converting Between Formats
The JSON โ CSV converter moves data in both directions with delimiter options and type detection, and the YAML โ JSON converter does the same for configuration files, with control over indentation and key ordering. For text encodings there is Base64 encode/decode with UTF-8 and URL-safe variants, the Base64 image encoder for embedding images as data URIs, the URL encoder/decoder for query parameters, and the HTML entity encoder for escaping markup safely. The case converter switches between UPPERCASE, Title Case, camelCase, snake_case, and kebab-case with live counts, the URL slug generator turns a title into a clean path segment, and the Unix timestamp converter reads epoch values as dates and back. When the input is a messy list rather than a structured format, the text cleaner deduplicates lines, sorts them, trims whitespace, and drops the empty ones in a single pass.
Inspecting and Testing
The regex tester highlights matches live, exposes capture groups, and previews a replacement, which is faster than re-running a script to find out what a pattern caught. The JWT decoder shows a token's header and payload claims, locally, which matters when the token is real. The text diff checker compares two documents side by side, marking additions, deletions, and modifications. The cron expression generator builds and explains schedules, printing the next run times so you can confirm a field means what you think before it goes into a crontab.
Generating Values
The UUID generator produces version 4 identifiers, the password generator builds passwords from the browser's cryptographic random source rather than Math.random, and the hash generator computes MD5, SHA-1, SHA-256, and SHA-512 over text or a file. The Lorem Ipsum generator fills a layout with placeholder text by paragraph, sentence, word, or list item, optionally wrapped in HTML.
Colour and Layout
The colour palette generator & converter translates between HEX, HEX8, RGBA, and HSLA with alpha intact, and derives complementary, analogous, and triadic palettes. The colour contrast checker computes the WCAG ratio for a foreground and background pair and states whether it passes AA and AAA for body text, large text, and UI components, the check that decides whether a design is legible, not merely attractive. The aspect ratio calculator resizes dimensions while holding proportions, with presets for HD, 4K, mobile, and social formats.
One Unusual One
The text to image converter packs a long passage into a dense image so it can be handed to a vision-capable model as a single attachment instead of a large block of tokens. Whether that saves anything depends on the model, and the page explains the trade-off rather than overselling it.