Skip to content
ZeroServer.tools
ZeroServer.tools

Free Online Developer Tools

A suite of 919+ hyper-fast utilities — JSON formatter, Base64, hashing, converters, generators & more. 100% private & client-side: every tool runs locally in your browser, so your data never touches a server.

919+ tools100% freeNo sign-upNo data uploads

Formatters & Validators

Clean, format, validate, and compare your raw code and text structures.

JSON Formatter

Format, validate, and beautify JSON payloads.

Open tool

Text Diff / Compare

Side-by-side or unified line/character diff comparison tool.

Open tool

XML Formatter

Beautify and indent XML strings.

Open tool

Minifier Suite

Minify HTML, CSS, and JS by stripping comments and whitespace.

Open tool

Markdown Converter

Convert Markdown to HTML with live preview.

Open tool

CSS Formatter

Beautify and indent minified or messy CSS.

Open tool

HTML Formatter

Beautify and indent raw HTML markup.

Open tool

SQL Formatter

Format SQL queries with keyword casing and indentation.

Open tool

YAML Formatter

Validate and normalize YAML indentation.

Open tool

Credit Card Validator

Validate card numbers with the Luhn check and detect the brand.

Open tool

Email Validator

Check whether an email address is well-formed.

Open tool

IP Address Validator

Validate and classify IPv4 and IPv6 addresses.

Open tool

IBAN Validator

Validate an IBAN with the ISO 7064 mod-97 checksum, and see its country and formatted form.

Open tool

ISBN Validator

Validate ISBN-10 and ISBN-13 book numbers with their checksum digit.

Open tool

TOML Formatter

Format and validate TOML files online. Paste your TOML to check for errors, normalise indentation, and view the parsed structure as JSON.

Open tool

JSON Minifier

Minify JSON by removing all whitespace and comments. Shows original vs minified byte sizes and savings percentage. No upload needed.

Open tool

JSON Schema Validator

Validate JSON data against a JSON Schema (Draft 7) — checks type, required fields, enum, min/max, and nested objects.

Open tool

XML Validator

Validate XML syntax online — checks tag matching, attribute quotes, and well-formedness without a server.

Open tool

YAML Validator

Validate and pretty-print YAML instantly in your browser. Detects syntax errors with line and column numbers.

Open tool

HTML Validator

Validate HTML for unclosed tags, mismatched nesting, duplicate IDs, and missing attributes.

Open tool

JavaScript Beautifier

Beautify and format JavaScript code with configurable indentation. Handles strings, template literals, and comments.

Open tool

PHP Formatter

Format and indent PHP code in your browser. Handles braces, control structures, strings, and PHP tags — no server required.

Open tool

IMEI Validator

Validate IMEI numbers using the Luhn algorithm. Shows TAC, serial number, and check digit breakdown for any 15-digit IMEI.

Open tool

JSONL Formatter

Format, validate, and inspect JSON Lines (JSONL / NDJSON) files. Pretty-print each record, validate all lines, or extract a specific key.

Open tool

CSS Validator

Validate CSS syntax: check balanced braces, declaration colons, and basic errors with line numbers.

Open tool

URL Validator

Validate URLs and inspect their components: protocol, host, path, query parameters, and hash.

Open tool

Nginx Config Validator

Validate nginx configuration files for syntax errors, unbalanced braces, and common misconfigurations.

Open tool

CSV Validator

Validate CSV structure: column counts, types, headers, and empty cells.

Open tool

Protocol Buffer Formatter

Format and indent .proto (Protocol Buffer) files for readability.

Open tool

OpenAPI Validator

Validate OpenAPI 3.x and Swagger 2.0 YAML/JSON specifications for common errors.

Open tool

Phone Number Validator

Validate and format international phone numbers. Detects country and formats in E.164, national, and international styles.

Open tool

XML Sitemap Validator

Validate sitemap.xml files for correct structure, required fields, and common errors.

Open tool

Docker Compose Validator

Validate Docker Compose YAML files (v2/v3). Check for syntax errors, required fields, version compatibility, and common configuration mistakes.

Open tool

JSON Merge

Deep-merge two JSON objects. Choose between deep merge (nested objects merged recursively) or shallow merge (top-level keys only, right side wins).

Open tool

HTML Compare

Compare two HTML documents with a source line diff plus a rendered side-by-side preview, entirely in your browser.

Open tool

JavaScript Validator

Check JavaScript source for syntax errors instantly in your browser, with line and column numbers.

Open tool

Array Sorter

Sort a list of values numerically, alphabetically, in reverse, or shuffled, with optional duplicate removal — instant, private, client-side.

Open tool

CSV Data Masking & Anonymizer

Mask emails, phone numbers, and card numbers in CSV columns using regex. Anonymize sensitive data instantly, entirely in your browser.

Open tool

HTML Table Sorter

Paste an HTML table and sort its rows by any column, numerically or alphabetically, ascending or descending — 100% client-side.

Open tool

XML Minifier

Strip whitespace, indentation, and comments from XML, collapsing it to a compact single-line document while preserving CDATA content exactly.

Open tool

XML Sorter

Sort XML sibling elements and attributes alphabetically and re-serialize the document, 100% client-side.

Open tool

YAML Sorter

Sort YAML mapping keys alphabetically at every nesting level while preserving list order, entirely in your browser.

Open tool

Converters

Transform data between formats — JSON, YAML, CSV, XML, and more.

JSON to YAML

Convert JSON into clean, readable YAML instantly.

Open tool

YAML to JSON

Convert YAML configuration into valid JSON.

Open tool

JSON to CSV

Flatten a JSON array of objects into CSV rows.

Open tool

CSV to JSON

Parse CSV with headers into a JSON array of objects.

Open tool

JSON to XML

Convert JSON structures into nested XML markup.

Open tool

HWB to HEX Converter

Convert an HWB color to HEX.

Open tool

JSON to SQL

Turn a JSON array of objects into SQL INSERT statements.

Open tool

CSV to XML

Convert CSV rows into structured XML records.

Open tool

XML to CSV

Flatten repeated XML records into CSV rows.

Open tool

INI to JSON

Parse INI config sections and keys into JSON.

Open tool

JSON to INI

Serialize a JSON object into INI config format.

Open tool

CSV to Markdown Table

Convert CSV data into a GitHub-style Markdown table.

Open tool

CMYK to HSL Converter

Convert CMYK print ink percentages into HSL color notation.

Open tool

XML to JSON

Convert XML markup into a structured JSON object.

Open tool

Number to Words

Spell out numbers in English words.

Open tool

CSV to SQL

Turn CSV rows into SQL INSERT statements.

Open tool

Decimal to Binary Converter

Convert decimal (base 10) numbers to binary (base 2).

Open tool

Binary to Decimal Converter

Convert binary (base 2) numbers to decimal (base 10).

Open tool

Decimal to Hex Converter

Convert decimal (base 10) numbers to hexadecimal (base 16).

Open tool

Hex to Decimal Converter

Convert hexadecimal (base 16) numbers to decimal (base 10).

Open tool

CSV Cleaner

Trim whitespace, drop empty rows, and de-duplicate CSV data.

Open tool

CSV to HTML Table Converter

Turn CSV data into a ready-to-paste HTML <table>.

Open tool

Decimal to Octal Converter

Convert decimal (base 10) numbers to octal (base 8).

Open tool

Octal to Decimal Converter

Convert octal (base 8) numbers to decimal (base 10).

Open tool

Binary to Hex Converter

Convert binary (base 2) numbers to hexadecimal (base 16).

Open tool

Hex to Binary Converter

Convert hexadecimal (base 16) numbers to binary (base 2).

Open tool

CSV to TSV Converter

Convert comma-separated values to tab-separated values.

Open tool

TSV to CSV Converter

Convert tab-separated values to comma-separated values.

Open tool

Scientific Notation Converter

Convert numbers between decimal and scientific (E) notation.

Open tool

JSON to Query String Converter

Turn a flat JSON object into a URL query string.

Open tool

Query String to JSON Converter

Parse a URL query string into a JSON object.

Open tool

Octal to Binary Converter

Convert octal (base 8) numbers to binary (base 2).

Open tool

HTML to JSX Converter

Convert HTML to JSX — class to className, inline styles to objects, and self-closed tags.

Open tool

JSON to Go Struct

Generate Go structs with JSON tags from a sample JSON object.

Open tool

SVG to Data URI

Encode an SVG into a URL-encoded or base64 data URI for CSS or img src.

Open tool

JSON to PHP Array

Convert JSON into a ready-to-paste PHP array using modern short-array syntax.

Open tool

Seconds to Time Converter

Convert a number of seconds into HH:MM:SS and a human-readable duration.

Open tool

Centimeters to Inches

Convert centimeters to inches instantly, with a feet-and-inches breakdown and a quick reference table.

Open tool

Inches to Centimeters

Convert inches to centimeters instantly, with a quick reference table for common values.

Open tool

Kilograms to Pounds

Convert kilograms to pounds (lb) instantly, with a quick reference table for common weights.

Open tool

Pounds to Kilograms

Convert pounds (lb) to kilograms instantly, with a quick reference table for common weights.

Open tool

Binary to Octal Converter

Convert binary (base 2) numbers to octal (base 8).

Open tool

Hex to Octal Converter

Convert hexadecimal (base 16) numbers to octal (base 8).

Open tool

Octal to Hex Converter

Convert octal (base 8) numbers to hexadecimal (base 16).

Open tool

JSON to Rust Struct

Generate Rust structs with serde Serialize / Deserialize derives from a JSON sample.

Open tool

HTML to Markdown Converter

Convert HTML markup into clean, readable Markdown without a server.

Open tool

JPG to PNG Converter

Convert JPEG images to lossless PNG format instantly in your browser.

Open tool

PNG to JPG Converter

Convert PNG images to JPEG with a quality slider to control file size.

Open tool

Image to WebP Converter

Convert PNG, JPG, or GIF to modern WebP format with quality control — no upload.

Open tool

SVG to PNG Converter

Render an SVG file to a PNG raster image at any size — entirely in your browser.

Open tool

WebP to PNG Converter

Convert WebP images to lossless PNG format in your browser — no upload needed.

Open tool

JPG to WebP Converter

Convert JPEG photos to WebP format for smaller web-optimized images.

Open tool

PDF Merge

Combine multiple PDF files into one. Reorder files before merging — nothing is uploaded.

Open tool

PDF Split

Extract specific pages or page ranges from a PDF. Runs entirely in your browser.

Open tool

PDF Rotate

Rotate all or specific pages in a PDF by 90°, 180°, or 270°. Client-side — no upload.

Open tool

PDF Page Remover

Select and delete specific pages from a PDF — click to mark, then download the trimmed file.

Open tool

Images to PDF

Convert JPG, PNG, or WebP images into a PDF — choose page size, reorder images, download.

Open tool

SQL to JSON

Convert SQL INSERT statements to a JSON array — column names become object keys.

Open tool

Number Base Converter

Convert numbers between decimal, binary, hexadecimal, and octal. Shows grouped binary output.

Open tool

JSON to CSV Converter

Convert a JSON array of objects to CSV. Auto-detects columns, escapes fields per RFC 4180.

Open tool

YAML to TOML Converter

Convert YAML configuration files to TOML format. Handles nested objects, arrays, and scalars.

Open tool

Markdown to HTML

Convert Markdown to HTML with live preview. Uses the marked parser — same one used by GitHub.

Open tool

Feet to Meters Converter

Convert feet to meters instantly with a quick-reference table.

Open tool

Meters to Feet Converter

Convert meters to feet and inches with a reference table.

Open tool

Liters to Gallons Converter

Convert liters to US and imperial gallons with a table.

Open tool

Gallons to Liters Converter

Convert US or imperial gallons to liters with a table.

Open tool

Grams to Ounces Converter

Convert grams to ounces with a quick-reference table.

Open tool

XML to YAML Converter

Convert XML documents to clean, indented YAML output.

Open tool

TOML to JSON Converter

Parse TOML configuration files and convert them to JSON.

Open tool

Word to Number Converter

Convert written numbers like 'forty-two' to numerals.

Open tool

Energy Converter

Convert between joules, calories, kilowatt-hours, BTU, and more.

Open tool

Pressure Converter

Convert between pascal, bar, PSI, atm, torr, and mmHg.

Open tool

Volume Converter

Convert between milliliters, liters, cups, pints, quarts, gallons, and more.

Open tool

Angle Converter

Convert between degrees, radians, gradians, and turns.

Open tool

Power Converter

Convert between watts, kilowatts, horsepower, BTU/h, and more.

Open tool

Text to Hex Converter

Convert plain text to hexadecimal byte values.

Open tool

Hex to Text Converter

Convert hexadecimal byte values back to readable plain text.

Open tool

MM to Inches Converter

Convert millimeters to inches instantly with a reference table for common sizes.

Open tool

Inches to MM Converter

Convert inches to millimeters with fractional inch support and a reference table.

Open tool

mL to fl oz Converter

Convert milliliters to US fluid ounces with a quick-reference table for common volumes.

Open tool

fl oz to mL Converter

Convert US fluid ounces to milliliters with a quick-reference table for common measures.

Open tool

TOML to YAML Converter

Convert TOML configuration files to YAML format online — instant, no signup.

Open tool

Miles to Km Converter

Convert miles to kilometers instantly with a quick-reference table for common distances.

Open tool

Km to Miles Converter

Convert kilometers to miles instantly with a quick-reference table for common distances.

Open tool

Celsius to Fahrenheit Converter

Convert Celsius to Fahrenheit using F = (C × 9/5) + 32 with a quick-reference temperature table.

Open tool

Fahrenheit to Celsius Converter

Convert Fahrenheit to Celsius using C = (F − 32) × 5/9 with a quick-reference temperature table.

Open tool

Pixels to Inches Converter

Convert pixels to inches at any DPI/PPI. Select screen resolution and see exact physical size for design and print.

Open tool

MPG to L/100km Converter

Convert fuel economy from miles per gallon (US or UK) to litres per 100 kilometres and back. Includes a quick-reference comparison table.

