EncodeDesk
Get Pro

All Tools

238 free browser-based developer tools — nothing leaves your tab

238 tools

JSON Formatter

Format, minify, or sort JSON with syntax highlighting. Detects errors with exact position.

JSON

JSON Diff

Compare two JSON objects side by side. Highlights added, removed, and changed keys with a semantic path-based diff.

JSON

JSON to YAML

Convert between JSON and YAML with syntax highlighting on both panels. Supports both directions with a one-click swap.

JSON

JSON to XML

Convert between JSON and XML with syntax highlighting on both panels. Supports both directions with a one-click swap.

JSON

JSONPath Query

Query JSON with JSONPath expressions. Supports filters, deep scan, array slices, and more.

JSON

JSON Schema Generator

Infer a JSON Schema (draft-07) from a sample JSON object. Options for required fields and strict mode.

JSON

JSON Tree Viewer

Visualise JSON as an interactive collapsible tree. Click to expand/collapse, hover to copy JSONPath.

JSON

JSON to JSONL

Convert between JSON arrays and newline-delimited JSON (JSONL/NDJSON) with record count and syntax highlighting.

JSON

TOML Viewer

Convert between TOML and JSON with syntax highlighting on both panels. Supports both directions with a one-click swap.

JSON

Word Counter

Count words, characters, unique words, sentences, paragraphs, reading time, and see top word frequency.

Text

Text Diff

Compare two texts with LCS line diff, word-level inline highlighting, and split/unified view modes.

Text

Text Case Converter

Convert text to camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, and 4 more, all 10 formats shown at once.

Text

Line Sorter

Sort lines A to Z, Z to A, reverse, or shuffle. Options: deduplicate, case-insensitive, trim whitespace, remove blank lines.

Text

Extract Links

Extract all URLs from a block of text or HTML.

Text

String Escape

Escape or unescape strings for JSON, HTML, URL, or Unicode.

Text

Slugify

Convert text to a URL-safe, lowercase slug.

Text

Markdown Preview

Render Markdown to HTML with a live preview.

Text

Lorem Ipsum Generator

Generate lorem ipsum placeholder text by paragraphs, words, or sentences.

Text

Mock Data Generator

Generate realistic fake test data, names, emails, phone numbers, addresses, companies, as JSON or CSV. Seedable for reproducible datasets.

Generators

Token Counter

Estimate LLM token count using the ~4 chars/token heuristic (approximate).

Text

HTML Entities

Encode characters to HTML entities or decode HTML entities to characters.

Text

Meta Tag Generator

Generate SEO, Open Graph, and Twitter Card meta tags.

Text

Base64 Encode / Decode

Encode text to Base64 or decode Base64 back to text. Supports standard and URL-safe variants.

Data

CSV to JSON

Convert CSV to JSON array or JSON array back to CSV. RFC 4180 compliant, handles quoted fields with commas.

Data

CSV / Excel to Array

Convert a CSV or tab-separated table to a 2D JSON array.

Data

Excel Parser

Parse a real .xlsx Excel file and export its sheets as JSON or CSV. Reads the actual binary spreadsheet format, not pasted text. 100% client-side.

Data

JSON to Excel Converter

Convert a JSON array of objects into a real, downloadable .xlsx spreadsheet with proper column headers. 100% client-side, nothing is uploaded.

Data

URL Encode / Decode

Percent-encode or decode URL components. Supports Component, Full URL, and Form (+) encoding variants.

Data

Query String Parser

Parse a query string into JSON, or stringify a JSON object to a query string.

Data

Image to Base64 Converter

Convert an image file to base64, a data: URI, or ready-made HTML, CSS, and Markdown snippets.

Data

Base64 to Image Converter

Paste a base64 string or data URI to preview, rotate, zoom, download, or print the image, or copy it as HTML, CSS, or Markdown.

Data

SVG to Data URI Converter

Convert SVG markup to a URL-encoded or base64 data URI, ready to embed in CSS, HTML, or Markdown.

