Web & Dev

URLs, headers, CSS, references · 140 tools

.env to JSON

Parse a .env / dotenv file into a JSON object and convert JSON back into .env format, handling quotes, comments, and export prefixes.

Web & Dev
.gitattributes Generator

Generate a .gitattributes file selecting line-ending normalization, binary, LFS and linguist rules from presets.

Web & Dev
.htaccess Redirect Builder

Build Apache .htaccess redirect rules (Redirect, RewriteRule) from source/target URL pairs with status codes.

Web & Dev
Accept-Language / Accept Parser

Parse and sort Accept-Language or Accept headers by quality value (q-factor).

Web & Dev
Apache .htaccess Snippet Generator

Generate .htaccess rules for redirects, HTTPS, rewrites, headers, and caching.

Web & Dev
Asset Cache-Busting URL Builder

Appends a deterministic version/hash query param to a list of asset URLs.

Web & Dev
Authenticated fetch() Builder

Generate a fetch() snippet with method, headers, bearer token, and JSON body.

Web & Dev
Authorization Header Builder

Construct Authorization header values for Bearer, Basic, API key, and custom schemes.

Web & Dev
Basic Auth Generator

Build an HTTP Basic Authorization header from a username and password.

Web & Dev
BEM Class Name Generator

Generate Block__Element--Modifier CSS class names from block, element and modifier inputs with HTML/CSS preview.

Web & Dev
Cache-Control Builder

Compose and explain a Cache-Control header from caching directive checkboxes and durations.

Web & Dev
Cache-Control Header Explainer

Break down a Cache-Control header and explain each directive and its effect.

Web & Dev
Chmod Calculator

Toggle Unix permission bits and get the octal + symbolic chmod value.

Web & Dev
CIDR / IP Range Calculator

Expand an IPv4/IPv6 CIDR block into network, broadcast, mask, and host range.

Web & Dev
Common Regex Patterns Library

Searchable reference of ready-to-copy regex patterns for emails, URLs, IPs, dates, and other common validations.

Web & Dev
Content-Disposition Builder

Build and parse Content-Disposition headers with RFC 5987 filename encoding.

Web & Dev
Content-Security-Policy Builder

Build a CSP header from per-directive source lists with keyword and nonce/hash helpers.

Web & Dev
Content-Security-Policy Linter

Parses a CSP header string and flags unsafe or redundant directives.

Web & Dev
Content-Type & Charset Reference

Searchable reference of common Content-Type media types, charsets, and parameters.

Web & Dev
Cookie Parser

Parse a Cookie or Set-Cookie header into a readable table of attributes.

Web & Dev
CORS Headers Builder

Generate the Access-Control-* response headers for a desired cross-origin policy.

Web & Dev
Cron Expression Explainer

Translate a cron expression into plain English and list the next several run times, supporting ranges, steps, and lists across all five fields.

Web & Dev
CSP Header Analyzer

Parse a Content-Security-Policy header and flag weak or unsafe directives.

Web & Dev
CSS aspect-ratio Generator

Turn a width:height ratio into aspect-ratio CSS plus a padding-top fallback.

Web & Dev
CSS Border Radius Generator

Visually build a border-radius value (including elliptical and per-corner) and copy the CSS.

Web & Dev
CSS Box Shadow Generator

Visually craft a CSS box-shadow with offset, blur, spread, color, opacity, and inset controls, with a live preview and copyable code.

Web & Dev
CSS Button Generator

Design a button (colors, padding, radius, shadow, hover) and copy the CSS.

Web & Dev
CSS clamp() Fluid Type Calculator

Compute a responsive clamp() font-size from min/max sizes and viewport range.

Web & Dev
CSS clip-path Shape Generator

Generate polygon, circle, ellipse and inset clip-path values with live preview.

Web & Dev
CSS Color Format Converter

Convert a color between hex, rgb(), hsl(), hwb(), oklch() and named for code.

Web & Dev
CSS Cubic Bezier Generator

Design CSS cubic-bezier easing curves with draggable control points and a live animation preview, outputting the transition-timing-function value.

Web & Dev
CSS Custom Properties Extractor

Scan CSS and list all --custom-properties and var() usages with values.

Web & Dev
CSS Custom Property Extractor

Extract all CSS custom properties (--var declarations) from a stylesheet into a deduplicated, sortable list.

Web & Dev
CSS Custom Scrollbar Styler

Generate cross-browser custom scrollbar CSS (WebKit pseudo-elements + Firefox).

Web & Dev
CSS Filter Generator