Open tool

L/100km to MPG Converter

Convert fuel economy from litres per 100 kilometres to miles per gallon (US or UK). Includes a quick-reference comparison table.

Open tool

Bandwidth Converter

Convert between network speed units — bps, Kbps, Mbps, Gbps, Tbps — and toggle between bits and bytes. Includes common speed reference table.

Open tool

JSON to HTML Table

Convert a JSON array of objects into a formatted HTML table. Paste your JSON and get clean, copy-ready HTML with sortable headers and optional styling.

Open tool

IP to Decimal Converter

Convert an IPv4 address to its 32-bit decimal integer and back. See dotted-quad, decimal, hex, and binary side by side.

Open tool

Decimal to IP Converter

Convert a 32-bit decimal integer back to an IPv4 dotted-quad address. Also shows hex and binary representations instantly.

Open tool

Time to Seconds Converter

Convert HH:MM:SS time notation to total seconds, and seconds back to a human-readable duration. Handles hours, minutes, and seconds with instant results.

Open tool

YAML to XML Converter

Convert YAML documents to well-formed XML. Handles nested objects, arrays, and all scalar types with configurable root element name and indentation.

Open tool

HTML to HAML Converter

Convert HTML markup to HAML template syntax. Translates tags to HAML shorthand, handles attributes and classes, and removes verbose closing tags.

Open tool

HTML to Pug Converter

Convert HTML to Pug (formerly Jade) template syntax. Translates tags, attributes, classes, and IDs into Pug's clean indentation-based format.

Open tool

Hex to RGBA Converter

Convert hex color codes to rgba() with an adjustable alpha channel.

Open tool

Degrees to Radians Converter

Convert between degrees and radians with π notation support.

Open tool

Number to Excel Column Converter

Convert between Excel column numbers and letters (A=1, Z=26, AA=27).

Open tool

Affine Cipher

Encode and decode text using the Affine cipher — choose coprime a and b keys with live alphabet mapping.

Open tool

Rail Fence Cipher

Encode and decode text using the Rail Fence (zigzag) cipher — with visual rail diagram.

Open tool

Color Temperature Converter

Convert Kelvin color temperature (1000–12000 K) to RGB and hex — from warm candlelight to cool daylight.

Open tool

Properties to JSON Converter

Convert Java .properties files to JSON and back — handles comments, nested keys, and colon separators.

Open tool

HTML Table to JSON

Convert HTML table markup to JSON or CSV — auto-detects headers, coerces types, and previews data.

Open tool

JSON to TOML Converter

Convert JSON to TOML — nested objects become [tables], arrays of objects become [[arrays of tables]].

Open tool

CSV to YAML Converter

Convert a CSV file to YAML — each row becomes a YAML mapping object in a sequence.

Open tool

JSON to Dart Class

Generate a Dart class from JSON — with typed fields, fromJson factory, and toJson method.

Open tool

Two's Complement Converter

Convert decimal integers to two's complement binary and back — supports 8, 16, 32, and 64-bit widths.

Open tool

CSV to JSON

Convert CSV data to JSON array — auto-detect headers, handle quoted fields, and download the result.

Open tool

JSON to Python Dict

Convert JSON to a Python dictionary literal — maps JSON types to Python None, True/False, and native dict/list syntax.

Open tool

JSON to Kotlin Data Class

Generate a Kotlin data class from a JSON sample — typed properties, nullable inference, and nested class support.

Open tool

JSON to Swift Struct

Generate a Swift struct with Codable conformance from a JSON sample — typed properties and CodingKeys when needed.

Open tool

Properties to YAML

Convert Java .properties files to YAML — handles nested dot-notation keys, comments, and multiline values.

Open tool

SVG to JSX Converter

Convert raw SVG markup into a ready-to-paste React JSX/TSX component — camelCases attributes, fixes class/for, and self-closes tags.

Open tool

HEIC to JPG / PNG

Convert HEIC or HEIF photos to JPG or PNG — batch convert multiple iPhone files.

Open tool

AVIF to PNG / JPG

Convert AVIF images to PNG or JPG using native browser canvas decode — batch supported.

Open tool

PNG to ICO Converter

Create a multi-size .ico favicon from any PNG — 16, 32, 48, and 256 px frames.

Open tool

Image to Text (OCR)

Extract text from images and scanned documents with AI-powered OCR — runs entirely in your browser.

Open tool

XSLT Transformer

Apply an XSLT stylesheet to XML data using your browser's built-in XSLTProcessor — no server required.

Open tool

CSS to JS Object

Convert CSS properties to a JavaScript or React inline-style object with camelCase conversion and value quoting.

Open tool

CSV Transpose

Flip CSV rows and columns — transpose a table so rows become columns and columns become rows.

Open tool

IPv6 Converter

Expand, compress, and normalize IPv6 addresses. Converts between full, compressed, and mixed IPv4-mapped notation.

Open tool

Gray Code Converter

Convert between binary and Gray code (reflected binary code), and convert decimal to Gray code and back.

Open tool

Fixed Width to CSV

Convert fixed-width or columnar plain text to CSV. Specify column widths manually or let the tool auto-detect breaks.

Open tool

JS Object to JSON

Convert a JavaScript object literal to valid JSON. Handles unquoted keys, single quotes, trailing commas, and comments.

Open tool

Markdown to Slack

Convert Markdown formatting to Slack mrkdwn syntax. Bold, italic, strikethrough, links, code blocks, lists, and headings.

Open tool

JSON Flatten / Unflatten

Flatten nested JSON objects to dot-notation keys or unflatten them back to nested structure. Useful for config management and flat stores.

Open tool

HTML Table to Markdown

Convert HTML tables to Markdown pipe table format. Paste your HTML and get clean, GitHub-compatible Markdown instantly.

Open tool

Decimal to Fraction

Convert decimal numbers to fractions in lowest terms. Shows proper fraction, mixed number, and percentage.

Open tool

Fraction to Decimal

Convert fractions and mixed numbers to decimal. Accepts formats like 3/4, 1 3/4, and 22/7.

Open tool

HAML to HTML

Convert HAML templates to HTML in your browser. Supports %tag, .class, #id, attribute hashes, nesting, and doctypes.

Open tool

Pug to HTML

Convert Pug (formerly Jade) templates to HTML. Supports tags, .class, #id, attributes in parentheses, and text nodes.

Open tool

Time Format Converter

Convert between 12-hour (AM/PM) and 24-hour time formats. Batch convert multiple times at once — one per line.

Open tool

Markdown to Jira

Convert Markdown to Jira Wiki Markup. Handles headings, bold, italic, code blocks, links, tables, lists, and more.

Open tool

Markdown to Confluence

Convert Markdown to Confluence Wiki Markup. Supports headings, code blocks, tables, macros, and Confluence-specific formatting.

Open tool

PHP Serialize ↔ JSON

Convert PHP serialized strings to JSON and back. Handles strings, integers, floats, booleans, null, arrays, and objects.

Open tool

YAML to CSV

Convert YAML arrays of objects to CSV spreadsheet format with auto-detected column headers.

Open tool

BBCode to HTML

Convert BBCode forum markup to HTML. Supports bold, italic, links, images, quotes, and code blocks.

Open tool

HTML to BBCode

Convert HTML to BBCode forum markup. Transforms tags to their BBCode equivalents for forum posts.

Open tool

TOML to .env

Convert TOML configuration files to .env format. Nested tables become PREFIX_KEY=VALUE pairs.

Open tool

Markdown to reStructuredText

Convert Markdown to reStructuredText (RST) for Sphinx documentation and Python projects.

Open tool

CSV Row Filter

Filter CSV rows by column value conditions. Keep or remove rows matching your criteria.

Open tool

CSV Column Extractor

Select, reorder, and extract specific columns from CSV data files. Remove unwanted columns.

Open tool

.env to JSON

Convert .env files to JSON — parse KEY=VALUE pairs into a JSON object.

Open tool

JSON to .env

Convert JSON objects to .env file format — flatten keys to KEY=VALUE pairs.

Open tool

WebP to JPG

Convert WebP images to JPG format in your browser. Batch convert with quality control.

Open tool

IP to Binary Converter

Convert IPv4 addresses to binary and hex notation, and decode subnet masks.

Open tool

Markdown to MediaWiki

Convert Markdown syntax to MediaWiki markup for Wikipedia and wiki platforms.

Open tool

IEEE 754 Converter

Convert decimal numbers to IEEE 754 binary (32-bit float and 64-bit double) representation.

Open tool

TOML to INI Converter

Convert TOML configuration files to INI format. Handles sections, key-value pairs, and nested tables.

Open tool

INI to Properties Converter

Convert INI configuration files to Java .properties format with dot-notation key flattening.

Open tool

JSON to NDJSON Converter

Convert JSON arrays to NDJSON (Newline Delimited JSON) format and back. Each object becomes a single line for streaming and log processing.

Open tool

TOML to Properties Converter

Convert TOML configuration files to Java .properties format. Flattens nested sections with dot notation and handles strings, numbers, and booleans.

Open tool

YAML to .env Converter

Convert YAML configuration files to .env environment variable format. Flattens nested keys to UPPER_SNAKE_CASE and handles strings, numbers, booleans, and arrays.

Open tool

HTML to JSX Converter

Convert standard HTML to React JSX syntax. Transforms class to className, for to htmlFor, inline styles to objects, and fixes self-closing tags.

Open tool

Number to Words Converter

Convert numbers to English words. Supports integers and decimals up to quadrillions. Useful for writing checks, legal documents, and accessibility.

Open tool

Seconds to Time Converter

Convert seconds to hours, minutes, and seconds (HH:MM:SS). Also shows days. Works in both directions: HH:MM:SS back to total seconds.

Open tool

File Size Converter

Convert file sizes between bytes, KB, MB, GB, TB, and PB. Supports both decimal (SI) and binary (IEC) units: kilobytes vs kibibytes.

Open tool

HTML to Markdown Converter

Convert HTML to Markdown syntax. Transforms headings, bold, italic, links, images, lists, blockquotes, and code blocks to their Markdown equivalents.

Open tool

YAML to Properties Converter

Convert YAML to Java .properties format. Nested keys become dot-separated (parent.child=value). Handles arrays, strings, numbers, and booleans.

Open tool

Geohash Encoder / Decoder

Encode latitude/longitude coordinates to a Geohash string, or decode a Geohash back to coordinates. Choose precision 1–12 for different grid cell sizes.

Open tool

JSON to Kotlin Data Class

Convert a JSON object to Kotlin data class definitions. Generates idiomatic Kotlin with nullable types, nested classes, and proper naming conventions.

Open tool

Base64 to Decimal Converter

Decode a Base64 string into its raw bytes and view them as a space-, comma-, or newline-separated decimal array, entirely in your browser.

Open tool

Decimal to Base64 Converter

Encode a decimal byte array (0-255 per value) into a Base64 string, entirely in your browser.

Open tool

CMYK to HSB Converter

Convert CMYK print color values to HSB / HSV (hue, saturation, brightness) instantly in your browser.

Open tool

HSB to CMYK Converter

Convert HSB/HSV (hue, saturation, brightness) color values to CMYK print percentages, right in your browser.

Open tool

HSB to HSL Converter

Convert HSB/HSV colors (hue, saturation, brightness) to HSL values. Enter hue, saturation, and brightness — get instant HSL output.

Open tool

HSL to CMYK Converter

Convert HSL color values to CMYK print percentages instantly, with RGB shown as the intermediate step — all calculated locally in your browser.

Open tool

HSL to HSB Converter

Convert HSL (Hue, Saturation, Lightness) color values to HSB/HSV (Hue, Saturation, Brightness) instantly with live sliders and a color swatch.

Open tool

HEX to HWB Converter

Convert HEX color codes to the CSS HWB (Hue, Whiteness, Blackness) format instantly in your browser.

Open tool

HEX to LAB Converter

Convert a HEX color code to CIE LAB (L*a*b*) values using the D65 illuminant, with live preview and CSS lab() output.

Open tool

LAB to HEX Converter

Convert a CIE LAB color (D65 illuminant) to HEX and RGB instantly. Zero uploads, 100% private client-side processing.

Open tool

HEX to LCH Converter

Convert HEX colors to the perceptually uniform CIE LCH (and Lab) color space with instant CSS-ready lch()/lab() output.

Open tool

LCH to HEX Converter

Convert a CIE LCH color (Lightness, Chroma, Hue) to a HEX code instantly, with live RGB/hex preview and copyable CSS output.

Open tool

OKLCH to HEX Converter

Convert OKLCH colors to HEX codes instantly and free, right in your browser — no uploads, no server.

Open tool

OKLCH to HSL Converter

Convert OKLCH colors to HSL instantly in your browser, with live preview, HEX/RGB output, and shareable links.

Open tool

OKLCH to RGB Converter

Convert an OKLCH color to RGB, with live preview and copyable HEX/RGB/CSS output, entirely in your browser.

Open tool

RGB to OKLCH Converter

Convert an RGB color to the perceptually uniform OKLCH color space, with live preview and copyable CSS oklch() output.

Open tool

HSL to OKLCH Converter

Convert an HSL color to the perceptually uniform OKLCH color space, with live preview and copyable CSS oklch() output.

Open tool

HEX to RAL Converter

Find the nearest RAL Classic color to a HEX value using a bundled RAL palette table and Delta-E color distance.

Open tool

RAL to HEX Converter

Look up the HEX and RGB value of a RAL Classic color code from a bundled RAL palette table.

Open tool

INI to YAML Converter

Convert INI config files with sections and keys into structured YAML, entirely in your browser.

Open tool

YAML to INI Converter

Convert YAML configuration to INI format, turning nested mappings into dotted [section.subsection] blocks, entirely in your browser.

Open tool

JSON to Pydantic Converter

Convert a JSON sample into a Python Pydantic BaseModel class — infers types, nested models, lists, and Optional fields.

Open tool

SQL to CSV Converter

Convert SQL INSERT statements into clean CSV rows instantly in your browser — no server, no upload.

Open tool

HTML Table to CSV Converter