Data

MIME Type Lookup

Look up the MIME type for a file extension, or the extension for a MIME type.

Data

Code Beautifier

Format JS, TS, JSX, TSX, CSS, SCSS, Less, HTML, Markdown, GraphQL, YAML, JSON, or XML using Prettier.

Code

SQL Formatter

Format and beautify SQL queries. Supports SQL, MySQL, PostgreSQL, and SQLite dialects.

Code

SQL Minifier

Minify SQL queries to a single line, stripping comments and collapsing whitespace. Reduces size for embedding in code.

Code

JSON to SQL

Convert a JSON array of objects to SQL INSERT statements. Supports MySQL, PostgreSQL, SQLite, and batch inserts.

Data

CSV to SQL

Convert CSV data to SQL INSERT statements. Auto-detects column headers and infers data types.

Data

SQL Escape String

Escape strings for safe use in SQL queries, shows dialect-specific escaping for MySQL, PostgreSQL, and SQLite.

Code

Regex Tester

Test regular expressions with live match highlighting, capture groups, and named groups, all client-side.

Code

JWT Decoder

Decode a JWT token: header, payload, claims, and expiry. No secret required.

Code

cURL Builder

Build a cURL command from URL, method, headers, and body, with flag toggles and instant preview.

Code

Git Commit Linter

Lint and compose Conventional Commits: type picker, scope, breaking-change flag, live validation.

Code

Cron Expression Parser

Parse a cron expression: plain-English description, field breakdown, next N scheduled runs, @preset shortcuts.

Code

SemVer Parser

Parse and compare semantic version strings: major/minor/patch breakdown, pre-release flags, two-version comparison.

Code

Expression Evaluator

REPL-style math evaluator powered by mathjs: units, matrices, trig, stats, complex numbers.

Code

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes simultaneously in your browser, HEX or Base64, with hash verification.

Security

HMAC Generator

Generate HMAC-SHA1/256/512 signatures simultaneously, HEX or Base64, key strength indicator, verify mode.

Security

Bcrypt Generator

Hash passwords with bcrypt and verify them, configurable cost rounds with time estimates, side-by-side.

Security

Password Generator

Generate cryptographically random passwords with entropy bits and strength rating.

Security

UUID Generator

Generate UUID v4 (random), v7 (time-ordered, best for database PKs), or v1 (time-based).

Security

Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal, all bases shown simultaneously. Uses BigInt for large numbers.

Numbers

Number Formatter

Format numbers with locale-aware thousands separators, currency, units, and notation styles.

Numbers

Percentage Calculator

Five percentage formulas: % of number, part of total, % change, add/remove %, and reverse %.

Numbers

Roman Numerals

Convert between Roman numerals and decimal integers (1–3999) with visual breakdown.

Numbers

px to rem

Convert between pixel and rem CSS values with Tailwind scale reference.

Numbers

Unit Converter

Convert between length, weight, temperature, volume, area, speed, and data units, all at once.

Numbers

Random Number Generator

Generate cryptographically random integers, floats, dice rolls, or pick from a list.

Numbers

Unix Timestamp

Convert Unix timestamps to dates. Shows all formats at once. Leave blank for the current time.

Date & Time

Days Between Dates

Calculate the exact difference between two dates in years, months, days, hours, and more.

Date & Time

Age Calculator

Calculate exact age from a date of birth in years, months, and days.

Date & Time

Working Days Counter

Count working days (Mon–Fri) between two dates, excluding weekends.

Date & Time

Timezone Clock

View the current time across multiple timezones simultaneously.

Date & Time

CIDR Calculator

Calculate network address, broadcast, subnet mask, host range, and usable hosts from a CIDR block.

Network

chmod Calculator

Convert between octal chmod values and symbolic permission strings. Supports setuid (4xxx), setgid (2xxx), and sticky bit (1xxx).

Network

HTTP Status Codes

Look up the meaning, description, and RFC reference for any HTTP status code.

