Home/Developer

Developer Tools

Encoders, generators and utilities for building things.

Base64 Encode / Decode

Free Base64 encoder and decoder. Convert text to Base64 and decode Base64 back to text instantly in your browser. UTF-8 safe.

URL Encoder / Decoder

Free URL encoder and decoder. Percent-encode text for URLs or decode encoded URLs instantly. Handles query strings and special characters.

UUID Generator

Free UUID generator. Instantly generate random v4 UUIDs (GUIDs), one or in bulk. Cryptographically random, copy with one click.

Hash Generator (SHA-1 / SHA-256 / SHA-512)

Free hash generator. Create SHA-1, SHA-256 and SHA-512 hashes from any text instantly in your browser using the Web Crypto API.

Unix Timestamp Converter

Free Unix timestamp converter. Convert epoch timestamps to human-readable dates and dates back to Unix time. Supports seconds and milliseconds.

JSON Minifier

Free JSON minifier. Strip whitespace and newlines to compress JSON into the smallest valid payload for APIs, configs and bundles. Validates as it minifies.

JSON Validator

Free JSON validator. Check if your JSON is valid, get the exact error location on failure, and see a pretty-printed version when it parses cleanly.

JSON to CSV

Free JSON to CSV converter. Turn an array of JSON objects into a clean CSV file with headers, ready for Excel, Sheets or a database import.

CSV to JSON

Free CSV to JSON converter. Parse CSV with a header row into a clean array of JSON objects, handling quoted fields and embedded commas correctly.

JSON to YAML

Free JSON to YAML converter. Turn JSON config or API data into clean, readable YAML for Kubernetes, CI pipelines, Docker Compose and app config files.

YAML to JSON

Free YAML to JSON converter. Parse YAML config into clean JSON for APIs, tooling and validation. Handles nested maps, lists, comments and scalars.

XML Formatter

Free XML formatter and beautifier. Pretty-print messy or minified XML with clean indentation so nested elements and attributes are easy to read.

YAML Formatter

Free YAML formatter. Normalize indentation and re-serialize your YAML into clean two-space output by round-tripping it through a parser. Catches errors too.

HTML Formatter / Beautifier

Free HTML formatter and beautifier. Indent messy or minified HTML into clean, readable markup with proper nesting so you can scan structure at a glance.

CSS Formatter

Free CSS formatter and beautifier. Expand minified CSS into clean, indented rules with one declaration per line so stylesheets are easy to read and edit.

JS Formatter / Beautifier

Free JavaScript formatter and beautifier. Expand minified or one-line JS into readable, indented code with proper brace and block structure.

SQL Formatter

Free SQL formatter and beautifier. Turn long, cramped queries into clean, indented SQL with keywords on their own lines so complex statements are readable.

HTML Entity Encode / Decode

Free HTML entity encoder and decoder. Convert characters like < > & " to safe HTML entities and back, so text renders literally instead of as markup.

Unicode Escape / Unescape

Free Unicode escape and unescape tool. Convert text to backslash-u escape sequences and back, ideal for embedding non-ASCII characters in JSON and source code.

Hex to Text

Free hex to text converter. Decode hexadecimal byte sequences into readable text and encode text back to hex. UTF-8 safe, handles spaces and 0x prefixes.

Binary to Text

Free binary to text converter. Decode 8-bit binary into readable text and encode text back to binary. UTF-8 safe, tolerant of spaces between bytes.

JWT Decoder

Free JWT decoder. Decode a JSON Web Token to inspect its header and payload claims instantly in your browser. Shows expiry in human-readable time.

Regex Tester

Free regex tester. Test JavaScript regular expressions against sample text with live match highlighting, capture groups and flag toggles in your browser.

Cron Expression Parser

Free cron expression parser. Paste a cron schedule to get a plain-English explanation and the next upcoming run times, all computed in your browser.

Cron Builder

Free visual cron builder. Pick minute, hour, day, month and weekday from dropdowns to generate a valid crontab expression with a live plain-English preview.

Number Base Converter

Free number base converter. Convert between binary, octal, decimal and hexadecimal instantly. Type in any base and see all four representations update live.

JSON Diff

Free JSON diff tool. Compare two JSON objects and see added, removed and changed keys with their old and new values, computed entirely in your browser.

Text Diff Checker

Free text diff checker. Compare two blocks of text line by line and see exactly which lines were added, removed or unchanged, computed in your browser.

gitignore Generator

Free gitignore generator. Select your languages, frameworks and tools to build a solid .gitignore file with sensible defaults, ready to copy into your repo.

Chmod Calculator

Free chmod calculator. Toggle read, write and execute permissions for owner, group and others to get the octal chmod number and symbolic notation instantly.