Convert an HTML table to CSV instantly in your browser — handles th/td headers, quoted values with commas, and multiple delimiters.

Open tool

Hex to IP Converter

Convert an 8-digit hex string to a dotted-decimal IPv4 address, with instant decimal (uint32) and binary octet views.

Open tool

IP to Hex Converter

Convert a dotted-decimal IPv4 address to an 8-digit hex string, or decode hex back to an IP, entirely in your browser.

Open tool

CSV to Image Converter

Convert CSV data into a styled, shareable PNG table image entirely in your browser — no upload required.

Open tool

ICO to JPG Converter

Extract the largest frame from a Windows .ico icon file and convert it to a JPG, entirely in your browser.

Open tool

ICO to PNG Converter

Extract the largest embedded frame from a Windows .ico file and export it as a PNG, entirely in your browser.

Open tool

ICO to WEBP Converter

Extract the largest frame from a Windows .ico icon file and convert it to a WEBP image, entirely in your browser.

Open tool

SVG to JPG Converter

Convert an SVG file to a JPG image with a white background, at any scale — fast, free, and entirely in your browser.

Open tool

SVG to WEBP Converter

Convert SVG files to WEBP images in your browser—adjust scale and quality, no upload required.

Open tool

Encoders & Decoders

Safely encode, decode, and convert data formats without leakage.

Base64 Encoder

Encode or decode Base64 strings.

Open tool

URL Encoder

Safely encode or decode URL parameters.

Open tool

Base Converter

Convert numbers between binary, octal, decimal, hex, and base 2-36.

Open tool

ROT13 Encoder / Decoder

Apply the reversible ROT13 letter-substitution cipher.

Open tool

HTML Entity Encoder / Decoder

Escape or unescape HTML entities like &amp; and &lt;.

Open tool

Punycode Converter

Convert internationalized domains to and from Punycode.

Open tool

Text to Morse Code

Translate text into Morse code dots and dashes.

Open tool

Morse Code to Text

Decode Morse code dots and dashes back into text.

Open tool

UTF-8 Encoder

Encode text into UTF-8 byte values (hex).

Open tool

UTF-8 Decoder

Decode UTF-8 byte values (hex) back into text.

Open tool

Text to ASCII

Convert text into ASCII / Unicode code points.

Open tool

ASCII to Text

Convert ASCII / Unicode code points back into text.

Open tool

Base32 Encoder / Decoder

Encode or decode RFC 4648 Base32 strings.

Open tool

Base58 Encoder / Decoder

Encode or decode Base58 (Bitcoin alphabet) strings.

Open tool

Roman Numeral Converter

Convert numbers to Roman numerals and back.

Open tool

Unicode Escape Converter

Escape text to \uXXXX sequences and unescape them back.

Open tool

Base64URL Encoder / Decoder

Encode or decode URL-safe Base64 (Base64URL).

Open tool

Backslash Escape Converter

Escape and unescape backslash sequences in strings.

Open tool

JSON Escape / Unescape

Escape text into a JSON string literal or unescape \n, \t and \uXXXX back to readable text.

Open tool

Caesar Cipher Encoder / Decoder

Shift letters by any amount to encode or decode a Caesar cipher.

Open tool

Vigenère Cipher Encoder / Decoder

Encrypt or decrypt text with a keyword using the Vigenère cipher.

Open tool

Base64 Image Encoder

Convert any image to a Base64 data URI — for CSS backgrounds, HTML src, and email embeds.

Open tool

Base64 to Image

Paste a Base64 string or data URI to preview and download the decoded image.

Open tool

Morse Code Converter

Encode text to Morse code and decode Morse code back to text. Includes a quick reference chart.

Open tool

Binary Text Converter

Convert text to 8-bit binary and decode binary back to readable text. Instant, browser-side.

Open tool

ROT47 Cipher

Encode or decode text using the ROT47 cipher (printable ASCII rotation).

Open tool

Atbash Cipher

Encode and decode text with the Atbash cipher — a simple substitution cipher that maps A↔Z, B↔Y, and so on. Works for both encryption and decryption.

Open tool

Polybius Square Cipher

Encode and decode text using the classic Polybius square — a 5×5 grid cipher that converts each letter to a pair of coordinates.

Open tool

Base85 / ASCII85 Encoder

Encode and decode text using Base85 (ASCII85) — used in PDF and PostScript.

Open tool

UUEncoder / UUDecoder

Encode and decode text using UUencoding — the classic Unix-to-Unix file format.

Open tool

Wingdings Translator

Translate text to and from Wingdings font symbols. Supports Wingdings 1, 2, and 3 character sets.

Open tool

Gzip Compress / Decompress

Compress text with Gzip in your browser and decompress Gzip data back to text — 100% client-side using native APIs.

Open tool

Quoted-Printable Encoder

Encode and decode Quoted-Printable (QP) text as defined in RFC 2045. Used in email headers and MIME body encoding.

Open tool

XOR Cipher

Encrypt and decrypt text using XOR with a key string. Includes single-byte brute-force mode for cracking simple XOR ciphers.

Open tool

Bacon's Cipher

Encode and decode text using Bacon's bilateral cipher — each letter maps to a 5-character sequence of A and B (or 0 and 1).

Open tool

A1Z26 Cipher

Encode text to numbers (A=1, B=2, ..., Z=26) and decode numbers back to letters. Choose your separator character.

Open tool

Playfair Cipher

Encrypt and decrypt text with the Playfair cipher — a 5×5 key square digraph substitution.

Open tool

Base91 Encoder / Decoder

Encode and decode data using Base91 — a compact binary-to-text encoding more space-efficient than Base64 for arbitrary binary data.

Open tool

Text to Octal

Convert text to octal (base-8) codes. Each character's Unicode code point is encoded in base 8, space-separated.

Open tool

Octal to Text

Decode octal (base-8) codes back to text. Accepts space, comma, or newline-separated octal values.

Open tool

ROT13 Cipher

Encode or decode text with ROT13. Each letter shifts 13 places; applying it twice restores the original.

Open tool

Morse Code Translator

Translate text to Morse code and Morse code back to text. Supports letters, digits, and punctuation with audio playback indicators.

Open tool

Base 36 Converter

Convert numbers between decimal and base 36 (0-9, a-z). Base 36 produces compact alphanumeric representations used in URL shorteners, IDs, and checksums.

Open tool

Punycode Encoder / Decoder

Encode internationalized domain names (IDNs) to ASCII-compatible Punycode (xn--...) or decode Punycode back to Unicode. Handles full domains and individual labels.

Open tool

Cryptography & Security

Client-side hashing, token decoding, and secure generation.

Password Generator

Generate strong, random passwords locally.

Open tool

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes locally.

Open tool

JWT Decoder

Decode JSON Web Tokens instantly and offline.

Open tool

Bcrypt Generator

Generate and verify Bcrypt hashes with custom salt rounds.

Open tool

MD5 Hash Generator

Generate an MD5 hash from any text.

Open tool

SHA-1 Hash Generator

Generate a SHA-1 hash from any text.

Open tool

SHA-256 Hash Generator

Generate a SHA-256 hash from any text.

Open tool

SHA-512 Hash Generator

Generate a SHA-512 hash from any text.

Open tool

HMAC Generator

Generate an HMAC signature with a secret key.

Open tool

CRC32 Checksum Generator

Compute the CRC32 checksum of text.

Open tool

SHA-384 Hash Generator

Generate a SHA-384 hash from any text.

Open tool

JWT Encoder

Build and sign HS256 JSON Web Tokens with a secret.

Open tool

Basic Auth Header Generator

Build an HTTP Basic Authorization header from credentials.

Open tool

AES Encryption Tool

Encrypt and decrypt text with AES-GCM and a password.

Open tool

Password Strength Checker

Estimate password strength, entropy, and crack time locally.

Open tool

PBKDF2 Hash Generator

Derive a PBKDF2 key from a password and salt with SHA-256/384/512 — using the Web Crypto API.

Open tool

htpasswd Generator

Generate an Apache/nginx .htpasswd line with a bcrypt-hashed password — entirely in your browser.

Open tool

TOTP Generator

Generate time-based one-time passwords (TOTP / authenticator codes) from a Base32 secret — entirely in your browser.

Open tool

File Hash Generator

Generate SHA-1, SHA-256, and SHA-512 hashes for any file. All processing runs in your browser.

Open tool

Hash Identifier

Identify hash types by length and character set — detects MD5, SHA-1, SHA-256, bcrypt, RIPEMD, and 20+ more.

Open tool

RSA Key Pair Generator

Generate RSA public and private key pairs in PEM format using your browser's Web Crypto API — keys never leave your device.

Open tool

PEM to JWK Converter

Convert RSA PEM keys to JSON Web Key (JWK) format and back. Uses the Web Crypto API — no data sent to any server.

Open tool

NTLM Hash Generator

Generate NTLM (NT LAN Manager) password hashes using MD4 with UTF-16LE encoding.

Open tool

X.509 Certificate Decoder

Decode PEM certificates to inspect subject, issuer, SANs, validity dates, and key details.

Open tool

JWT Secret Generator

Generate a cryptographically secure random secret for signing JSON Web Tokens via HMAC-SHA256, SHA-384, or SHA-512.

Open tool

ECDSA Key Generator

Generate ECDSA key pairs (P-256, P-384, P-521) in PEM format using Web Crypto. Keys never leave your browser.

Open tool

Ed25519 Key Generator

Generate Ed25519 signing key pairs in your browser using Web Crypto. Modern, fast, and secure for SSH and digital signatures.

Open tool

AES Key Generator

Generate random AES encryption keys (128, 192, or 256-bit) in your browser. Output as hex, base64, or base64url.

Open tool

Password Policy Tester

Test a password against a configurable policy. Set rules for length, uppercase, lowercase, digits, special characters, and more.

Open tool

Bitcoin Address Validator

Validate Bitcoin addresses: P2PKH (1…), P2SH (3…), Bech32 native SegWit (bc1q…), and Bech32m Taproot (bc1p…). Checks format and checksum.

Open tool

Ethereum Address Validator

Validate Ethereum addresses and check EIP-55 mixed-case checksum encoding. Shows the correct checksummed form for any valid address.

Open tool

Password Entropy Calculator

Calculate the entropy and crack time of a password based on its character set and length. Visualize how character set diversity and length affect security.

Open tool

SHA-224 Hash Generator

Generate SHA-224 hashes from any text using crypto-js — live as you type, entirely client-side.

Open tool

SHA-3 Hash Generator

Generate SHA3-224, SHA3-256, SHA3-384, and SHA3-512 hashes from text instantly in your browser — real NIST FIPS 202 SHA-3, no upload.

Open tool

RIPEMD-160 Hash Generator

Generate a RIPEMD-160 hash from any text or file, computed instantly and privately in your browser.

Open tool

PHP Password Verifier

Verify a plaintext password against a PHP password_hash() bcrypt digest locally in your browser — no server, no data leaves your device.

Open tool

Generators

Generate identifiers, placeholder data, and assets on demand.

UUID Generator

Generate secure v4 UUIDs.

Open tool

QR Code Generator

Create customizable QR codes and export as SVG or PNG.

Open tool

Lorem Ipsum

Generate placeholder paragraphs, sentences, or word lists.

Open tool

Random Hex Generator

Generate cryptographically random hexadecimal strings.

Open tool

Random Number String

Generate a random string of digits of any length.

Open tool

Random String Generator

Generate random strings from a custom character set.

Open tool

Random Color Generator

Generate random colors as HEX, RGB, and HSL.

Open tool

MAC Address Generator

Generate random MAC addresses in several formats.

Open tool

Nano ID Generator

Generate compact, URL-safe Nano IDs.

Open tool

Credit Card Number Generator

Generate valid test credit card numbers by brand.

Open tool

ULID Generator

Generate sortable, time-based ULIDs.

Open tool

Random IP Generator

Generate random IPv4 and IPv6 addresses.

Open tool

SVG Placeholder Generator

Generate a lightweight SVG placeholder image (any size, colors, and label) as markup or a data URI.

Open tool

Random Quote Generator

Get a random quote from programming, design, motivation, or philosophy. Click for a new one.

Open tool

Fake Data Generator

Generate realistic test data — names, emails, addresses, jobs — in JSON or CSV format.

Open tool

Lorem Ipsum Generator

Generate placeholder text — words, sentences, or paragraphs. Starts with the classic Lorem Ipsum.

Open tool

HTML Boilerplate Generator

Generate a full HTML5 boilerplate with customizable options.

Open tool

Random Number Generator

Generate random integers in any range — bulk generation with optional sort and unique mode.

Open tool

Random Name Generator

Generate realistic random first and last names for testing, mockups, and prototypes.

Open tool

Passphrase Generator

Generate strong, memorable passphrases from a built-in wordlist. Choose word count, separator, capitalisation, and append a number for extra entropy.

Open tool

API Key Generator

Generate random API keys in multiple formats — hex, Base64, alphanumeric, UUID-style. Choose length and quantity. All generated locally in your browser.

Open tool

Random Date Generator

Generate random dates between two dates in multiple formats for testing.

Open tool

Random Email Generator

Generate random fake email addresses for testing and development.

Open tool

CUID Generator

Generate collision-resistant unique IDs (CUID) — sortable, URL-safe alphanumeric strings.

Open tool

Initials Avatar Generator

Generate an SVG avatar from name initials — choose shape, size, and color scheme.

Open tool

README Badge Generator

Generate shields.io-compatible badges for GitHub READMEs — pick style, label, message, color, and copy Markdown or HTML.

Open tool

Data Visualization Generator

Turn CSV or JSON into a bar, line, or pie chart in your browser and download it as SVG — no upload, no sign-up.

Open tool

Fake Tweet Generator

Create a realistic-looking Twitter/X post mockup — set username, handle, tweet text, likes, retweets, and download as PNG.

Open tool

Chat Mockup Generator

Design iMessage-style chat bubble conversations and export as PNG — add sent and received messages, timestamps, and contact names.

Open tool

Resume Builder

Build and download a professional PDF resume in your browser — ATS-safe, no upload, no account.