Network

QR Code Generator

Generate a QR code for any URL, text, WiFi, vCard, email, phone, or SMS.

Generators

Color Converter

Convert colors between HEX, RGB, HSL, HSV, and CMYK. Includes tints, shades, harmonies, and WCAG contrast.

Generators

Color Contrast Checker

Check WCAG 2.1 contrast ratio between foreground and background colors with live text preview.

Generators

XML Formatter

Format, minify, or validate XML. Detects syntax errors with line and column numbers.

Data

XML to CSV

Convert XML to CSV. Auto-detects the repeating row element or specify a dot-notation path.

Data

XPath Query

Run XPath 1.0 expressions against XML, returns matching elements, attributes, or text nodes.

Data

YAML Formatter

Format, validate, or convert YAML to JSON. Detects duplicate keys and syntax errors.

Data

CSS Minifier

Minify CSS by removing comments, collapsing whitespace, shortening hex colors, and stripping zero units.

Code

CSS Specificity Calculator

Calculate the specificity of CSS selectors, shows (a, b, c) breakdown and numeric score. Supports multiple selectors.

Code

CSS to JS

Convert CSS property declarations to a camelCase JavaScript object, useful for React inline styles.

Code

CSS Unit Converter

Convert CSS values between px, rem, em, pt, vh, vw, cm, mm, in and more. Shows all units at once.

Code

CSS Variables Extractor

Extract all CSS custom properties (--variables) from a stylesheet. Export as JSON, SCSS variables, or JS tokens.

Code

Color Palette Generator

Generate a full tint-to-shade scale from any base color. Export as CSS custom properties, Tailwind config, or SCSS.

Generators

HTML Formatter

Format or minify HTML using Prettier. Fixes indentation, attribute ordering, and self-closing tags.

Code

HTML to Markdown

Convert HTML to clean Markdown. Handles headings, links, lists, code blocks, tables, and images.

Text

HTML to Plain Text

Strip all HTML tags and return clean plain text. Decodes HTML entities and preserves paragraph breaks.

Text

Open Graph Preview

Parse OG and Twitter Card meta tags from HTML. Shows what Google, Twitter, and LinkedIn will display.

Text

Text Reverser

Reverse characters, words, or lines. Includes Unicode flip mode (ʇxǝʇ uʍop ǝpısdn).

Text

Text Repeater

Repeat any text N times with a custom separator or one per line.

Text

Text to Binary

Convert text to binary (0s and 1s) or decode binary back to text. UTF-8 aware.

Data

Morse Code

Encode text to Morse code or decode Morse back to text. Letters separated by spaces, words by /.

Text

Palindrome Checker

Check if text is a palindrome or find all palindromes within a block of text. Configurable case and punctuation.

Text

Character Frequency

Count the frequency of each character in your text. Shows count, percentage, and a visual bar chart.

Text

Password Strength Checker

Check the strength of a password: entropy, character sets, common patterns, and crack-time estimate.

Security

JWT Generator

Generate signed JWTs with HS256/HS384/HS512. Set custom payload, expiry, issuer, subject, and audience.

Security

OTP / TOTP Generator

Generate TOTP/HOTP codes from a Base32 secret, or generate a new secret. Compatible with Google Authenticator.

Security

MAC Address Generator

Generate random MAC addresses with configurable format, unicast/multicast, and optional prefix.

Network

Hex Encode / Decode

Encode text to hexadecimal bytes or decode hex back to text. Supports space, comma, and 0x separators.

Data

ASCII Table

Browse the full ASCII character table with decimal, hex, octal, binary, and character name. Lookup any character.

Reference

Unicode Lookup

Look up Unicode code points. Enter a character, code point (U+1F600), or text to analyze all characters.

Reference

Punycode Converter

Convert internationalized domain names to Punycode (ACE) and back. Encode/decode individual labels or full domains.

Data

Base32 Encode / Decode

