Tools

Small web tools that run in your browser

Generate tags, clean launch details, and prepare static pages without accounts, uploads, or busywork.

SEO Tools

Small browser tools for metadata, indexing, canonical URLs, social previews, and static site launch checks.

Seo

AI Crawler robots.txt Builder

Build a robots.txt policy for AI crawlers. Choose from open, selective, or strict presets and block specific AI training bots while allowing search engines.

Open tool

Seo

llms.txt Validator

Validate llms.txt files against the specification. Check H1 headings, blockquote summaries, section structure, and Markdown link formatting.

Open tool

HTML Tools

Copy-paste helpers for cleaner HTML tags, head markup, snippets, and publishing workflows.

Html

ARIA Live Region Generator

Generate accessible ARIA live region HTML snippets with role, aria-live, aria-atomic, and aria-relevant attributes. Includes optional JavaScript update function.

Open tool

Html

CSP Hash Generator

Generate CSP hash values for inline scripts and styles. Hash exact code content with SHA-256, SHA-384, or SHA-512 and get the matching CSP directive snippet.

Open tool

Html

HTML Sanitizer Config Builder

Generate Sanitizer API and DOMPurify allowlist configurations. Choose content-type presets or customize allowed tags and attributes for safe HTML rendering.

Open tool

Html

SRI Hash Generator

Generate Subresource Integrity hashes for script and stylesheet files. Paste code, upload a local file, or reference a CDN URL and get the integrity attribute for your HTML tags.

Open tool

Html

Preload Tag Builder

Generate correct preload link tags for fonts, hero images, CSS, and scripts with the right as and crossorigin attributes.

Open tool

Html

Trusted Types Policy Generator

Generate a Trusted Types policy with configurable createHTML/createScript/createScriptURL operations and matching Content-Security-Policy headers for Nginx and Apache.

Open tool

Html

URLPattern Tester

Test URL patterns with named groups, wildcards, and regex constraints. Generate JavaScript URLPattern code and see live match results with extracted parameters for multiple test URLs.

Open tool

Html

contenteditable plaintext-only Generator

Generate accessible contenteditable=plaintext-only HTML markup with placeholder styling, focus states, and ARIA attributes. Pasting rich text strips formatting automatically -- no JavaScript needed.

Open tool

Html

Directory Upload Input Generator

Generate HTML input markup with the webkitdirectory attribute for folder selection, drag-and-drop zone, file list display with webkitRelativePath, and support for single-file, multiple-file, and directory modes.

Open tool

Html

scrollend Event Snippet Generator

Generate JavaScript snippets using the scrollend event that fires when scrolling fully completes including momentum and inertia, with debounce comparison to show why native scrollend is more accurate.

Open tool

Html

PerformanceObserver Snippet Generator

Generate JavaScript snippets using PerformanceObserver to monitor Core Web Vitals (LCP, INP, CLS, FID, FCP, TTFB) and other performance metrics in real-time with good/needs-improvement/poor threshold classifications.

Open tool

Html

RegExp.escape() Helper

Escape special regex characters in user input using the native RegExp.escape() method. Generate safe dynamic regex patterns with comparison to old manual escaping.

Open tool

Html

Intl.DurationFormat Generator

Format durations with locale-aware Intl.DurationFormat. Supports long, short, narrow, and digital styles in 6+ locales. No more moment-duration-format.

Open tool

Html

Custom Highlight API Generator

Generate JavaScript and CSS snippets for the Custom Highlights API to style arbitrary text ranges without modifying the DOM. Uses CSS.highlights registry and ::highlight() pseudo-element for find-in-page, syntax highlighting, and search results.

Open tool

Html

WebTransport URL Template Helper

Generate a JavaScript WebTransport connection snippet with URL template, bidirectional streams, and datagram support for low-latency client-server communication over HTTP/3 (QUIC).

Open tool

Html

JSON Formatter & Validator

Format, validate, minify, and tree-view JSON data. Detects trailing commas, shows error position with context. All processing happens in the browser -- no data sent anywhere.

Open tool

Html

JSON to CSV Converter

Convert JSON arrays to CSV/TSV with configurable delimiter, optional header row, nested field flattening via dot notation, and download-ready output.

Open tool

Html

YAML JSON Converter

Bidirectional YAML to JSON and JSON to YAML converter. Handles nested objects, arrays, and scalar values. Useful for config files, GitHub Actions, front matter, and Docker Compose.

Open tool

Html

JSONPath Tester

Test JSONPath expressions against JSON data. Supports dot notation, bracket notation, wildcards, array indices, and filter expressions. Shows matched values with paths.

Open tool

Html

JSON Schema Generator & Validator

Generate JSON Schema from sample JSON data, or validate JSON against an existing schema. Supports Draft 04/07/2020-12. Infers types, marks required fields, includes examples.

Open tool

Html

Regex Tester and Debugger