Open tool

WiFi QR Code Generator

Generate a QR code for your WiFi network. Scan to connect instantly — supports WPA2, WPA3, WEP, and open networks.

Open tool

Random Port Generator

Generate random network port numbers in any range: all ports, registered (1024–49151), or dynamic/private (49152–65535).

Open tool

WordPress Salts Generator

Generate fresh WordPress authentication keys and salts as PHP constants. Uses the Web Crypto API for cryptographically secure random output.

Open tool

Barcode Generator

Generate EAN-13, EAN-8, and UPC-A barcodes as SVG. Check digit auto-calculated.

Open tool

BIP39 Mnemonic Generator

Generate BIP39 mnemonic seed phrases (12 or 24 words) for cryptocurrency wallets.

Open tool

PIN Generator

Generate cryptographically secure random PIN codes for ATMs, locks, and app authentication. Choose 4, 6, 8, or 10 digits.

Open tool

WiFi Password Generator

Generate strong random WiFi passwords compatible with WPA2/WPA3. Customize length and character sets.

Open tool

Django Secret Key Generator

Generate a Django SECRET_KEY using the same character set as Django's startproject command — 50 cryptographically random characters.

Open tool

Laravel App Key Generator

Generate a secure Laravel APP_KEY (base64: + 32 random bytes) ready to paste into your .env file.

Open tool

Email Signature Generator

Build a professional HTML email signature with name, title, company, contact details, and social links — with live preview.

Open tool

Fake Credit Card Generator

Generate Luhn-valid fake credit card numbers for testing. Visa, Mastercard, Amex, and Discover. Never valid for real payments.

Open tool

SSH Config Generator

Generate ~/.ssh/config entries from a form. Configure Host alias, HostName, User, Port, IdentityFile, and more.

Open tool

Dockerfile Generator

Build a Dockerfile from a form. Choose base image, working directory, ports, commands, and environment variables.

Open tool

GitHub Actions Generator

Generate GitHub Actions workflow YAML from a form. Configure triggers, runner OS, Node/Python version, and build steps.

Open tool

Lorem HTML Generator

Generate lorem ipsum HTML with headings, paragraphs, lists, and code blocks. Paste directly into designs or templates.

Open tool

RSS Feed Generator

Generate valid RSS 2.0 XML feeds from your channel info and items. Download or copy the XML.

Open tool

GitHub Profile README Generator

Generate a GitHub profile README.md with bio, skills, social links, and GitHub stats badges.

Open tool

vCard Generator

Generate vCard (.vcf) contact files. Fill in contact details and download a shareable .vcf file.

Open tool

.htpasswd Generator

Generate .htpasswd entries for Apache basic auth using SHA-1 or bcrypt.

Open tool

Cookie Consent Banner Generator

Generate GDPR-compliant cookie consent banner HTML, CSS, and JavaScript for your website.

Open tool

Social Share Buttons Generator

Generate HTML social sharing buttons for Twitter/X, Facebook, LinkedIn, Reddit, and more.

Open tool

HTML Email Template Generator

Generate responsive HTML email templates with inline CSS. Choose from Newsletter, Transactional, Promotional, or Welcome email layouts.

Open tool

Word Search Generator

Create printable word search puzzles. Enter up to 15 words, choose grid size and directions, and generate a puzzle with a hidden word answer key.

Open tool

Privacy Policy Generator

Generate a simple privacy policy template for your website or app. Customize company name, website URL, email, data types collected, and services used.

Open tool

Terms of Service Generator

Generate a terms of service / terms and conditions template for your website or app. Customize company name, jurisdiction, services, and key policies.

Open tool

Business Name Generator

Generate creative business name ideas based on keywords and industry. Combine prefixes, suffixes, and compound words to find the perfect brand name.

Open tool

Short UUID Generator

Generate short, URL-safe unique identifiers using base62 encoding of UUID v4. Produces compact 22-character IDs that are collision-resistant and safe to use in URLs.

Open tool

Apache .htaccess Generator

Generate common Apache .htaccess rules: HTTPS redirect, www/non-www canonicalization, custom 404 pages, gzip compression, browser cache headers, and directory listing.

Open tool

Random Day Generator

Generate a random day of the week or a random day-of-month number (1-31) using cryptographically secure randomness.

Open tool

Random Emoji Generator

Generate random emoji from a bundled 188-emoji set, filterable by category, with adjustable quantity and duplicate control.

Open tool

Random Height Generator

Generate a random human height in cm and ft/in from a realistic bell-curve distribution, entirely client-side.

Open tool

Random Month Generator

Instantly generate one or more random months of the year, with month inclusion filters and a no-repeats mode.

Open tool

Random Phone Number Generator

Generate fake phone numbers in US, UK, Canada, Australia, Germany, France, India, or Japan format for testing and mock data, entirely in your browser.

Open tool

Random Weight Generator

Generate a random human weight within a realistic range, shown instantly in both kilograms and pounds.

Open tool

Random Year Generator

Generate random years within a custom range, with optional no-repeat and sort-ascending modes and automatic leap year detection.

Open tool

Random Zip Code Generator

Generate fake zip/postal codes in a chosen country format (US, UK, Canada, and more) for testing and mock data, 100% client-side.

Open tool

Yes or No Wheel

Spin an animated Yes or No wheel for a random, unbiased decision — ask a question and get an instant answer.

Open tool

Testimonial Generator

Create a styled customer testimonial card with avatar, name, star rating, and quote — download as PNG.

Open tool

Text Tools

Manipulate, clean, count, and reshape text instantly.

Case Converter

Convert between Sentence, Title, camelCase, snake_case, and more.

Open tool

Word Counter

Count words, characters, and analyze keyword density.

Open tool

Text to Binary

Convert text into its 8-bit binary representation.

Open tool

Binary to Text

Decode 8-bit binary back into readable text.

Open tool

Text Reverser

Reverse text by characters, words, or lines.

Open tool

Remove Duplicate Lines

Delete repeated lines and keep your list unique.

Open tool

Remove Empty Lines

Strip blank and whitespace-only lines from text.

Open tool

Sort Lines Alphabetically

Sort lines A–Z or Z–A, case-sensitive or not.

Open tool

Slugify URL Generator

Turn any title into a clean, URL-safe slug.

Open tool

Find and Replace Text

Find and replace text, with optional regex and flags.

Open tool

Remove Extra Spaces

Collapse repeated spaces and trim each line.

Open tool

Remove Accents

Strip diacritics so é becomes e and ü becomes u.

Open tool

Remove Punctuation

Delete punctuation marks and symbols from text.

Open tool

Text Repeater

Repeat any text a chosen number of times.

Open tool

Word Frequency Counter

Count how often each word appears, ranked.

Open tool

Zalgo Text Generator

Add creepy combining marks to make glitchy Zalgo text.

Open tool

Upside Down Text Generator

Flip text upside down with mirrored Unicode characters.

Open tool

Small Text Generator

Make tiny superscript, subscript, and small-caps text.

Open tool

Strikethrough Text Generator

Cross out text with strikethrough, slash, or underline marks.

Open tool

Bold Text Generator

Generate Unicode bold and italic text for anywhere.

Open tool

Wide Text Generator

Create full-width vaporwave aesthetic spaced-out text.

Open tool

NATO Phonetic Alphabet

Spell text using the NATO phonetic alphabet.

Open tool

Leetspeak Converter

Translate text into 1337 (leetspeak) and back.

Open tool

Pig Latin Translator

Translate English text into Pig Latin.

Open tool

Cursive Text Generator

Create fancy Unicode cursive (script) text.

Open tool

Bubble Text Generator

Turn text into circled bubble letters.

Open tool

Add Line Numbers

Prefix every line with a sequential line number.

Open tool

Remove Line Breaks

Strip line breaks to join text into one block.

Open tool

Remove HTML Tags

Strip HTML tags to extract plain text.

Open tool

Extract Email Addresses

Pull every email address out of a block of text.

Open tool

Extract URLs

Pull every URL or link out of a block of text.

Open tool

Reverse Word Order

Reverse the order of words in each line of text.

Open tool

Extract Numbers

Pull every number out of a block of text.

Open tool

Remove Duplicate Words

Strip repeated words from text, keeping the first of each.

Open tool

Word Wrap / Text Wrapper

Hard-wrap text to a fixed line width without breaking words.

Open tool

Shuffle Lines

Randomly reorder the lines of your text.

Open tool

Reverse List / Line Order

Flip the order of lines so the last becomes the first.

Open tool

Lines to Comma-Separated List

Join lines into a single comma-separated list.

Open tool

Comma-Separated to Lines

Split a comma-separated list into one item per line.

Open tool

Remove Numbers

Strip every digit out of your text.

Open tool

Text Truncator

Trim text to a set number of characters or words with an ellipsis.

Open tool

Random Line Picker

Pick one or more random lines from your list.

Open tool

Markdown to Plain Text

Strip Markdown formatting to get clean, readable plain text.

Open tool

Tabs to Spaces Converter

Convert tabs to spaces or spaces to tabs with a custom tab width.

Open tool

Palindrome Checker

Check whether a word, phrase, or sentence reads the same forwards and backwards.

Open tool

Title Case Converter

Convert text to Title Case, capitalizing each major word while leaving small words like 'a', 'of', and 'the' lowercase.

Open tool

Remove Line Numbers

Strip leading line numbers from pasted code or text — handles '1.', '1)', '1:' and bare-number styles.

Open tool

Sponge Case Generator

Convert text to AlTeRnAtInG mOcKiNg CaSe — the classic SpongeBob meme format.

Open tool

Letter Counter

Count the frequency of each letter in your text.

Open tool

Anagram Checker

Check whether two words or phrases are anagrams of each other.

Open tool

Prefix / Suffix Adder

Add a custom prefix and/or suffix to every line of text.

Open tool

Duplicate Line Counter

Count how many times each line appears — sorted by frequency.

Open tool

Image to ASCII Art

Convert any image to ASCII art — choose width and character density.

Open tool

Text to Speech

Have your browser read text aloud using the Web Speech API — adjustable voice, speed, and pitch.

Open tool

Word Scrambler

Scramble the middle letters of each word while keeping first and last letters intact.

Open tool

Text Sorter

Sort lines alphabetically, by length, or reverse. Remove duplicates and empty lines in one click.

Open tool

Text Replacer

Find and replace text with plain or regex patterns. Supports case-insensitive and replace-all modes.

Open tool

Markdown TOC Generator

Generate a GitHub-style table of contents from Markdown headings. Anchors auto-derived from heading text.

Open tool

HTML to Plain Text Converter

Convert HTML markup to clean, readable plain text.

Open tool

ASCII Art Text Generator

Turn any text into ASCII art block letters and banners.

Open tool

Number to Ordinal Converter

Convert numbers to ordinal form: 1st, 2nd, 3rd, and more.

Open tool

Duplicate Line Remover

Remove duplicate lines from text, keeping only unique entries.

Open tool

Character Frequency Analyzer

Count the frequency of each character or word in your text.

Open tool

Superscript Text Generator

Convert text to Unicode superscript characters for use anywhere — no HTML needed.

Open tool

Subscript Text Generator

Convert text to Unicode subscript characters for chemical formulas and math notation.

Open tool

Braille Text Converter

Convert English text to Grade 1 Braille Unicode and back — bidirectional translation.

Open tool

Slug Generator

Convert text to URL-friendly slugs — lowercase, hyphens, no special characters. Perfect for blog posts and URLs.

Open tool

Whitespace Remover

Remove or normalize whitespace from text — trim edges, collapse multiple spaces, strip blank lines, or remove all whitespace.

Open tool

Unicode Character Info

Look up any Unicode character or code point — name, block, category, HTML entity, CSS escape, UTF-8/16 bytes, and keyboard shortcut.

Open tool

Sentence Case Converter

Convert text to sentence case — first letter of each sentence capitalised, rest in lowercase. Handles multiple paragraphs and preserves proper nouns option.

Open tool

String Splitter

Split any string by a delimiter — comma, space, newline, or any custom separator. Optionally trim whitespace and filter empty parts. Export as lines or JSON array.

Open tool

Text Padding Tool

Pad every line of text to a fixed width with any fill character. Left, right, and center alignment — useful for ASCII art, fixed-width output, and aligned code.

Open tool

Remove Special Characters

Strip special characters, symbols, and punctuation from text with custom options.

Open tool

Emoji Picker

Browse, search, and copy emoji by category. Click any emoji to copy it instantly.

Open tool

Text Statistics

Detailed text analysis: words, sentences, paragraphs, avg lengths, syllables, Flesch score.

Open tool

Character Map Explorer

Browse Unicode character blocks — code points, HTML entities, UTF-8 bytes, CSS escapes, and JS escapes.

Open tool

Text to Emoji

Replace words in your text with relevant emojis — fun emoji substitution with 150+ word mappings.

Open tool

Random Word Generator

Generate random English words by category — nouns, verbs, adjectives, or all mixed.

Open tool

Phone Number Formatter

Format phone numbers to E.164, national, or international format — auto-detects country code.

Open tool

Word Sorter

Sort words alphabetically, by length, or by frequency — ascending or descending, with optional duplicate removal.

Open tool

Text to Unicode Codepoints

Convert text to Unicode code points (U+XXXX) and back — supports hex, decimal, and escape formats.

Open tool

Plagiarism Checker

Check text originality by generating exact-match Google searches per sentence — no database, fully private.

Open tool

Sentiment Analyzer

Detect positive, negative, or neutral sentiment in any text using in-browser AI — fully private.

Open tool

Invisible Text Generator

Generate invisible zero-width characters (Hangul Filler, Zero-Width Space, ZWNJ, ZWJ) for usernames or messages.

Open tool

Em Dash Remover

Replace em dashes, en dashes, smart quotes, curly apostrophes, and ellipsis with plain ASCII equivalents.

Open tool

Fancy Text Generator

Transform your text into bold, italic, cursive, bubble, upside-down, small caps, and 10+ more Unicode font styles instantly.

Open tool

Word Cloud Generator