Combine blur, brightness, contrast and other filters with live image preview.

Web & Dev
CSS Flexbox Generator

Set flex container and item properties from dropdowns and copy the generated CSS.

Web & Dev
CSS Gradient Text Generator

Produce the background-clip text trick CSS for gradient-colored text.

Web & Dev
CSS Grid Template Generator

Define grid columns, rows, gaps and named areas, then copy the grid-template CSS.

Web & Dev
CSS Keyframes & Animation Generator

Create @keyframes with stops plus the animation shorthand, and copy the CSS.

Web & Dev
CSS Media Query Builder

Build responsive @media queries with min/max width breakpoints, orientation, and feature conditions visually.

Web & Dev
CSS Media Query Generator

Build responsive @media queries from breakpoints and feature conditions.

Web & Dev
CSS Minify / Beautify

Minify CSS to one line or beautify it with consistent indentation.

Web & Dev
CSS Multi-Column Layout Generator

Generate CSS columns properties (count, width, gap, rule) with live text preview.

Web & Dev
CSS REM / EM / VW / PX Calculator

Convert between px, rem, em, vw and vh with configurable root font size and viewport, in both directions.

Web & Dev
CSS Selector Specificity Sorter

Score and rank multiple CSS selectors by specificity to spot override order.

Web & Dev
CSS Specificity Calculator

Compute the specificity of any CSS selector as an (a,b,c) triple and rank multiple selectors to predict which rule wins.

Web & Dev
CSS Text Shadow Generator

Build single or stacked text-shadow values with live typographic preview.

Web & Dev
CSS to Tailwind

Translate common CSS declarations into equivalent Tailwind utility classes, mapping spacing, colors, flex, font, and border properties.

Web & Dev
CSS Transform Generator

Compose translate, rotate, scale, skew and perspective into one transform value.

Web & Dev
CSS Transition Generator

Build a transition shorthand from property, duration, timing function and delay.

Web & Dev
CSS Triangle Generator

Create pure-CSS triangles using the border trick for any direction and size.

Web & Dev
CSS Unit Converter (px / rem / em / pt / %)

Convert between px, rem, em, pt, pc, vw/vh and percent using a root and base.

Web & Dev
cURL Command Builder

Build a complete curl command from method, URL, headers, body, and auth fields.

Web & Dev
cURL to Code

Convert a curl command into a browser fetch() call, parsing method, URL, headers, and body into ready-to-paste JavaScript.

Web & Dev
Data URI Size Estimator

Estimate the byte size and overhead of a Base64 data URI for a given raw file size before embedding it.

Web & Dev
Data URI to Text

Decode a data: URI back into its underlying text, revealing the MIME type, encoding, and the original content from base64 or percent-encoding.

Web & Dev
Email Obfuscator

Obfuscate an email address (entities / JS) to deter scrapers.

Web & Dev
ETag & Conditional Request Builder

Generate ETag values and matching If-None-Match / If-Modified-Since request headers.

Web & Dev
Favicon Link Tags Generator

Generate the full set of favicon and app-icon link tags for all platforms.

Web & Dev
HSTS Header Builder

Build and decode the Strict-Transport-Security header with preload-eligibility checks.

Web & Dev
HTML Attribute Stripper / Tag Cleaner

Remove selected attributes (style, class, on*, data-*) or whole tags from HTML.

Web & Dev
HTML Boilerplate Generator

Generate a clean HTML5 starter document with configurable title, language, viewport, charset, and optional meta/Open Graph tags.

Web & Dev
HTML Class & ID Extractor

Extract every unique class name and id used in an HTML snippet and output them as a sorted list or CSS stub.

Web & Dev
HTML data-* to JS dataset Converter

Convert data-* attributes to element.dataset access expressions and back.

Web & Dev
HTML Entity Picker

Searchable reference of named HTML entities with their character, numeric, and hex codes ready to copy.

Web & Dev
HTML Escape / Unescape for Code

Escape text to HTML-safe entities or unescape entities back to characters.

Web & Dev
HTML Meta Tags Generator (SEO)

Generate the full SEO meta tag head block from title, description and options.

Web & Dev
HTML Minifier / Beautifier

Minify HTML by stripping comments and whitespace, or pretty-print it.

Web & Dev
HTML to JSX

Convert raw HTML into React JSX, renaming class to className, fixing self-closing tags, camelCasing attributes, and converting inline styles to objects.

Web & Dev
HTML to Text

Strip HTML tags and decode entities to get clean plain text.

Web & Dev
HTTP Headers Reference