Subnet / CIDR Calculator

Free subnet and CIDR calculator. Enter an IP with a CIDR prefix to get the network address, broadcast, usable host range, subnet mask and total hosts.

HTTP Status Codes Reference

Free HTTP status codes reference. Search all standard HTTP response codes from 1xx to 5xx with their names and meanings. Filter instantly as you type.

MIME Types Reference

Free MIME types reference. Search common file extensions and their content-type values for setting HTTP headers, uploads and downloads. Filter instantly.

ASCII Table Reference

Free ASCII table reference. Browse all 128 ASCII characters with their decimal, hexadecimal, octal and binary values plus names for control characters.

Color Hex to RGB

Free hex to RGB color converter for developers. Convert hex color codes to rgb() and back, with a live swatch preview and support for shorthand hex.

CSS Minifier

Free CSS minifier. Strip comments, whitespace and newlines to shrink stylesheets for faster page loads. Shows how many bytes you saved. Runs in your browser.

JavaScript Minifier

Free lightweight JavaScript minifier. Remove comments and collapse whitespace to shrink JS for quick inline use. Preserves strings and reports bytes saved.

SQL Minifier

Free SQL minifier. Collapse a multi-line SQL query into a single compact line by stripping comments and extra whitespace. Great for logs and embedding. Private.

JSON String Escape / Unescape

Free JSON string escaper. Escape text into a safe JSON string literal, or unescape a JSON string back to raw text. Handles quotes, newlines and unicode. Private.

String Length Calculator

Free string length calculator. Count characters, bytes in UTF-8, words and lines in any string, with and without spaces. Useful for limits and encoding. Private.

Placeholder Photo URL Builder

Free Lorem Picsum URL builder. Configure width, height, grayscale, blur and a seed to generate ready-to-use random placeholder photo URLs for mockups. Private.

Base32 Encode / Decode

Free Base32 encoder and decoder. Convert text to standard RFC 4648 Base32 and decode it back. Handy for TOTP secrets, identifiers and case-insensitive tokens.

ROT47 Encoder and Decoder

Free ROT47 encoder and decoder. Rotate printable ASCII by 47 positions to scramble text, including symbols and digits. Its own inverse, so one button does both.

Query String Parser

Free query string parser. Paste a URL or query string and see every parameter and value in a clean table, with URL decoding and repeated keys handled. Private.

HTML Table Generator

Free HTML table generator. Choose rows and columns, toggle a header row, and get clean, ready-to-paste HTML table markup with a live preview. Runs privately.

CSS Box Shadow Generator

Free CSS box-shadow generator. Adjust offset, blur, spread, color and inset with live sliders and preview, then copy the ready-to-use box-shadow rule. Private.

Meta Tags Generator

Free meta tags generator. Enter your title, description and image to produce SEO, Open Graph and Twitter Card meta tags ready to paste into your page head. Private.

Robots.txt Generator

Free robots.txt generator. Pick which crawlers to allow or block, add disallow paths, crawl delay and a sitemap URL, then copy a valid robots.txt file. Private.

UUID v7 Generator

Free UUID v7 generator. Create time-ordered, sortable version-7 UUIDs in bulk. Great for database keys where insertion order and index locality matter. Private.

Slugify (URL Slug Generator)

Free slugify tool. Turn any title or phrase into a clean URL-safe slug: lowercase, accents stripped, spaces and symbols collapsed into hyphens. Runs privately.

HTML to Text

Free HTML to text converter. Strip tags and markup from HTML and get the clean plain text content, decoded and readable. All processing stays in your browser.

HMAC Generator

Free HMAC generator. Compute a keyed HMAC over any message with SHA-256, SHA-384 or SHA-512 using the Web Crypto API. Hex output, computed in your browser.

.env to JSON

Free .env to JSON converter. Paste your dotenv KEY=VALUE lines and get a clean, pretty-printed JSON object. Comments and blank lines are ignored. Runs privately.

CSS px to rem / em Converter

Free CSS unit converter. Convert px to rem and em, or rem and em back to px, with an adjustable root font size. Instant results, computed in your browser.

JWT Generator (HS256)

Free JWT generator. Build and sign a JSON Web Token from your payload and a secret using HS256 via the Web Crypto API. Pairs with the JWT decoder. Runs privately.

UUID Validator

Free UUID validator. Paste a string to check whether it is a valid UUID and see which version (1 through 8) and variant it uses. Instant, private, in your browser.

String Case Converter

Free string case converter for code. Turn any text into camelCase, snake_case, kebab-case, PascalCase or CONSTANT_CASE at once. Live, private, in your browser.