Generate a word cloud from any text, words sized by frequency. Download as SVG.

Open tool

Word to Clean HTML

Strip Microsoft Word and Google Docs formatting bloat from pasted HTML.

Open tool

Zero-Width Character Detector

Detect and remove invisible zero-width Unicode characters from text — ZWSP, ZWNJ, ZWJ, BOM, soft hyphen, and more.

Open tool

Line Ending Converter

Detect and convert line endings between CRLF (Windows), LF (Unix/Mac), and CR (old Mac). Paste text and choose your target format.

Open tool

Unicode Normalizer

Normalize Unicode text to NFC, NFD, NFKC, or NFKD form. Fixes encoding inconsistencies and ensures consistent string comparison.

Open tool

Text Similarity Checker

Compare two texts and measure similarity using Levenshtein distance, Jaccard coefficient, and longest-common-subsequence. Useful for plagiarism detection and diff analysis.

Open tool

String Obfuscator

Obfuscate text by replacing Latin characters with visually identical Unicode lookalikes (homoglyphs). Defeats simple copy-paste and text search.

Open tool

Duration Formatter

Convert seconds (or days/hours/minutes/seconds) into human-readable duration formats: verbose, compact, colon notation, and ISO 8601.

Open tool

ASCII Diagram Generator

Wrap text in styled ASCII boxes. Choose from simple, double-line, or rounded border styles.

Open tool

Text Cleaner

Normalize whitespace, strip HTML tags, fix quotes, and remove junk characters.

Open tool

Text Summarizer

Extractive TF-based text summarizer — pick the most important sentences.

Open tool

Text Censor Tool

Redact or censor sensitive words and phrases from text with custom replacement patterns.

Open tool

Syllable Counter

Count syllables in English text. Shows total syllables, per-word breakdown, and average syllables per word.

Open tool

Acronym Generator

Generate acronyms from phrases. Supports first-letter mode, skip-small-words mode, and acronym expansion.

Open tool

Vowel & Consonant Counter

Count vowels, consonants, letters, numbers, and special characters in text with percentage breakdown.

Open tool

Anagram Generator

Generate all unique anagrams of a word or short phrase. Rearranges letters to find every possible letter combination for words up to 8 characters.

Open tool

Pangram Checker

Check if text is a pangram — contains all 26 letters of the English alphabet. See missing letters and famous pangram examples.

Open tool

Markdown Table Formatter

Format and align messy Markdown tables. Automatically pads columns to equal widths and preserves left, right, and center alignment.

Open tool

Unicode Character Search

Search Unicode characters by name, category, or code point. Browse emojis, symbols, arrows, math operators, and special characters. Click to copy.

Open tool

Text to NATO Alphabet

Convert text to the NATO phonetic alphabet (Alpha, Bravo, Charlie...). Useful for spelling out words clearly over phone or radio communications.

Open tool

Multi-Line to Single Line

Join multiple lines of text into a single line. Choose your separator: space, comma, pipe, semicolon, or custom. Optionally trim whitespace and skip blank lines.

Open tool

Hashtag Extractor

Extract every #hashtag from pasted text, deduplicated and counted, with CSV export and copy support.

Open tool

Old English Text Generator

Convert text to Old English / Blackletter style using real Unicode Fraktur characters — copy and paste anywhere.

Open tool

Remove Lines Containing Text

Delete every line containing a substring or matching a regex, with case-insensitive and invert-match options.

Open tool

Words per Page Calculator

Estimate how many pages your word count fills (or how many words per page) using font size, spacing, and font family presets. 100% private, client-side.

Open tool

Wrap Each Line in Quotes

Wrap every line of pasted text in double quotes, single quotes, backticks, or a custom character, with an optional trailing comma.

Open tool

Text Anonymizer & PII Scrubber

Redact emails, phone numbers, credit card numbers, and IP/MAC addresses from pasted text with configurable placeholder masks, entirely in your browser.

Open tool

Text Chunker for RAG

Split long text into overlapping chunks by character count, word count, or sentence boundary, and export as a JSON array for RAG and embedding pipelines.

Open tool

Text Obfuscator (Anti-Scraper)

Encode text or an email into reversible HTML entity codes, JS Unicode escapes, or ROT13 to hide it from scrapers while browsers and humans can still decode it.

Open tool

Developer Utilities

Network math, syntax parsers, and everyday developer helpers.

RegExp Tester

Test regular expressions and inspect matches locally.

Open tool

Regex Visualizer

Visual regex pattern diagram with live match highlighting and capture group annotations.

Open tool

Subnet Calculator

Compute CIDR subnets, usable hosts, and network ranges.

Open tool

Cron Parser

Translate cron syntax into plain English.

Open tool

URL Parser

Break a URL into protocol, host, path, and query parts.

Open tool

HTML Previewer

Paste HTML and see it rendered live in a safe, sandboxed preview.

Open tool

HTTP Status Code Reference

Search and look up every HTTP status code and its meaning.

Open tool

MIME Type Lookup

Find the MIME type for a file extension, or the extensions for a MIME type.

Open tool

ASCII Table

Full ASCII table with decimal, hex, octal, and binary values for every character.

Open tool

Chmod Calculator

Build Unix file permissions with checkboxes and read them as octal (755) and symbolic (rwxr-xr-x) notation.

Open tool

Crontab Generator

Build a cron expression from fields and read it back in plain English.

Open tool

User Agent Parser

Parse a User-Agent string into browser, operating system, and device — in your browser.

Open tool

Case Style Converter

Convert identifiers between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, and dot.case.

Open tool

JSON Diff Checker

Compare two JSON objects and see exactly what was added, removed, or changed — a structural diff, not a text diff.

Open tool

Common Ports Lookup

Search a reference of common TCP/UDP port numbers and the services that use them — HTTP, SSH, DNS, and more.

Open tool

Markdown Table Generator

Build a Markdown table in an editable grid — add rows and columns, set column alignment — and copy the Markdown.

Open tool

.gitignore Generator

Generate a .gitignore file by selecting your tech stack.

Open tool

EXIF Viewer

View EXIF metadata (camera model, GPS, date, settings) embedded in JPEG photos.

Open tool

EXIF Remover

Strip all EXIF metadata from JPEG images to protect your privacy — processed locally.

Open tool

JSON Tree Viewer

Visualize JSON as a collapsible, expandable tree. Color-coded types, click to expand.

Open tool

JSON Schema Generator

Generate a JSON Schema (Draft 2020-12) from an example JSON object automatically.

Open tool

cURL to Fetch

Convert cURL commands to JavaScript fetch() or axios calls — headers, body, and method.

Open tool

IP Subnet Calculator

Calculate network address, broadcast, host range, and subnet mask for any IPv4 CIDR range.

Open tool

JSONPath Tester

Test JSONPath expressions against JSON data. Supports dot notation, wildcards, slices, and recursive descent.

Open tool

HTML Entities Reference

Searchable reference for 65+ HTML character entities. Copy named, numeric, or raw character formats.

Open tool

UUID Validator

Validate a UUID, detect its version and variant, and decode v1 timestamps. Instant, private.

Open tool

Byte Converter

Convert between bytes, KB, MB, GB, TB, KiB, MiB, and GiB.

Open tool

HTTP Headers Lookup

Look up common HTTP headers: definitions, examples, and types.

Open tool

.env File Parser

Parse and inspect .env files — view keys, values, and detect issues.

Open tool

SemVer Comparator

Compare semantic version strings and check range compatibility.

Open tool

Bitwise Calculator

Compute bitwise AND, OR, XOR, NOT, left/right shift on integers.

Open tool

SQL SELECT Builder

Build SELECT queries visually — choose columns, WHERE, ORDER BY, and LIMIT.

Open tool

JSON to Java Class

Generate Java POJO classes with constructors, getters, setters, and toString from JSON.

Open tool

Regex Escape Tool

Escape special characters in a string for safe use in a regular expression pattern.

Open tool

Locale Number Formatter

Format numbers using Intl.NumberFormat — compare locales, currencies, and units.

Open tool

JSON to TypeScript

Generate TypeScript interfaces from any JSON object — handles nested objects, arrays, nullable types, and optional fields.

Open tool

CSS Minifier

Minify CSS by removing comments, whitespace, and redundant characters. Shows byte savings. No upload needed.

Open tool

HTML Minifier

Minify HTML by removing comments, extra whitespace, and blank lines. Shows byte savings. No upload needed.

Open tool

HTTP Header Generator

Generate HTTP security headers — CSP, HSTS, X-Frame-Options, CORS, and more — with Nginx and Apache config snippets.

Open tool

JSON to Zod Schema

Generate a Zod runtime validation schema from any JSON object. Handles nested objects, arrays, nullable values, and optional fields instantly.

Open tool

ANSI Color Codes Reference

Complete reference for ANSI terminal escape codes — 16 standard colors, 256-color palette, RGB true color, and text styles. Click any entry to copy the escape sequence.

Open tool

Nginx Config Generator

Generate Nginx server blocks for static sites, PHP-FPM, and Node.js reverse proxies.

Open tool

Docker Compose Generator

Generate docker-compose.yml files with services, ports, volumes, and env vars.

Open tool

Package.json Generator

Generate npm package.json files with name, version, scripts, and metadata.

Open tool

SQL JOIN Visualizer

Visualize SQL join types with Venn diagrams, syntax examples, and result previews.

Open tool

XPath Tester

Test XPath expressions against XML — evaluate nodes, strings, numbers, and booleans with presets.

Open tool

PWA Manifest Generator

Generate a complete Web App Manifest JSON for Progressive Web Apps — all icons, display modes, and colors.

Open tool

IP Range Expander

Expand a CIDR block into every individual IP address — with network info and CSV/JSON export.

Open tool

Markdown Frontmatter Parser

Extract and display YAML frontmatter from Markdown files — see each field's type and JSON output.

Open tool

HTTP Methods Reference

Complete reference for all 9 HTTP methods — safe, idempotent, cacheable properties and status codes.

Open tool

JavaScript Minifier

Minify JavaScript by removing comments and whitespace — shrink JS files for production use.

Open tool

GraphQL Formatter

Format and beautify GraphQL queries, mutations, and schemas with proper indentation.

Open tool

CSS Class Extractor

Extract all unique CSS class names from HTML — sorted alphabetically or by frequency.

Open tool

JSON Size Analyzer

Analyze a JSON document by byte size — find the heaviest keys and arrays ranked by size.

Open tool

Regex Cheat Sheet

Complete regular expression reference — anchors, quantifiers, groups, lookaheads, and flags with examples.

Open tool

SVG Optimizer

Optimize SVG code client-side — remove comments, whitespace, and redundant attributes to shrink file size.

Open tool

Log File Analyzer

Analyze Apache & Nginx access logs in your browser — top IPs, status codes, paths, methods, errors, and traffic, fully private.

Open tool

AI Object Detector

Detect and label objects in images using AI in your browser — powered by DETR, no upload needed.

Open tool

JSON to C# Class

Generate C# classes from a JSON object. Infers types, adds properties, and handles nested objects and arrays.

Open tool

Docker Run to Compose

Convert a docker run command into a docker-compose.yml file. Parses ports, volumes, environment variables, and more.

Open tool

JS Keycode Tester

Press any key to inspect its event.key, event.code, keyCode, charCode, and modifier states in real time.

Open tool

Git Cheat Sheet

Quick reference for the most important Git commands, organized by workflow: setup, branch, merge, remote, and more.

Open tool

Hex Dump Viewer

View binary files as a hex dump in xxd format — offset, hex bytes, and ASCII side-by-side. Upload a file or paste hex data.

Open tool

CRC-16 Calculator

Calculate CRC-16 checksums for text or hex data. Supports CCITT, CCITT-FALSE, Modbus, XMODEM, and other common CRC-16 variants.

Open tool

HTML Table Builder

Build HTML tables visually — add/remove rows and columns, edit cells, set alignment.

Open tool

Git Commit Message Generator

Build Conventional Commits format messages with type, scope, description, body, and breaking change footer.

Open tool

Glob Pattern Tester

Test glob patterns against file paths in your browser. Supports * ? ** wildcards and {a,b} alternations.

Open tool

curl to wget

Convert curl commands to wget syntax. Supports headers, POST data, authentication, cookies, output files, and common flags.

Open tool

Stopwatch

Free online stopwatch with lap timing. Start, stop, reset, and record laps — all in your browser with millisecond precision.

Open tool

Countdown Timer

Free online countdown timer. Set hours, minutes, and seconds, then start. Choose from presets: 1 min, 5 min, 25 min (Pomodoro), 1 hour.

Open tool

curl to PowerShell

Convert curl commands to PowerShell Invoke-WebRequest syntax. Supports headers, POST data, authentication, and common curl flags.

Open tool

Viewport Size Tester

Check your browser's viewport size, screen resolution, device pixel ratio, and orientation in real time. Updates as you resize.

Open tool

curl to Python

Convert curl commands to Python requests code. Supports headers, POST data, authentication, cookies, and common curl flags.

Open tool

curl to PHP

Convert curl commands to PHP cURL code. Supports headers, POST data, authentication, cookies, and common curl flags.

Open tool

Brainfuck Interpreter

Run Brainfuck programs in your browser. Supports all 8 commands with a 30,000-cell tape, optional input, and step limit for safety.

Open tool

curl to Ruby

Convert curl commands to Ruby Net::HTTP code. Supports headers, POST data, authentication, cookies, and common curl flags.

Open tool

JSON to GraphQL Schema

Generate a GraphQL SDL schema from a JSON sample. Infers types (Int, Float, String, Boolean, nested types, arrays) automatically.

Open tool

HTML Form Builder

Build HTML forms visually. Add fields (text, email, number, checkbox, select, textarea, and more), set attributes, and copy the generated HTML.

Open tool

HTTP Header Parser

Parse and inspect raw HTTP request or response headers. Shows each header with its value and an explanation of common headers.

Open tool

Date Formatter

Format a date in dozens of common patterns at once: ISO 8601, RFC 2822, Unix timestamp, US/EU date, long-form, and more.

Open tool

curl to Java