Look up any HTTP request or response header to see its purpose, direction, example values, and whether it is standard or deprecated.

Web & Dev
HTTP Method Reference

Cheatsheet of HTTP methods with safe/idempotent/cacheable/body semantics.

Web & Dev
HTTP Status Code Explainer

Look up a status code or symbol to get its class, meaning, and typical use.

Web & Dev
HTTP Status Codes

Searchable reference of HTTP status codes and their meanings.

Web & Dev
IP Address Converter

Convert an IPv4/IPv6 address between dotted, integer, hex, binary, and expanded forms.

Web & Dev
IP-in-CIDR Checker

Check whether IP addresses fall within one or more CIDR ranges.

Web & Dev
IPv4 Subnet Calculator

Compute network, broadcast, mask, host range and count from CIDR.

Web & Dev
IPv6 Expand & Compress

Expand IPv6 addresses to full form or compress to canonical RFC 5952 shorthand.

Web & Dev
JSON Flatten / Unflatten

Flatten a deeply nested JSON object into single-level dot-notation keys, or rebuild nested structure from flattened keys.

Web & Dev
JSON Path Extractor

Query a JSON document with a dot/bracket path expression (e.g. data.items[0].name) and extract matching values, with wildcard support for arrays.

Web & Dev
JSON to HTML Form Generator

Turn a JSON object into a matching HTML form with labeled inputs inferred from each field's value type.

Web & Dev
JSON to Java Class

Convert a JSON payload into POJO Java class definitions with typed fields and getters/setters, inferring nested classes and collection generics.

Web & Dev
JSON to JSON Schema

Generate a draft JSON Schema from an example JSON document, inferring types, required keys, array item shapes, and nested object definitions.

Web & Dev
JSON to Pretty / Tree

Visualize JSON as a collapsible, indented tree with type annotations and node counts, making large nested payloads easy to navigate.

Web & Dev
JSON to Query Params

Turn a flat or nested JSON object into a properly encoded URL query string, with bracket notation for nested keys and arrays.

Web & Dev
JSON to TOML

Convert JSON configuration into TOML format and back, handling tables, arrays of tables, nested keys, strings, and numeric/boolean scalars.

Web & Dev
JSON-LD Structured Data Generator

Generate schema.org JSON-LD for Article, Product, FAQ, Breadcrumb and more.

Web & Dev
JWT Decoder

Decode and inspect JSON Web Token header & payload (no verification).

Web & Dev
JWT Expiry Inspector

Decode a JWT and report human-readable issued/expiry times and remaining validity.

Web & Dev
Link Header Builder & Parser

Build and parse RFC 8288 Link headers (rel=next/prev, preload, canonical).

Web & Dev
Lorem Ipsum HTML Block Generator

Generate placeholder content as ready-to-paste semantic HTML blocks (paragraphs, headings, lists, blockquotes).

Web & Dev
MAC Address Formatter

Reformat MAC addresses between colon, hyphen, dot (Cisco), and bare notations.

Web & Dev
Markdown Table Generator

Build a Markdown table from typed rows and columns or from pasted CSV/TSV, with column alignment controls and live preview.

Web & Dev
Markdown to HTML

Render Markdown to HTML with a live preview and copyable output.

Web & Dev
MIME Type from Extension

Map one or many file extensions or filenames to their canonical MIME types and back.

Web & Dev
MIME Type Lookup

Look up the MIME/content type for a file extension and vice versa.

Web & Dev
Nginx Config Snippet Generator

Generate common Nginx server/location blocks from form options (no server needed).

Web & Dev
Open Graph / Twitter Card Preview

Parses OG and Twitter meta tags from pasted HTML and shows the resolved share-card fields.

Web & Dev
Open Graph Meta Tag Generator

Produce Open Graph and Twitter Card meta tags from title, description, URL, image, and type fields for rich social link previews.

Web & Dev
Permissions-Policy Builder

Build a Permissions-Policy (Feature-Policy) header from per-feature allowlists.

Web & Dev
PX ↔ REM Converter

Convert between px, rem and em given a configurable root font size.

Web & Dev
Query String ↔ JSON

Convert a URL query string to JSON and back, handling repeated keys.

Web & Dev
Query String Editor

Edit, add, reorder, dedupe, and sort URL query parameters in an interactive key/value table.

Web & Dev
Query String Parser

Parse a raw query string into a readable key/value table or pretty JSON, expanding repeated keys and bracket notation into arrays.

Web & Dev
Raw HTTP Message Parser

Parse a raw HTTP request or response into method, path, status, headers, and body.