Encode or decode Base32 in RFC 4648, Base32hex, Crockford, or z-base-32 variants.

Data

Base58 Encode / Decode

Encode or decode Base58 using Bitcoin, IPFS, or Flickr alphabets.

Data

URL Parser

Break a URL into its components: scheme, host, port, path, query parameters, and hash. Useful for debugging API endpoints and link structures.

Data

GCD & LCM Calculator

Calculate GCD and LCM for two or more integers. Shows step-by-step prime factorization.

Numbers

Prime Number Checker

Check if a number is prime, find its prime factorization, divisors, and nearest primes.

Numbers

Fibonacci Sequence

Generate Fibonacci sequences, find the Nth number, or check if a number is Fibonacci. Uses bigint for large values.

Numbers

Bitwise Operations

Perform bitwise AND, OR, XOR, NOT, NAND, NOR, XNOR, and bit-shifts. Shows results in decimal, binary, hex, and octal.

Numbers

Scientific Notation

Convert numbers to/from scientific notation. Shows engineering notation, SI prefixes, and significant figures.

Numbers

Fraction Calculator

Add, subtract, multiply, divide, simplify, or compare fractions. Shows step-by-step working with LCM.

Numbers

Matrix Calculator

Add, subtract, multiply matrices, find determinant, inverse, or transpose. One row per line, values space-separated.

Numbers

Batch Timestamp Converter

Convert multiple timestamps at once: Unix seconds, milliseconds, or ISO 8601. One per line.

Date & Time

CSS Color Names

Browse all 148 CSS named colors, look up a color by name or hex, or find the nearest named color for any hex value.

Reference

cURL to Fetch Converter

Convert a cURL command to fetch(), axios, Python requests, or Node.js http. Handles headers, body, auth, and flags.

Code

.gitignore Generator

Generate .gitignore files for 24 stacks: Node, Python, Go, Rust, React, Next.js, Django, Rails, Flutter, Docker, and more.

Code

Git Diff Viewer

Parse and display git diff output as a structured, colored side-by-side or unified diff.

Code

Dockerfile Generator

Generate production-ready Dockerfiles for Node, Python, Go, Rust, Java, PHP, Ruby, Deno, and Bun.

Code

Docker Compose Generator

Generate docker-compose.yml with services for Postgres, MySQL, MongoDB, Redis, Nginx, MinIO, and more.

Code

Docker Run Builder

Build a docker run command interactively: ports, volumes, env vars, networks, and restart policy.

Code

.dockerignore Generator

Generate .dockerignore files for common stacks to speed up Docker builds.

Code

grep Command Builder

Build grep, ripgrep (rg), or ag (The Silver Searcher) commands with flags explained.

Code

find Command Builder

Build find commands with type, name, size, mtime, and exec filters.

Code

.env Parser / Converter

Parse and validate .env files, or convert them to JSON, shell export statements, or docker run -e flags.

Data

Shell String Escaper

Escape strings for Bash, PowerShell, single-quote, double-quote, and ANSI-C quoting. Warns about injection risks.

Code

HTTP Headers Reference

Browse 44 HTTP headers with descriptions and real example values. Filter by category: request, response, security, caching, CORS, or content.

Reference

Exit Codes Reference

Browse 33 standard Unix/Linux exit codes: bash conventions, fatal signal codes, and BSD sysexits.h. Search by code, name, or meaning.

Reference

CORS Header Generator

Generate CORS headers for nginx, Apache, Express, FastAPI, Django, and raw HTTP headers.

Network

User-Agent Parser

Parse a User-Agent string to extract browser, engine, OS, device, and CPU information.

Network

IP Address Converter

Convert IP addresses between dot-decimal, decimal, hex, binary, and IPv6 expanded/compressed formats.

Network

GraphQL Formatter

Format, minify, or validate GraphQL queries and schema definitions.

Code

JSON to Go Struct

Convert a JSON object to Go structs with json tags. Supports nested types, arrays, and omitempty.

Code