Convert curl commands to Java OkHttp code. Supports headers, POST data, auth, and common flags.

Open tool

curl to Go

Convert curl commands to Go net/http code. Supports headers, POST data, auth, and common flags.

Open tool

HTTP Response Builder

Build mock HTTP responses with custom status, headers, and body for API testing and documentation.

Open tool

Changelog Generator

Generate Keep-a-Changelog Markdown from version, date, and Added/Changed/Fixed entries.

Open tool

curl to Node.js

Convert curl commands to Node.js code: Fetch API, Axios, or the built-in http/https module.

Open tool

Apache Config Generator

Generate Apache VirtualHost configs for HTTP/HTTPS sites with PHP, SSL, and redirect options.

Open tool

SQL Table Generator

Generate CREATE TABLE SQL statements. Design columns with types, constraints, and keys visually.

Open tool

HAR File Parser

Parse HTTP Archive (HAR) files to inspect network requests, responses, and timings from DevTools.

Open tool

Template Literal Engine

Fill {{variable}} placeholders in templates with live preview.

Open tool

curl to Rust

Convert curl commands to Rust code using the reqwest crate.

Open tool

curl to C#

Convert curl commands to C# HttpClient code for .NET 6+.

Open tool

tsconfig.json Generator

Generate tsconfig.json files with presets for Next.js, React, Node.js, and strict TypeScript.

Open tool

Email Header Analyzer

Parse and analyze raw email headers — decode routing, security checks, and metadata.

Open tool

Cache-Control Builder

Build HTTP Cache-Control header directives interactively with live preview.

Open tool

SQL INSERT Generator

Generate SQL INSERT statements from CSV or JSON data for any SQL dialect.

Open tool

JSON Patch Generator

Generate RFC 6902 JSON Patch operations by comparing two JSON documents.

Open tool

Tailwind Class Sorter

Sort Tailwind CSS class strings in the recommended Prettier plugin order.

Open tool

curl to Kotlin

Convert curl commands to Kotlin OkHttp code. Supports headers, POST data, auth, and common flags.

Open tool

curl to Dart

Convert curl commands to Dart http package code for Flutter and Dart projects.

Open tool

ESLint Config Generator

Generate a custom .eslintrc.json configuration file by choosing extends, environments, and rules.

Open tool

HTTP Request Builder

Build and preview raw HTTP requests — method, URL, headers, and body — then export as curl.

Open tool

curl to Swift

Convert curl commands to Swift URLSession and URLRequest code. Supports GET, POST, PUT, DELETE with headers, request body, and authentication.

Open tool

curl to Elixir

Convert curl commands to Elixir HTTPoison HTTP client code. Supports headers, request body, authentication, and all common HTTP methods.

Open tool

Makefile Generator

Generate a Makefile for C, C++, Python, Node.js, or Go projects with common targets: build, test, clean, run, and install.

Open tool

.gitconfig Generator

Generate a .gitconfig file with user settings, core preferences, aliases, and tool configuration. Copy to your home directory.

Open tool

cURL to Axios Converter

Convert cURL commands to Axios.js JavaScript code. Supports headers, request body, auth, cookies, and all common cURL flags.

Open tool

Sort JSON Keys

Sort JSON object keys alphabetically (deep sort). Recursively sorts all nested objects for consistent, readable output. Useful for diffing and normalizing JSON.

Open tool

HTTP Cookie Parser

Parse HTTP Cookie and Set-Cookie headers. Extracts name, value, domain, path, expiry, HttpOnly, Secure, and SameSite attributes from any cookie string.

Open tool

Markdown Code Block Extractor

Extract all code blocks from Markdown text. Shows each block with its language label, line count, and a copy button. Great for pulling code from documentation.

Open tool

CSP Header Generator

Build a Content-Security-Policy header interactively. Configure directives like default-src, script-src, style-src and more with checkboxes and input fields.

Open tool

CSV Viewer

View, search, and sort CSV data as an interactive table — 100% client-side, no upload required.

Open tool

JSON Anonymizer & PII Redactor

Detect and redact PII in JSON — emails, phone numbers, SSNs, credit cards, IPs & more. Mask, remove, or hash sensitive fields entirely in your browser.

Open tool

OPML Viewer

Parse an OPML feed-subscription file and explore its folders and RSS feeds as a collapsible, nested tree, entirely in your browser.

Open tool

Browser Window Size Checker

Live-view your current browser window size, screen resolution, and device pixel ratio, updated in real time as you resize.

Open tool

Online Ruler

Free on-screen ruler that measures in pixels, cm, or inches — calibrate to your exact display using a standard credit card for pixel-perfect accuracy.

Open tool

What Is My Screen Resolution?

Instantly see your screen resolution, browser viewport size, and device pixel ratio, live-updating as you resize the window.

Open tool

Log Scrubber & Anonymizer

Redact IPs, emails, and hostnames from pasted log text in-browser, with full-token or partial-masking modes.

Open tool

PNG Metadata to JSON

Parse a PNG's binary chunk structure and extract embedded tEXt/iTXt/zTXt text metadata as JSON, entirely in your browser.

Open tool

Web & SEO

Generate meta tags, social cards, and marketing URLs for the web.

Meta Tag Generator

Build SEO title, description, and viewport meta tags.

Open tool

Open Graph Generator

Generate Open Graph and Twitter Card meta tags.

Open tool

Robots.txt Generator

Build a robots.txt file with per-bot rules. Block AI crawlers, set crawl delays, define sitemaps.

Open tool

UTM Campaign URL Builder

Append UTM parameters to build trackable campaign URLs.

Open tool

Hreflang Tag Generator

Generate hreflang link tags for multilingual SEO.

Open tool

Sitemap XML Generator

Build an XML sitemap from a list of URLs.

Open tool

SERP Snippet Preview

Preview how your page title and meta description appear in Google search.

Open tool

Meta Tag Analyzer

Paste a page's HTML head to audit its title, meta, and social tags.

Open tool

Keyword Density Checker

Count word frequency and keyword density in your content.

Open tool

JSON-LD Schema Generator

Build structured data (Article, Product, FAQ, Organization) as JSON-LD.

Open tool

Twitter Card Generator

Generate Twitter/X card meta tags with a live preview.

Open tool

Open Graph Preview

Preview how a link's Open Graph card looks when shared on social.

Open tool

Canonical Tag Generator

Generate a rel=canonical link tag to prevent duplicate content.

Open tool

Twitter / X Character Counter

Count characters against the 280-limit as you draft a post.

Open tool

Hashtag Generator

Turn keywords or text into ready-to-paste social hashtags.

Open tool

Reading Time Calculator

Estimate reading and speaking time from your word count.

Open tool

Readability Score Calculator

Score your text with Flesch Reading Ease and Flesch-Kincaid Grade Level to see how easy it is to read.

Open tool

htaccess Redirect Generator

Generate Apache .htaccess 301 and 302 redirect rules from a list of old and new URLs.

Open tool

SPF Record Builder

Build a valid SPF (Sender Policy Framework) DNS TXT record. Add IP ranges, include directives, and choose a policy. Explains each mechanism.

Open tool

DMARC Record Builder

Build a valid DMARC DNS TXT record. Configure policy, subdomain policy, reporting URIs, and alignment modes. Explains every tag.

Open tool

Robots Meta Tag Generator

Generate HTML meta robots tags and X-Robots-Tag headers with noindex, nofollow, and all crawler directives for Google, Bing, and social media bots.

Open tool

HTTP Cookie Builder

Build Set-Cookie headers with all standard attributes — Path, Domain, Max-Age, Expires, Secure, HttpOnly, and SameSite. Preview and copy the full header string.

Open tool

Content Security Policy Generator

Build a Content Security Policy header directive by directive. Configure script-src, style-src, img-src, connect-src, and more — then copy the header or meta tag.

Open tool

HTML Mailto Link Generator

Build mailto: links with pre-filled subject, body, CC, and BCC fields. Preview the anchor tag, copy the full HTML, or copy just the mailto URI.

Open tool

CORS Header Generator

Build CORS response headers for your API — configure origin, methods, headers, credentials.

Open tool

Link Extractor

Extract all hyperlinks from HTML — see href, anchor text, and link type (absolute, relative, mailto).

Open tool

UTM Link Builder

Build UTM-tagged URLs for Google Analytics campaigns — set source, medium, campaign, term, and content parameters.

Open tool

Social Media Image Sizes

Reference guide for social media image dimensions — Facebook, Twitter, Instagram, LinkedIn, YouTube, and more.

Open tool

Keyword Combiner

Generate all keyword combinations by Cartesian product of 2–5 word lists. Ideal for PPC, SEO, and ad campaign keyword research.

Open tool

AI Bot Access Tester

Test robots.txt rules against AI crawlers: GPTBot, ClaudeBot, PerplexityBot, Googlebot and more.

Open tool

Robots.txt Tester

Test any URL and user-agent against robots.txt rules. Parses allow, disallow, and crawl-delay.

Open tool

Hreflang Tester

Validate hreflang tags for language/region codes, x-default, and duplicate values.

Open tool

.htaccess Tester

Test Apache .htaccess RewriteRule and RewriteCond directives against a URL path.

Open tool

Sitemap Parser

Parse XML sitemaps and extract all URLs with priority, change frequency, and last-modified date. Paste or upload.

Open tool

Meta Redirect Generator

Generate HTML meta refresh redirects with configurable delay. Also shows JS and PHP redirect code.

Open tool

JSON-LD Validator

Validate JSON-LD structured data and flag missing schema.org properties.

Open tool

DNS Record Builder

Generate DNS record syntax for A, AAAA, CNAME, MX, TXT, and other record types.

Open tool

Open Graph Tags Generator

Generate Open Graph and Twitter Card meta tags for better social media sharing. Preview how your page will look when shared on Facebook, Twitter, and LinkedIn.

Open tool

Schema Markup Generator

Generate JSON-LD schema.org structured data markup for Articles, Organizations, Products, Events, FAQs, and more. Improve your SEO rich results.

Open tool

Web App Manifest Generator

Generate a Web App Manifest (manifest.json) for Progressive Web Apps. Configure name, icons, display mode, theme color, and start URL for PWA installation.

Open tool

What Is My IP Address?

Instantly see your public IP address — fetched live from the free api.ipify.org service, the only external request on this otherwise 100% offline site.

Open tool

HTML to Image Converter

Paste an HTML/CSS snippet, preview it live in your browser, and export it as a downloadable PNG at 1x, 2x, or 3x resolution — 100% client-side, nothing uploaded.

Open tool

Design & CSS

Client-side utilities for frontend styling and color.

Color Converter

Convert a color to HEX, RGB, HSL, HSB, and CMYK at once.

Open tool

HEX to RGB

Convert HEX color codes to RGB / RGBA values.

Open tool

RGB to HEX

Convert RGB values into HEX color codes.

Open tool

CSS Box Shadow Generator

Visually design CSS box-shadow with a live preview and code.

Open tool

CSS Border Radius Generator

Visually craft border-radius with a live preview.

Open tool

HEX to CMYK

Convert HEX colors to CMYK print values.

Open tool

CMYK to HEX

Convert CMYK print values to HEX colors.

Open tool

HEX to HSB

Convert HEX colors to HSB / HSV values.

Open tool

HSB to HEX

Convert HSB / HSV values to HEX colors.

Open tool

Color Contrast Checker

Check WCAG contrast ratio between two colors.

Open tool

RGB to HSL

Convert RGB values to HSL color notation.

Open tool

HSL to RGB

Convert HSL color values back into RGB.

Open tool

RGB to CMYK

Convert RGB screen colors to CMYK print values.

Open tool

CMYK to RGB

Convert CMYK print values into RGB screen colors.

Open tool

CSS Gradient Generator

Design linear and radial CSS gradients with live preview.

Open tool

CSS Flexbox Generator

Visually build flexbox layouts and copy the CSS.

Open tool

CSS Triangle Generator

Generate CSS triangles with the border trick.

Open tool

CSS Clip Path Generator

Pick a clip-path shape and copy the CSS, with live preview.

Open tool

CSS Text Shadow Generator

Design CSS text-shadow with a live preview and code.

Open tool

Color Shades Generator

Generate tints and shades from a base color.

Open tool

CSS Grid Generator

Build a CSS grid layout visually and copy the generated code.

Open tool

CSS Filter Generator

Tune blur, brightness, contrast, and more with a live filter preview.

Open tool

CSS Transition Generator

Build CSS transitions with easing and a live hover preview.

Open tool

CSS Transform Generator

Translate, rotate, scale, and skew with a live transform preview.

Open tool

CSS Scrollbar Generator

Style custom scrollbars and copy the cross-browser CSS.

Open tool

CSS Columns Generator

Create multi-column text layouts with the CSS columns property.

Open tool

CSS Cursor Tester

Preview every CSS cursor value and copy the one you want.

Open tool

CSS Outline Generator

Design a CSS outline with style, width, color, and offset.

Open tool

CSS Blend Mode Generator

Preview mix-blend-mode and background-blend-mode effects.

Open tool

CSS Named Colors

Browse all 148 CSS named colors with their HEX and RGB values.

Open tool

CSS Specificity Calculator

Calculate the specificity score of any CSS selector.

Open tool

PX to REM Converter

Convert px to rem and em (and back) for any root font size.

Open tool

Glassmorphism CSS Generator

Design frosted-glass cards with backdrop-blur and copy the CSS.

Open tool

HEX to HSL

Convert a HEX color code to HSL (hue, saturation, lightness) for CSS, with a live preview.

Open tool

HSL to HEX

Convert an HSL color (hue, saturation, lightness) to a HEX code for CSS, with a live preview.

Open tool

Neumorphism CSS Generator

Design soft-UI neumorphic shadows and copy the CSS, with a live preview.

Open tool

CSS Animation Generator

Build CSS @keyframes animations visually — property, duration, easing, and iteration — with a live preview and copy-paste code.

Open tool

CSS Button Generator

Design a CSS button — colors, padding, radius, border, and hover state — with a live preview and ready-to-copy CSS.

Open tool

CSS Loader Generator