Test regular expressions against text with match highlighting, capture groups, and replacement preview. All processing is local in the browser.

Open tool

Html

Markdown Preview Editor

Split-screen Markdown editor with live GitHub-Flavored Markdown preview. Supports headings, bold/italic, links, code blocks, tables, and task lists.

Open tool

Html

QR Code Generator

Generate QR codes as SVG for URLs, text, email, phone, and WiFi. Customizable colors, size, and includes SVG code output for use in HTML.

Open tool

Html

Image Compressor and Converter

Compress and convert images locally using Canvas API. Resize by width/height, choose JPEG/PNG/WebP output, and adjust quality. No upload -- all processing is local.

Open tool

CSS Tools

Practical CSS generators for responsive layouts, spacing, mobile polish, and everyday UI fixes.

Css

CSS Carousel Generator

Generate native CSS carousel markup with scroll-snap, scroll buttons, scroll markers, and accessible list structure. No JavaScript required.

Open tool

Css

Touch Target Size Checker

Check interactive element dimensions against WCAG 2.2 Target Size (2.5.8) requirements. Get AA/AAA results with CSS fix recommendations.

Open tool

Css

View Transition Builder

Generate View Transitions API CSS and JavaScript for smooth page and element transitions. Same-document (SPA) and cross-document (MPA) support with reduced-motion fallback.

Open tool

Css

Typed CSS attr() Generator

Generate typed CSS attr() expressions that read HTML attribute values into any CSS property with proper type casting. Supports number, px, rem, em, color, deg, s, ms, url, and percentage types.

Open tool

Css

CSS if() Function Builder

Build CSS if() conditionals using style(), media(), and supports() conditions for inline responsive values without @media or @container queries.

Open tool

Css

CSS shape() Function Generator

Generate CSS shape() function values for clip-path and shape-outside with polygon, circle, ellipse, path, and rect types. Supports percentage coordinates, reference boxes, and animated transitions.

Open tool

Css

CSS @scope Rule Builder

Generate CSS @scope at-rules that scope styles to a DOM subtree. Configure upper boundary (scope root) and optional lower boundary (scope limit) with lower specificity than unscoped styles.

Open tool

Css

SVG Optimizer

Optimize SVG files by removing comments, metadata, editor data, and collapsing whitespace. Shows before/after size comparison. All local processing.

Open tool

Css

CSS Gradient Generator

Visual builder for linear, radial, and conic CSS gradients with live preview. Adjust angle, color stops, and positions. Copy clean CSS.

Open tool

Css

CSS Filter Generator

Visual CSS filter editor with nine filter functions and live preview. Test on gradient swatch or optional image URL. Copy clean CSS output.

Open tool

Css

CSS Text Shadow Generator

Build multi-layer CSS text shadows with neon, glow, 3D, and outline presets. Customize text, size, and up to three layers. Live preview.

Open tool

Css

CSS 3D Transform Generator

Visual 3D CSS transform builder with rotate, translate, scale, perspective, and origin controls. Live preview card shows depth in real time.

Open tool

Image & Asset Tools

Local helpers for icons, image markup, asset paths, and static website files.

Assets

Web App Manifest Validator

Validate a web app manifest JSON against the W3C specification. Check required fields, icon sizes, start URL, scope, display mode, theme colors, and installability.

Open tool

GitHub Pages Tools

Tools for custom domains, static publishing, launch checks, and GitHub Pages website maintenance.

Github Pages

COOP/COEP/CORP Header Builder

Build Cross-Origin isolation headers for SharedArrayBuffer, WebAssembly threads, and cross-origin security. Choose from presets with debugging checklists.

Open tool

Github Pages

CORS Header Generator

Generate CORS HTTP headers for any origin, method, and credential configuration. Output in raw HTTP, Nginx, Apache, Express, or Cloudflare Workers format.

Open tool

Github Pages

HTTP Header Parser & Explainer

Paste raw HTTP response headers and get a grouped, plain-English explanation of each header. Includes security advisories for missing security headers.

Open tool

Github Pages

Redirect Map Converter

Convert a CSV redirect map to Netlify _redirects, netlify.toml, Vercel vercel.json, Apache .htaccess, or Nginx config. Validate duplicates and redirect chains.

Open tool

Github Pages

security.txt Generator & Validator

Generate and validate security.txt files per RFC 9116. Specify your contact, expiration, and optional fields, then get hosting guidance for GitHub Pages, Netlify, and Vercel.

Open tool

Github Pages

VAPID Key Generator

Generate a VAPID key pair for Web Push notifications using the browser's Web Crypto API. Output ready-to-use keys for Node web-push, Firebase, and environment variables.

Open tool

Github Pages

Zstandard Compression Header Helper

Generate server configuration for Zstandard (zstd) compression with Content-Encoding headers, Accept-Encoding negotiation, and fallback chains for Nginx, Apache, Cloudflare, and Netlify.

Open tool