JSON to Python Class

Convert a JSON object to TypedDict, dataclass, or Pydantic model with type annotations.

Code

JSON to Zod Schema

Generate a Zod schema from a JSON object or array with type inference for emails, URLs, UUIDs, and dates.

Code

nginx Config Generator

Generate nginx server blocks for static sites, SPAs, reverse proxies, and PHP apps with SSL and security headers.

Code

package.json Generator

Generate a package.json with correct scripts and dependencies for Node, React, Next.js, a library, or a CLI.

Code

License File Generator

Generate LICENSE files for MIT, Apache 2.0, GPL-3.0, BSD-2, BSD-3, ISC, MPL-2.0, Unlicense, CC0, and more.

Generators

Color Mixer

Mix two colors at adjustable ratios. Shows a 5-step gradient and complementary/analogous harmony swatches.

Design

CSS Shadow Generator

Build box-shadow and text-shadow CSS visually. Layer multiple shadows, adjust color and opacity, and copy the CSS.

Design

HTML Preview

Live HTML/CSS/JS editor with a sandboxed iframe preview. Switch between split, code-only, and preview-only views.

Code

RSA Key Generator

Generate RSA key pairs (2048/4096-bit) entirely in your browser using the Web Crypto API. Never leaves your device.

Security

JWT Secret Key Generator

Generate cryptographically secure HMAC secret keys for HS256/384/512 JWTs, RFC 7518 compliant, with ready .env, Node.js, Python snippets.

Security

CSR Generator

Generate a PKCS#10 Certificate Signing Request (CSR) and matching private key for SSL/TLS certs. RSA or ECDSA, with Subject Alternative Names.

Security

Certificate Decoder

Decode a PEM/X.509 certificate: subject, issuer, validity window, Subject Alternative Names, key algorithm, and fingerprints. 100% client-side.

Security

SSH Key Generator

Generate an Ed25519 or RSA SSH key pair in your browser: OpenSSH-format public key, private key, and SHA-256 fingerprint. Never leaves your device.

Security

JWT RS256/ES256 Signer

Sign a JWT with RSA (RS256/384/512) or ECDSA (ES256/384) asymmetric keys. Generates a fresh key pair per sign, entirely in your browser.

Security

JWK to PEM Converter

Convert a JSON Web Key (JWK) to PEM format or back: RSA, ECDSA, or Ed25519, public or private. Done entirely in your browser.

Security

AES Encrypt / Decrypt

Encrypt or decrypt text with AES-GCM (128/192/256-bit) and PBKDF2 key derivation. 100% client-side.

Security

CSS Gradient Generator

Build linear, radial, and conic CSS gradients visually. Add color stops, adjust angles, and copy the CSS.

Design

JSON to CSV

Convert a JSON array to CSV with configurable delimiter and null handling.

Data

JSON Repair

Fix common JSON errors: trailing commas, single quotes, unquoted keys, JS comments.

JSON

JSON Minifier

Strip whitespace from JSON. Optionally remove nulls and sort keys.

JSON

JSON to TypeScript

Generate TypeScript interfaces or types from a JSON sample.

Code

XML to JSON

Convert XML to JSON. Attributes are prefixed with @, text nodes use #text.

Data

XML to YAML

Convert XML documents to YAML format.

Data

XML Minifier

Remove whitespace and comments from XML to reduce file size.

Data

XML Escape / Unescape

Escape or unescape XML special characters: &, <, >, ", &apos;.

Data

YAML to JSON

Convert YAML documents to JSON format.

Data

YAML to TOML

Convert YAML configuration files to TOML format.

Data

CSS Border Generator

Generate CSS border shorthand with style, width, color, radius and per-side control.

Design

CSS Filter Generator

Build CSS filter() with blur, brightness, contrast, grayscale, hue-rotate, invert, and more.

Design

CSS Transition Generator

Generate CSS transitions with 20+ named easing curves including cubic-bezier presets.

Design