Generate a pure-CSS loading spinner — size, color, and speed — with a live preview and copy-paste code (no images, no JS).

Open tool

Color Mixer

Mix two HEX colors at any ratio and get the blended result, plus a gradient of in-between steps.

Open tool

Color Palette Generator

Generate harmonious color palettes — complementary, analogous, triadic, and more.

Open tool

RGB to HSB Converter

Convert RGB (red, green, blue) color values to HSB / HSV (hue, saturation, brightness).

Open tool

HSB to RGB Converter

Convert HSB / HSV (hue, saturation, brightness) color values to RGB.

Open tool

CSS Variables Generator

Generate a 10-shade CSS custom property scale from any base color.

Open tool

Font Stack Generator

Browse and copy CSS font-family stacks for system fonts, serifs, monospace, and more.

Open tool

CSS Unit Converter

Convert between px, rem, em, vw, vh, and pt instantly.

Open tool

Image Compressor

Compress images with a quality slider and see the file-size savings. Files never leave your browser.

Open tool

Image Resizer

Resize any image to exact pixel dimensions with optional aspect-ratio lock. No upload needed.

Open tool

Image Cropper

Crop images to exact dimensions by setting pixel coordinates. Files never leave your browser.

Open tool

Image Rotator & Flipper

Rotate images 90°/180°/270° and flip horizontally or vertically — in your browser.

Open tool

Image to Grayscale

Convert any color image to black-and-white grayscale. Processed entirely in your browser.

Open tool

Image Color Inverter

Invert the colors of any image to create a negative effect — no upload needed.

Open tool

Image Brightness & Contrast

Adjust brightness, contrast, and saturation of any image with live sliders.

Open tool

Favicon Generator

Generate favicon PNG files at standard sizes (16, 32, 48, 64, 128, 192 px) from any image.

Open tool

Image Color Picker

Upload an image and click any pixel to pick its exact HEX, RGB, and HSL color values.

Open tool

Image Watermark

Add a custom text watermark to any image with position, opacity, and font-size control.

Open tool

Image Pixelator

Apply a pixel-art / mosaic blur effect to any image with a block-size slider.

Open tool

CSS to Tailwind

Convert CSS properties to equivalent Tailwind CSS utility classes with one click.

Open tool

Color Blindness Simulator

See how your image appears to people with protanopia, deuteranopia, tritanopia, or achromatopsia.

Open tool

CSS Variable Extractor

Paste CSS to extract all custom properties (--variables), their values, and selectors. Filter and copy instantly.

Open tool

Color Name Converter

Find the nearest CSS named color for any hex or RGB value. All 148 CSS named colors included.

Open tool

CSS Media Query Generator

Generate CSS media queries for common responsive breakpoints.

Open tool

CSS Clamp Calculator

Generate CSS clamp() values for fluid, responsive typography and spacing.

Open tool

Tailwind Color Palette

Browse all Tailwind CSS v3 colors with hex values — click to copy hex or class name.

Open tool

CSS Neon Glow Generator

Generate CSS neon glow effects for text or boxes — live preview, copy-ready CSS.

Open tool

CSS Text Gradient Generator

Generate CSS gradient text with live preview — copy CSS or Tailwind snippet instantly.

Open tool

Color to CSS Filter

Convert a hex color to a CSS filter string to tint SVGs and images. Approximate any color with CSS filter properties.

Open tool

Gradient Border Generator

Generate CSS gradient borders with live preview. Customize colors, angle, border width, and radius — copy ready-to-use CSS.

Open tool

CSS Background Pattern Generator

Generate pure-CSS background patterns — dots, stripes, checkerboard, grid, diagonal, zigzag — with live preview and copy-ready CSS.

Open tool

CSS Backdrop Filter Generator

Generate CSS backdrop-filter properties — blur, brightness, contrast, saturate, and more — with a live frosted-glass preview. Copy ready-to-use CSS.

Open tool

Typography Scale Generator

Generate a harmonious typographic scale — choose a base size and ratio, preview all heading levels, and copy CSS custom properties or Tailwind config.

Open tool

CSS Reset Generator

Generate CSS reset snippets — choose from Eric Meyer reset, normalize.css approach, minimal browser-default overrides, or a custom combination. Copy-ready.

Open tool

SVG Wave Generator

Generate customizable SVG wave dividers — sine, triangle, and step waves for website section transitions.

Open tool

Font Size Calculator

Convert between px, rem, em, pt, vw, vh, and % font sizes — with configurable root and context sizes.

Open tool

Tailwind to CSS Converter

Convert Tailwind utility classes to equivalent CSS — spacing, typography, flexbox, borders, shadows, colors.

Open tool

Color Palette from Image

Upload any image and extract the dominant color palette — up to 16 hex, RGB, and HSL swatches.

Open tool

CSS Mask Generator

Generate CSS mask-image values with gradient and SVG presets — create fade and reveal effects.

Open tool

Drop Shadow Filter Generator

Generate CSS filter: drop-shadow() values with live preview — works on PNG transparency unlike box-shadow.

Open tool

CSS Tooltip Generator

Generate pure CSS tooltips — pick position, colors, arrow size, and border radius with a live preview.

Open tool

CSS Skeleton Loader Generator

Generate CSS skeleton loading animations — configure shape, colors, speed, and copy the shimmer keyframe code.

Open tool

Code to Image

Turn a code snippet into a beautiful syntax-highlighted PNG — pick language, theme, and background gradient, then download or share.

Open tool

Device Frame Generator

Wrap your screenshot in a browser window, phone, or tablet frame and export as PNG — perfect for portfolio showcases and app store graphics.

Open tool

Image to SVG Converter

Vectorize raster images to scalable SVG using imagetracerjs — adjust colors and preset.

Open tool

AI Background Remover

Remove image backgrounds instantly in your browser with AI — no upload, no account, powered by RMBG-1.4.

Open tool

AI Image Upscaler

Upscale images 2× using AI super-resolution in your browser — no upload, powered by Swin2SR.

Open tool

Cubic Bezier Generator

Create CSS cubic-bezier() easing curves with interactive sliders, named presets, and a live animation preview.

Open tool

SVG Blob Generator

Generate organic SVG blob shapes with smooth random bezier curves. Customize colors, complexity, and download as SVG.

Open tool

CSS Switch Generator

Generate pure CSS toggle switch code with live preview. Customize size, colors, and transitions.

Open tool

CSS Checkbox Generator

Generate custom CSS checkbox styles with live preview. Customize size, colors, and check mark style.

Open tool

CSS Inliner

Convert stylesheet rules into inline HTML style attributes — essential for email templates.

Open tool

Color to Tailwind

Find the nearest Tailwind CSS color class for any hex or RGB color. Instantly see the top 5 closest shades across the full palette.

Open tool

CSS Logical Properties

Convert CSS physical properties (margin-left, padding-top, width) to logical properties (margin-inline-start, padding-block-start, inline-size) for RTL/LTR support.

Open tool

SVG Pattern Generator

Generate CSS SVG background patterns: dots, stripes, grid, cross-hatch. Copy ready-to-use CSS.

Open tool

CSS 3D Transform Generator

Generate CSS 3D transforms with live preview. Control rotateX, rotateY, rotateZ, translateZ, and perspective.

Open tool

CSS Print Stylesheet Generator

Generate @media print CSS to control how pages look when printed. Hide elements, set margins, fonts.

Open tool

CSS Counter Style Generator

Build @counter-style rules visually with live ordered-list preview.

Open tool

Color Wheel

Interactive color wheel — click to pick hues and explore color harmonies.

Open tool

CSS @font-face Generator

Generate CSS @font-face rules for self-hosted web fonts with all browser formats.

Open tool

Color Scheme Generator

Generate light and dark CSS custom property color schemes from a single primary color.

Open tool

CSS Container Query Generator

Generate CSS container queries (@container) for component-level responsive design.

Open tool

CSS Dark Mode Generator

Generate CSS custom properties and JavaScript toggle for a complete light/dark mode theme system.

Open tool

CSS color-mix() Generator

Generate CSS color-mix() declarations. Mix two colors in different color spaces with a configurable ratio and preview the result.

Open tool

CSS Scroll Snap Generator

Generate CSS scroll-snap properties for smooth scroll snapping effects. Configure the container and item settings with a live preview.

Open tool

OKLCH Color Converter

Convert colors between HEX/RGB and the modern OKLCH and OKLAB perceptual color spaces. OKLCH is the future of CSS color.

Open tool

Neomorphism Generator

Generate neumorphic / neomorphism CSS box-shadow styles. Customize background color, shadow intensity, blur radius, size, and shape for soft UI designs.

Open tool

CSS Variable Generator

Generate CSS custom properties (variables) from a color palette, spacing scale, or typography values. Output ready-to-paste :root {} blocks.

Open tool

Gradient Text Generator

Generate CSS gradient text effects with customizable colors, angles, and gradients. Preview the result live and copy the CSS code.

Open tool

Color Temperature to RGB

Convert a color temperature in Kelvin (1000K–40000K) to its RGB equivalent. Useful for setting white balance, lighting design, and understanding light color.

Open tool

CSS Ribbon Generator

Design a pure-CSS folded-corner ribbon badge with live preview, adjustable corner/colors/size, and copyable CSS + HTML.

Open tool

CSS Section Separator Generator

Generate SVG section-divider shapes — wave, zigzag, slant, and curve — with adjustable amplitude, height, and color, ready to copy as SVG or CSS.

Open tool

CSS Compare

Compare two CSS snippets and see exactly which selectors and properties were added, removed, or changed, ignoring formatting and order.

Open tool

CSS to SCSS Converter

Convert flat CSS into nested SCSS syntax, grouping selectors by shared prefixes for cleaner, DRY stylesheets.

Open tool

Font Pairing Generator

Browse curated heading + body Google Font pairings with a live, editable preview — copy the @import and CSS for any combination.

Open tool

CSS Sprite Generator

Combine multiple images into one sprite sheet with generated CSS background-position classes and HTML snippet.

Open tool

Horizontal to Vertical Image Converter

Convert a landscape photo into a portrait image with a blurred, stretched, or solid-color background fill, exported as PNG.

Open tool

Vertical to Horizontal Image Converter

Place a portrait photo onto a widescreen landscape canvas with a blurred, stretched, or solid-color background fill. Export as PNG — files never leave your browser.

Open tool

Image Color Replacer

Replace any color in an image with another color instantly using an adjustable tolerance slider — 100% private, runs in your browser.

Open tool

Image Duplicator

Generate multiple duplicate copies of an uploaded image and download each one individually or bundled together as a ZIP, entirely in your browser.

Open tool

Image Splitter

Slice an image into a grid of rows x columns tiles using canvas cropping, then download each tile individually or as one ZIP.

Open tool

Images to Sprite Sheet Generator

Pack multiple images onto one canvas with shelf bin-packing, padding, and power-of-2 sizing, then export a JSON atlas and CSS sprite classes.

Open tool

Merge Images

Merge two or more images onto one canvas side by side, stacked, or overlaid with adjustable opacity — free and 100% client-side.

Open tool

Remove Color from Image

Make any color in an image transparent with an adjustable tolerance slider, entirely in your browser — export as PNG.

Open tool

Round Image Corners

Round the corners of any image with an adjustable radius using a canvas clipping path, and export a transparent PNG.

Open tool

SVG Shape Generator

Generate parametric SVG shapes — star, polygon, heart, arrow, speech bubble — with adjustable points, size, and colors, exported as SVG or PNG.

Open tool

SVG Sprite Generator

Combine multiple SVG files into a single symbol-based sprite sheet with ready-to-use &lt;use&gt; reference snippets, entirely client-side.

Open tool

SVG Viewer

View an uploaded or pasted SVG rendered live with pan, zoom, and file-size/dimension info — 100% client-side.

Open tool

Screenshot Beautifier

Add a background gradient, padding, drop shadow, and browser-chrome frame around any screenshot, then export as PNG.

Open tool

Social Media Image Resizer

Crop and resize images to exact Instagram, X/Twitter, Facebook, LinkedIn, and YouTube dimensions with a live drag-to-reposition preview, exported as PNG.

Open tool

Video Thumbnail Generator

Scrub to any moment in a video and export that exact frame as a PNG or JPG thumbnail — 100% client-side, no upload.

Open tool

Calculators

Fast, precise calculators for everyday math and dates.

Percentage Calculator

Solve percentage, increase, and change calculations.

Open tool

Age Calculator

Calculate exact age in years, months, and days.

Open tool

Unix Timestamp Converter

Convert Unix epoch timestamps to and from human dates.

Open tool

Tip Calculator

Calculate tip and split the bill between people.

Open tool

Aspect Ratio Calculator

Solve width or height for a target aspect ratio.

Open tool

Temperature Converter

Convert between Celsius, Fahrenheit, and Kelvin.

Open tool

Data Storage Converter

Convert between bytes, KB, MB, GB, TB, and more.

Open tool

Discount Calculator

Calculate sale price and savings from a discount.

Open tool

Profit Margin Calculator

Compute profit, margin, and markup from cost and revenue.

Open tool

BMI Calculator

Calculate Body Mass Index in metric or imperial units.

Open tool

Loan EMI Calculator

Calculate monthly loan payments, interest, and total cost.

Open tool

Average (Mean/Median/Mode) Calculator

Compute the mean, median, mode, and range of a number set.

Open tool

Percentage Change Calculator

Find the percentage increase or decrease between two values.

Open tool

Compound Interest Calculator

Project savings growth with compound interest and contributions.

Open tool

Simple Interest Calculator

Calculate simple interest and total from principal and rate.

Open tool

Time Duration Calculator

Find the duration between two times or dates.

Open tool

GST / VAT Calculator

Add or remove GST/VAT and see the net, tax, and gross amounts.

Open tool

Running Pace Calculator

Calculate pace, time, or distance for runs and races.

Open tool

ROI Calculator

Calculate return on investment as a percentage and net gain.

Open tool

Break-Even Point Calculator

Find the units and revenue needed to cover your costs.

Open tool

Speed Converter

Convert between mph, km/h, m/s, knots, and feet per second.