Web & Dev
Referrer-Policy Reference & Tester

Explain Referrer-Policy values and simulate what Referer is sent between two URLs.

Web & Dev
Regex Cheatsheet & Builder

Browse a searchable regex syntax reference and snippet library for common patterns like email, URL, IP, and date, with copyable expressions.

Web & Dev
Regex Escape / Unescape

Escape arbitrary text into a literal regex pattern or unescape an escaped pattern back to plain text.

Web & Dev
Regex Match Against Lines

Run a regex against each line of pasted text and list which lines match, which do not, and the captured groups.

Web & Dev
Regex Named Group Reference Converter

Convert between numbered capture groups and named capture groups in regex patterns and their backreferences/replacements.

Web & Dev
Relative URL Resolver

Resolve a relative reference against a base URL to produce the absolute target.

Web & Dev
Resource Hint Link Generator

Generate preload, prefetch, preconnect and dns-prefetch link tags.

Web & Dev
Responsive Image srcset Builder

Builds an <img> srcset and sizes attribute from a base filename and width list.

Web & Dev
Responsive Image srcset Generator

Generate <img> srcset/sizes (or <picture>) markup from a list of widths.

Web & Dev
Responsive Image Width Planner

Compute srcset width descriptors and sizes from a layout and breakpoints.

Web & Dev
robots.txt Tester

Test whether a URL path is allowed for a user-agent against pasted robots.txt rules.

Web & Dev
Semantic Version Comparator

Compare two semantic versions to see which is greater, parse a version into major/minor/patch/prerelease, and test it against a range.

Web & Dev
Semver Range Tester

Test whether semantic versions satisfy npm-style version ranges (caret, tilde, comparators, hyphen ranges).

Web & Dev
Semver Version Bumper

Compute the next semantic version by bumping major, minor, patch, or prerelease according to semver rules.

Web & Dev
Set-Cookie Header Builder

Build a syntactically correct Set-Cookie header from name, value, and attribute toggles.

Web & Dev
Set-Cookie String Builder

Build a Set-Cookie header from name, value and attributes with validation.

Web & Dev
Shell Argument Escaper

Safely quote and escape strings for bash, sh, PowerShell, or cmd.exe.

Web & Dev
Slugify Variants Comparator

Generate multiple slug styles (kebab, snake, dot, path, GitHub-anchor) from one input at once for comparison.

Web & Dev
Text Data URI Builder

Build a data: URI from pasted text with MIME type, charset, and base64 options.

Web & Dev
Twitter Card Meta Generator

Build Twitter/X card meta tags (summary, large image, app, player).

Web & Dev
URL Builder

Assemble a valid URL from individual scheme, host, port, path, query, and fragment fields.

Web & Dev
URL Inspector

Break a URL into protocol, host, port, path segments, query parameters, and hash, displayed as a clear labeled component breakdown.

Web & Dev
URL Normalizer

Canonicalize a URL by lowercasing host, resolving dot segments, sorting params, and stripping defaults.

Web & Dev
URL Parser

Break a URL into protocol, host, path, query parameters and hash.

Web & Dev
URL Path Joiner & Normalizer

Join a base URL with path segments and normalize slashes, dot-segments, and trailing slashes safely.

Web & Dev
URL Query Param Sorter

Canonicalize a URL by sorting and optionally deduplicating query parameters.

Web & Dev
URL Query Params Diff

Compare the query strings of two URLs and show which params were added, removed, changed, or unchanged.

Web & Dev
User-Agent Parser

Parse a User-Agent string into browser, engine, OS and device.

Web & Dev
User-Agent String Builder

Compose a browser User-Agent string from platform, engine, and version selectors.

Web & Dev
Web App Manifest Generator

Build a valid manifest.json (PWA) from name, colors, display and icons.

Web & Dev
WWW-Authenticate Parser

Parse WWW-Authenticate / Authorization challenge headers into scheme and parameters.

Web & Dev
XML Formatter

Pretty-print and indent minified XML, or minify verbose XML by stripping whitespace between tags, with self-closing tag handling.

Web & Dev
XML Sitemap Generator

Turn a list of URLs into a valid sitemap.xml with lastmod, changefreq, priority.

Web & Dev
XML to JSON

Convert an XML document into a structured JSON object, mapping elements, attributes, and text content with a predictable convention.

Web & Dev
Z-Index Scale Generator

Generate a documented z-index scale with named layers as CSS variables or a Sass/JS map to avoid stacking chaos.

Web & Dev

Command Palette

Search for a tool or run a command