PostgreSQL to MySQL

Convert PostgreSQL SQL to MySQL: type mapping, SERIAL to AUTO_INCREMENT, double quotes to backtick identifiers.

Code

JavaScript to TypeScript

Add TypeScript annotations to JavaScript: types on params, return types, convert require() to import.

Code

SQL INSERT Generator

Generate SQL INSERT statements from CSV or JSON data with dialect support.

Data

TSV to CSV Converter

Convert between Tab-Separated Values and Comma-Separated Values.

Data

CSV Column Filter

Pick, reorder, and rename columns from a CSV file.

Data

JSON Array Tools

Sort, filter, deduplicate, pluck, paginate, and transform JSON arrays.

JSON

INI / Properties Parser

Parse INI / .properties files to JSON, or convert JSON back to INI format.

Data

QR Code Scanner

Scan a QR code from an uploaded image using the browser BarcodeDetector API.

Generators

Image Diff

Pixel-level diff between two images, highlights changed pixels in red.

Image

Image to ASCII Art

Convert any image to ASCII art using character brightness mapping.

Image

Image Flip & Rotate

Flip and rotate images with custom angle and download the result.

Image

SQL Schema Generator

Generate a CREATE TABLE SQL statement from a JSON object or CSV sample. Infers column types, adds id and timestamp columns.

Data

SQL SELECT Builder

Build a SELECT query visually: choose columns, add JOINs, WHERE clauses, GROUP BY, ORDER BY, and LIMIT.

Data

MySQL to PostgreSQL

Convert MySQL DDL and DML to PostgreSQL syntax. Handles type mapping, AUTO_INCREMENT, backtick identifiers, and MySQL-specific functions.

Code

HTML Minifier

Minify HTML by removing comments, collapsing whitespace, and collapsing boolean attributes. Preserves <script>, <style>, and <pre> content.

Code

HTML Table Extractor

Extract tables from HTML and export as JSON, CSV, or Markdown. Handles rowspan/colspan and nested tags.

Data

HTML Meta Extractor

Extract all <meta> tags, <title>, Open Graph, Twitter Card, canonical links, and JSON-LD from an HTML document.

Data

HTML to JSX

Convert HTML to JSX: rename class to className, for to htmlFor, convert inline styles to objects, and handle void elements.

Code

CSV Validator

Validate CSV structure: check for consistent column counts, duplicate headers, empty headers, and infer column data types.

Data

JSON Flatten / Unflatten

Flatten nested JSON to dot-notation keys, or restore a flat object back to nested structure.

JSON

YAML to .env Converter

Convert YAML configuration to .env format or vice versa. Nested YAML keys are flattened with _ separators.

Data

Mustache Template Renderer