Open tool

Area Converter

Convert between m², ft², acres, hectares, and more.

Open tool

Hourly to Salary Calculator

Convert an hourly wage to weekly, monthly, and annual pay.

Open tool

GCD & LCM Calculator

Find the greatest common divisor and least common multiple of numbers.

Open tool

Prime Number Checker

Check whether a number is prime and see its factors.

Open tool

GPA Calculator

Calculate your grade point average on a 4.0 scale from letter grades and credit hours.

Open tool

Business Days Calculator

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

Open tool

PayPal Fee Calculator

Work out PayPal fees and what you actually receive — or what to charge to net a target amount.

Open tool

BMR Calculator

Estimate your Basal Metabolic Rate and daily calorie needs with the Mifflin-St Jeor formula.

Open tool

CPM Calculator

Calculate CPM (cost per 1,000 impressions), or solve for cost or impressions.

Open tool

Mortgage Calculator

Estimate your monthly mortgage payment — principal, interest, property tax, insurance, and PMI — and see the total interest paid.

Open tool

TDEE Calculator

Calculate your Total Daily Energy Expenditure (maintenance calories) plus goal targets for cutting, maintaining, or bulking.

Open tool

Body Fat Calculator

Estimate your body fat percentage with the U.S. Navy tape-measurement method, plus lean and fat mass.

Open tool

Stripe Fee Calculator

Work out Stripe processing fees (2.9% + 30¢) and what you actually receive — or what to charge to net a target amount.

Open tool

Fibonacci Sequence Generator

Generate any number of Fibonacci terms — including very large ones, using BigInt.

Open tool

Number Formatter

Format numbers with custom thousand separators, decimal places, and prefix / suffix.

Open tool

Calories Burned Calculator

Estimate calories burned during exercise using MET values — choose activity, weight, and duration.

Open tool

Fuel Cost Calculator

Calculate trip fuel costs based on distance, fuel efficiency, and price per litre or gallon.

Open tool

Electricity Cost Calculator

Calculate the running cost of any appliance — enter watts, hours per day, and your kWh rate.

Open tool

Net Salary Calculator

Calculate take-home pay after income tax, social contributions, and other deductions.

Open tool

Date Difference Calculator

Calculate the difference between two dates in years, months, days, weeks, and hours instantly.

Open tool

Scientific Calculator

Full scientific calculator with trig, logarithms, powers, square root, memory. DEG/RAD toggle.

Open tool

Sleep Cycle Calculator

Find optimal wake times or bedtimes based on 90-min sleep cycles.

Open tool

Unit Price Calculator

Compare two products by price per unit to find the best deal.

Open tool

Water Intake Calculator

Calculate your daily water intake by weight and activity level.

Open tool

Retirement Savings Calculator

Project your retirement balance with contributions and return rate.

Open tool

Date Add/Subtract Calculator

Add or subtract days, weeks, months, or years from any date.

Open tool

Percentage Of Calculator

Calculate percentage of a number, percentage change, and reverse percentage.

Open tool

Proportion Calculator

Solve proportions and ratios — find the missing value in A/B = C/D.

Open tool

Standard Deviation Calculator

Calculate mean, variance, and standard deviation for a data set.

Open tool

Prime Factorization Calculator

Find the prime factors of any integer using trial division.

Open tool

Days Until Date

Count the exact number of days until any future date.

Open tool

Inflation Calculator

Calculate the inflation-adjusted value of money between any two years.

Open tool

Typing Speed Calculator

Calculate your typing speed in WPM and CPM — paste text and enter your time.

Open tool

Grade Calculator

Calculate weighted grade averages, letter grades, and GPA from assignment scores.

Open tool

Savings Goal Calculator

Find out how long it takes to reach a savings goal with monthly contributions and interest.

Open tool

Time Zone Converter

Convert date and time between any two IANA time zones. No network required — all calculations run locally in your browser.

Open tool

Frequency Converter

Convert between Hz, kHz, MHz, GHz, and THz instantly. Covers radio, audio, WiFi, and optical frequencies.

Open tool

Square Footage Calculator

Calculate the area of any space in square feet and square meters. Supports rectangles, circles, and triangles.

Open tool

CAGR Calculator

Calculate Compound Annual Growth Rate from start value, end value, and years. Also works backwards to find start/end value or number of years.

Open tool

Present Value Calculator

Calculate the present value of a future cash flow using a discount rate and number of periods. Essential for investment and finance decisions.

Open tool

Future Value Calculator

Calculate the future value of a lump sum or regular contributions at a given interest rate and time period. Includes compound and simple interest modes.

Open tool

Loan Amortization Calculator

Generate a full loan amortization schedule — monthly principal, interest, and balance for every payment. Download as CSV.

Open tool

Quadratic Equation Solver

Solve ax² + bx + c = 0 instantly. Shows discriminant, real and complex roots, vertex, and axis of symmetry with step-by-step working.

Open tool

Fraction Calculator

Add, subtract, multiply, and divide fractions with step-by-step solutions. Automatically simplifies results using the greatest common divisor.

Open tool

Number Sequence Generator

Generate arithmetic or geometric number sequences. Set the first term, common difference or ratio, and how many terms to produce — up to 200 terms.

Open tool

Triangle Calculator

Solve any triangle given sides and angles (SSS, SAS, AAS, ASA). Calculates all missing sides, angles, area, perimeter, and height using the law of sines and cosines.

Open tool

Circle Calculator

Calculate any circle property from any other — radius, diameter, circumference, and area. Enter one value to instantly see all four with the formula used.

Open tool

Download Time Calculator

Calculate how long a download will take given file size and connection speed.

Open tool

Ohm's Law Calculator

Calculate voltage, current, resistance, or power using Ohm's Law (V=IR).

Open tool

Resistor Color Code Calculator

Decode 4-band and 5-band resistor color codes to resistance values.

Open tool

Tax Bracket Calculator

Calculate US federal income tax by bracket for 2024 and 2025 tax years.

Open tool

Pomodoro Timer

25/5 Pomodoro productivity timer with session tracking and long break every 4 rounds.

Open tool

Matrix Calculator

Add, subtract, multiply, transpose, and invert 2×2 or 3×3 matrices — with determinant calculation.

Open tool

Dice Probability Calculator

Calculate exact probability distributions for any dice roll — full chart for d4, d6, d8, d10, d12, d20.

Open tool

Lotto Number Generator

Generate random lottery numbers for Powerball, EuroMillions, UK Lotto, or a custom pool and pick.

Open tool

Number Divisibility Checker

Check divisibility by any set of divisors — prime factorization, GCD, LCM, and digit sum included.

Open tool

Pythagorean Theorem Calculator

Solve the Pythagorean theorem — given any two sides, calculate the third with angles and area.

Open tool

Speed Distance Time Calculator

Calculate speed, distance, or time — enter any two values to find the third with unit conversion.

Open tool

Calorie Macro Calculator

Calculate calories from macronutrients — protein, carbohydrates, fat, and alcohol in grams.

Open tool

Percentage Error Calculator

Calculate percentage error between experimental and theoretical values — absolute and relative error.

Open tool

Z-Score Calculator

Calculate the z-score, p-value, and percentile for a data point given a mean and standard deviation.

Open tool

Wind Chill Calculator

Calculate wind chill and heat index — how temperature feels given wind speed or humidity, in °C or °F.

Open tool

Pixel Density Calculator

Calculate pixels per inch (PPI) and dots per inch (DPI) for any screen — enter resolution and diagonal size.

Open tool

Bitrate Calculator

Calculate video or audio bitrate and estimate file size — enter resolution, FPS, codec, and duration.

Open tool

Ideal Weight Calculator

Calculate ideal body weight using Devine, Robinson, Miller, and Hamwi formulas based on height and biological sex.

Open tool

One Rep Max Calculator

Estimate your 1RM (one-repetition maximum) from reps and weight using Epley, Brzycki, and other proven formulas.

Open tool

Slope Calculator

Calculate slope, angle, distance, midpoint, and line equation from two coordinate points.

Open tool

Significant Figures Calculator

Round numbers to a specified count of significant figures and count sig figs in any number.

Open tool

Permutation & Combination

Calculate permutations (nPr) and combinations (nCr) for any n and r with step-by-step factorial breakdown.

Open tool

Volume & Surface Area

Calculate volume and surface area of 3D shapes: sphere, cube, cylinder, cone, and rectangular prism.

Open tool

Time Card Calculator

Calculate total work hours from clock-in/clock-out times with lunch breaks, overtime threshold, and hourly pay.

Open tool

Credit Card Payoff

See how long it takes to pay off credit card debt and how much interest you pay with minimum vs fixed payment strategies.

Open tool

Due Date Calculator

Calculate pregnancy due date from last menstrual period (LMP) or conception date using Naegele's rule. Shows gestational age and trimesters.

Open tool

Confidence Interval Calculator

Calculate confidence intervals for means and proportions with any confidence level.

Open tool

P-Value Calculator

Calculate p-values for z-tests, t-tests, chi-square, and F-tests. Two-tailed and one-tailed.

Open tool

Debt Payoff Calculator

Compare avalanche vs snowball debt payoff strategies. See time to debt freedom and total interest.

Open tool

NPV / IRR Calculator

Calculate Net Present Value (NPV) and Internal Rate of Return (IRR) for investment cash flows.

Open tool

Haversine Distance Calculator

Calculate the great-circle distance between two geographic coordinates using the Haversine formula. Returns distance in km and miles.

Open tool

Sales Tax Calculator

Calculate sales tax and total price. Choose from US state tax rates or enter a custom rate.

Open tool

Dog Age Calculator

Convert your dog's age to human years. Accounts for dog size: small, medium, and large breeds.

Open tool

Time Zone Meeting Planner

Find the best meeting time across multiple time zones. Color-coded business hours for 5+ zones.

Open tool

Heat Index Calculator

Calculate NOAA heat index (feels-like temperature) from temp and humidity.

Open tool

Voltage Divider Calculator

Solve voltage divider circuits — calculate Vout, Vin, R1, or R2.

Open tool

Waist-to-Hip Ratio Calculator

Calculate waist-to-hip ratio (WHR) and get a WHO health risk assessment.

Open tool

Lean Body Mass Calculator

Calculate lean body mass using Boer, James, and Hume formulas. Shows LBM, body fat mass, and comparison.

Open tool

VO2 Max Calculator

Estimate your VO2 max from the Cooper test, Rockport walking test, or resting heart rate method.

Open tool

Capacitor Charge Calculator

Calculate capacitor charge and discharge times using the RC circuit time constant formula.

Open tool

Carbon Footprint Calculator

Estimate your annual carbon footprint from transport, home energy, diet, and shopping habits.

Open tool

Dew Point Calculator

Calculate the dew point temperature from air temperature and relative humidity using the Magnus formula. Get results in Celsius and Fahrenheit.

Open tool

Calorie Deficit Calculator

Calculate your daily calorie target and deficit for weight loss or gain goals. Based on Mifflin-St Jeor BMR and activity multipliers.

Open tool

Rule of 72 Calculator

Calculate how long it takes to double your investment using the Rule of 72, 69, and 70. Enter your annual return rate to see the comparison.

Open tool

Net Worth Calculator

Calculate your net worth by listing assets and liabilities. Get a clear picture of your financial health with a breakdown by category.

Open tool

Number Pattern Generator

Generate mathematical number sequences including arithmetic, geometric, Fibonacci, prime, triangular, square, cube, and more. Customize length and parameters.

Open tool

Duration Calculator

Calculate the exact duration between two dates and times. Get the result in years, months, days, hours, minutes, and seconds.

Open tool

BMI Prime Calculator

Calculate your BMI Prime and Ponderal Index (Rohrer's Index). BMI Prime is your BMI divided by 25 — a value above 1.0 indicates overweight.

Open tool

LED Resistor Calculator

Calculate the correct resistor value for an LED circuit. Enter supply voltage, LED forward voltage, and desired current to get the resistor in ohms with nearest E12/E24 standard values.

Open tool

Ohm's Law Calculator

Calculate voltage, current, resistance, and power using Ohm's Law (V=IR). Enter any two values to instantly compute the remaining two electrical quantities.

Open tool

Triangle Solver

Solve any triangle given three known values (sides and/or angles). Uses the law of sines and cosines to find all missing sides, angles, area, and perimeter.

Open tool

Modular Scale Calculator

Calculate typographic modular scales using a base size and ratio. Preview font sizes at each step and generate CSS custom properties for consistent typography.

Open tool

A/B Test Calculator

Check statistical significance between two A/B test variants using a two-proportion z-test — enter visitors and conversions to get z-score, p-value, and confidence level.

Open tool

Break-Even ROAS Calculator

Calculate the break-even Return on Ad Spend (ROAS) from your profit margin, with target-ROAS buffer and revenue-needed breakdowns.

Open tool

CLV Calculator

Calculate Customer Lifetime Value from purchase value, frequency, and lifespan, with optional margin adjustment and CLV:CAC ratio.

Open tool

CPA Calculator

Calculate Cost Per Acquisition (CPA) from ad spend and conversions, solve for spend or conversions, and check profit against your revenue per sale.

Open tool

CPC Calculator

Calculate CPC (cost per click), total ad spend, or click count from any two known values, with a CTR/CPM bridge and platform benchmarks.

Open tool

CTR Calculator

Calculate click-through rate (CTR) from clicks and impressions, plus reverse-solve clicks needed for a target CTR.

Open tool

ROAS Calculator

Calculate Return on Ad Spend (ROAS) from revenue and ad spend, with profit, ACOS, and platform benchmark comparisons — 100% client-side.

Open tool

Number Sorter

Sort a list of numbers ascending or descending, one per line or comma-separated, with optional deduplication. Instant, private, browser-side.

Open tool

Number Sum Calculator

Sum, count, average, median, min, and max a list of numbers instantly in your browser.

Open tool

Audiobook Speed Calculator

Calculate adjusted audiobook or podcast listening time at any playback speed (1x-3x), and reverse-lookup the exact speed needed to finish by a target time.

Open tool