Render Mustache templates with JSON data. Supports {{variable}}, {{{unescaped}}}, {{#section}}...{{/section}}, and {{^inverted}}.

Text

Word Frequency Counter

Count word frequencies in text. Remove common stop words, filter by minimum length, and export as table, JSON, or CSV.

Text

Text Similarity

Measure similarity between two texts using Levenshtein distance, Jaro-Winkler, cosine similarity, and longest common subsequence.

Text

Number to Words

Convert numbers to English words. Supports integers, decimals, currency amounts, and ordinal forms up to quintillions.

Numbers

JavaScript Minifier

Minify JavaScript by removing comments and collapsing whitespace. Preserves string literals and template literals.

Code

Cron Next Run Times

Calculate the next N run times for a cron expression (5-field or 6-field with seconds). Supports *, /, -, , and named values.

Date & Time

XML Validator

Validate XML well-formedness: check tag matching, unclosed tags, attribute quoting, and unescaped special characters.

Data

CSS to Tailwind

Convert CSS property declarations to equivalent Tailwind CSS utility classes. Covers display, flex, spacing, typography, and more.

Design

DNS Record Generator

Generate BIND-format DNS zone file records: A, AAAA, CNAME, MX, TXT (with SPF), DMARC, NS, and SOA.

Network

DNS Lookup

Look up live A, AAAA, CNAME, MX, TXT, NS, SOA, and SRV records for any domain, or enter an IP address for a reverse (PTR) lookup, against your choice of resolver.

Network

DNS Propagation Checker

Check whether a DNS change has propagated across 34 named public resolvers in 24 countries, live and shown by name.

Network

SSL/TLS Checker

Connect live to any domain and check its real SSL/TLS certificate: chain, expiry, SANs, TLS version, and cipher.

Network

SEO Checker

Fetch a live page and check its real title, meta description, canonical, robots.txt, sitemap, headings, Open Graph, schema, and links.

Network

Security Headers Checker

Connect live to any URL and check its real HTTP security headers: HSTS, CSP, X-Frame-Options, cross-origin isolation, cookie flags, and information-disclosure headers.

Network

Redirect Checker

Trace the real HTTP redirect chain for any URL: every hop, its status code, response time, redirect loops, and HTTPS downgrades.

Network

HTTP Header Checker

Connect live to any URL and check its real response headers: Cache-Control, compression, ETag/Last-Modified validators, and CDN fingerprinting.

Network

Website Security Scanner

Scan any live URL for mixed content, exposed .git/.env files, outdated JS libraries, missing Subresource Integrity, and HTTPS enforcement.

Network

Website Health Checker

Check any URL for SEO, PageSpeed, security, HTTP headers, and DNS issues with one complete website health check and report.

Network

IP Address & Geolocation Lookup

Look up any IPv4/IPv6 address, or your own public IP, and see its country, region, city, ISP, and ASN. Real-time query, not a generator.

Network

Git Command Generator

A searchable cheat sheet of 60+ Git commands for branching, undoing mistakes, stashing, rebasing, and remotes, each with a plain-English explanation.

Reference

Website Speed Test

Enter your URL and get a real Lighthouse audit: Core Web Vitals, a performance score, and fixes to make, powered by Google's PageSpeed Insights API.

Performance

S3 Bucket Policy Generator

A visual wizard for AWS S3 bucket policies: live JSON preview, risk warnings, and presets for public sites, IAM access, and CloudFront.

Security

Regex Pattern Library

A curated library of 26 production-ready regex patterns for emails, URLs, IPs, dates, passwords, UUIDs, file paths, and more.

Reference

Color Blindness Simulator

Simulate how your images look to people with deuteranopia, protanopia, tritanopia, or achromatopsia using pixel-level color matrix filters.

Image

Image Cropper

Crop images in your browser with drag handles, aspect ratio constraints, and multiple output formats. 100% client-side.

Image

CSS Clip-Path Generator

Visually generate CSS clip-path shapes: polygon (with drag handles), circle, ellipse, and inset. Includes common shape presets.

Design

Gradient Mesh Generator

Create CSS mesh gradient backgrounds by layering radial gradients with adjustable color, position, and spread. One-click presets.

Design

Kubernetes Deployment Generator

Generate a production-ready Kubernetes Deployment YAML with resource limits, health probes, env vars, and rolling update strategy.

Code

Kubernetes Service Generator

Generate a Kubernetes Service YAML (ClusterIP, NodePort, LoadBalancer) with optional Ingress and TLS configuration.

Code

Kubernetes ConfigMap / Secret

Generate Kubernetes ConfigMap or Secret YAML from key=value pairs. Secret values are automatically base64-encoded.

Code

Markdown Table Generator

Convert CSV to a Markdown table, parse one back to CSV, or convert data pasted from Excel or Sheets to Markdown. Optional header row and bold styling.

Text

Markdown Table of Contents

Auto-generate a linked table of contents from Markdown headings with configurable depth and list style.

Text

Readability Statistics

Analyze text readability with Flesch Reading Ease, Flesch–Kincaid Grade, Gunning Fog, SMOG, and ARI scores.

Text

Bulk Find & Replace

Apply multiple find-and-replace rules to text at once. Supports plain text and regex patterns.

Text

CSS Animation Generator

Generate CSS keyframe animations from 15 built-in presets (fadeIn, slideInUp, bounce, spin, and more) or define custom keyframes.

Design

CSS Grid Generator

Generate CSS Grid layouts with named areas, auto-fit responsive columns, gap, and alignment controls.

Design

CSS Flexbox Generator

Build CSS Flexbox layouts with all container and item properties, including gap, wrap, alignment, and order.

Design

JSON Key Sorter

Sort JSON object keys alphabetically (ascending or descending), recursively through nested objects.

JSON

Statistics Calculator

Compute mean, median, mode, variance, std dev, quartiles, IQR, skewness, and geometric mean for a dataset.

Numbers

Number Sequence Generator

Generate arithmetic, geometric, Fibonacci, prime, square, cube, triangular, power, factorial, or custom formula sequences.

Numbers

robots.txt Generator

Generate a robots.txt file from presets (allow all, block all, SEO-friendly) or build custom allow/disallow rules per user-agent.

Generators

XML Sitemap Generator

Generate an XML or TXT sitemap from a list of URLs with configurable base URL, changefreq, priority, and lastmod date.

Generators

.htaccess Generator

Generate Apache .htaccess rules for HTTPS redirects, www/non-www, SPA/WordPress routing, caching, GZIP, and security headers.

Code

TOML to YAML Converter

Convert TOML to YAML using a pure-TypeScript parser with no external dependencies. For the reverse direction, see YAML to TOML.

Data

Image Resizer

Resize images in your browser. Set width/height, choose format (JPEG/PNG/WebP), adjust quality, and download the result.

Image

Favicon Generator

Generate favicon PNG files in 7 standard sizes (16–512px) from any image. Add padding, round corners, and background color.

Image

Image Color Picker

Extract a color palette from any image using pixel quantization. Click anywhere on the image to sample a specific color.

Image

SVG Optimizer

Optimize SVG files in your browser. Remove comments, metadata, editor data, collapse whitespace, and shorten color values.

Image

EXIF Viewer / Remover

View EXIF metadata in a JPEG: camera model, settings, and GPS location, then strip it all before sharing. 100% client-side, nothing is uploaded.

Image

File Checksum Calculator

Drop a file and compute its MD5, SHA-1, SHA-256, and SHA-512 checksums to verify integrity. 100% client-side, the file never leaves your browser.

Security

.editorconfig Generator

Generate .editorconfig files with root style rules and per-language overrides for Markdown, Python, Go, Make, YAML, and JSON.

Code

GitHub Actions Workflow Generator

Generate a GitHub Actions CI workflow for Node, Python, Go, or Docker projects: checkout, install, test, build, and optional Docker push.

Code

CHANGELOG Generator

Convert Conventional Commits (paste your git log) into a Keep a Changelog formatted CHANGELOG.md, grouped by Added/Fixed/Changed/Breaking.

Code

Diff Patch Generator

Generate a downloadable unified diff (.patch) file from two text blocks, applicable with `git apply` or `patch`.

Code

CSP Header Generator

Build a Content-Security-Policy header interactively: default-src, script-src, style-src, img-src, and more. Outputs raw header, nginx, and Express.

Network

PWA Manifest Generator

Generate a Web App Manifest (manifest.json) for installable PWAs: name, icons, colors, display mode, and the matching HTML tags.

Generators

ULID Generator

Generate ULIDs: sortable, URL-safe 26-character identifiers combining a millisecond timestamp with 80 bits of randomness.

Security

NanoID Generator

Generate NanoIDs: compact, URL-safe, cryptographically random unique IDs with a configurable size and alphabet.

Security

CUID2 Generator

Generate CUID2 identifiers: collision-resistant, horizontally scalable, secure IDs designed for use as database primary keys.

Security

Date Calculator

Compute a target date by adding or subtracting days, weeks, months, or years from a base date.

Date & Time