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.
Tools
Generate tags, clean launch details, and prepare static pages without accounts, uploads, or busywork.
Small browser tools for metadata, indexing, canonical URLs, social previews, and static site launch checks.
Seo
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.
Seo
Build XML sitemap entries with hreflang alternates for multilingual pages. Validate reciprocal links between language versions.
Seo
Validate llms.txt files against the specification. Check H1 headings, blockquote summaries, section structure, and Markdown link formatting.
Seo
Generate an OpenSearch description XML file and HTML link tag so browsers can add your site's search as a search engine.
Seo
Generate a practical SEO checklist for static websites before launch.
Seo
Generate starter JSON-LD for WebSite, Organization, Article, FAQ, or BreadcrumbList.
Seo
Generate a complete set of viewport meta tags plus theme-color and Apple touch icon links.
Seo
Paste a list of URLs and get a complete sitemap.xml file for static hosting and GitHub Pages.
Seo
Generate Speculation Rules JSON for prerendering and prefetching pages in Chrome and Edge.
Seo
Generate a Permissions-Policy HTTP header to control browser feature access across your site.
Seo
Generate a Content-Security-Policy header for static sites with CDN, analytics, font, and embed options.
Seo
Generate YAML front matter blocks for Jekyll, Hugo, Astro, 11ty, and other static site generators.
Seo
Generate a complete RSS 2.0 XML feed for your static blog from a list of posts.
Seo
Generate a JSON Feed file for your static blog as a modern, machine-readable alternative to RSS.
Seo
Generate a Referrer-Policy header or meta tag to control how much referrer information is sent with outbound links.
Seo
Generate X-Robots-Tag HTTP headers and robots meta tags for non-HTML files, PDFs, images, feeds, and HTML pages.
Copy-paste helpers for cleaner HTML tags, head markup, snippets, and publishing workflows.
Html
Generate accessible ARIA live region HTML snippets with role, aria-live, aria-atomic, and aria-relevant attributes. Includes optional JavaScript update function.
Html
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.
Html
Generate CSS for customizable select elements using appearance: base-select, picker icons, checkmarks, and open/closed state styling.
Html
Generate HTML snippets for Declarative Shadow DOM with scoped CSS, slots, open/closed mode, and server-rendering fallback content.
Html
Generate declarative command buttons for dialogs, popovers, and disclosure elements using the Invoker Commands API. No JavaScript needed.
Html
Generate Sanitizer API and DOMPurify allowlist configurations. Choose content-type presets or customize allowed tags and attributes for safe HTML rendering.
Html
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.
Html
Generate link tags for preload, preconnect, dns-prefetch, canonical, and alternate URLs.
Html
Generate responsive iframe embed markup for videos, maps, demos, and docs.
Html
Paste HTML and see the heading structure as a tree. Find skipped levels, missing h1 tags, and hierarchy problems.
Html
Paste text and get an estimated reading time based on word count and adjustable reading speed.
Html
Search and copy common HTML entities including arrows, dashes, quotes, math symbols, and special characters.
Html
Generate native HTML popover markup using popovertarget and the Popover API without JavaScript.
Html
Generate secure iframe markup with sandbox flags and allow permissions by embed type.
Html
Paste HTML headings and get a nested table of contents with anchor links for articles and documentation.
Html
Generate a native HTML dialog modal with open and close buttons using the dialog element.
Html
Generate a complete HTML redirect page using the meta refresh tag without JavaScript.
Html
Generate a friendly 404 error page with navigation links for static websites and GitHub Pages.
Html
Generate an accessible skip-to-main-content link with CSS for keyboard and screen reader navigation.
Html
Paste HTML and check for ARIA landmark elements that help screen readers navigate the page structure.
Html
Generate HTML input elements with type-specific attributes for forms on static websites.
Html
Generate fetchpriority attributes for images, scripts, and link tags to improve Core Web Vitals.
Html
Generate correct preload link tags for fonts, hero images, CSS, and scripts with the right as and crossorigin attributes.
Html
Generate modulepreload link tags for ES module scripts in Vite, Astro, and modern static sites.
Html
Build optimized img tags by combining loading, decoding, and fetchpriority for hero images, galleries, and article content.
Html
Generate FAQ accordions and collapsible disclosure panels using the native details and summary elements without JavaScript.
Html
Generate external link markup with the correct rel attributes for security, SEO, sponsored content, and user-generated content.
Html
Generate script tags with the right loading strategy -- normal, defer, async, or type module -- based on use case.
Html
Generate JavaScript code for client-side routing using the Navigation API. Intercept navigations, match route patterns, and update content without full page reloads.
Html
Generate an ES module service worker with configurable cache strategies, precache URL list, auto-activation, and offline fallback support.
Html
Generate a Trusted Types policy with configurable createHTML/createScript/createScriptURL operations and matching Content-Security-Policy headers for Nginx and Apache.
Html
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.
Html
Generate accessible contenteditable=plaintext-only HTML markup with placeholder styling, focus states, and ARIA attributes. Pasting rich text strips formatting automatically -- no JavaScript needed.
Html
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.
Html
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.
Html
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.
Html
Encode and decode Uint8Array data using native toBase64(), toHex(), fromBase64(), and fromHex() methods. No more manual btoa or charCodeAt loops.
Html
Escape special regex characters in user input using the native RegExp.escape() method. Generate safe dynamic regex patterns with comparison to old manual escaping.
Html
Format durations with locale-aware Intl.DurationFormat. Supports long, short, narrow, and digital styles in 6+ locales. No more moment-duration-format.
Html
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.
Html
Generate a JavaScript WebTransport connection snippet with URL template, bidirectional streams, and datagram support for low-latency client-server communication over HTTP/3 (QUIC).
Html
Generate declarative HTML popover markup using the interestfor invoker command for hover and focus-triggered tooltips without JavaScript.
Html
Generate JavaScript snippets using the ARIA Notify API for programmatic screen reader announcements with aria-live fallback.
Html
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.
Html
Convert JSON arrays to CSV/TSV with configurable delimiter, optional header row, nested field flattening via dot notation, and download-ready output.
Html
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.
Html
Test JSONPath expressions against JSON data. Supports dot notation, bracket notation, wildcards, array indices, and filter expressions. Shows matched values with paths.
Html
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.
Html
Test regular expressions against text with match highlighting, capture groups, and replacement preview. All processing is local in the browser.
Html
Decode JWT tokens to inspect header, payload claims, and timestamps. All decoding happens locally 閳?no token is sent to any server.
Html
Encode text to Base64 or decode Base64 back to text. Supports URL-safe Base64 variant. All processing is local.
Html
Encode or decode URL-encoded strings. Supports both encodeURIComponent (full) and encodeURI (URL-safe) modes.
Html
Parse URL query strings into key-value tables, or build query strings from parameters. Detects duplicates and sorts parameters.
Html
Generate UUID v4 (random) or v7 (time-ordered) identifiers with configurable options
Html
Convert between Unix timestamps and human-readable dates with timezone support
Html
Build and understand cron schedule expressions with presets or custom fields
Html
Generate cryptographic hashes and HMAC JavaScript code using Web Crypto API
Html
Split-screen Markdown editor with live GitHub-Flavored Markdown preview. Supports headings, bold/italic, links, code blocks, tables, and task lists.
Html
Generate QR codes as SVG for URLs, text, email, phone, and WiFi. Customizable colors, size, and includes SVG code output for use in HTML.
Html
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.
Practical CSS generators for responsive layouts, spacing, mobile polish, and everyday UI fixes.
Css
Calculate clamp() values using container query units (cqi, cqw, cqb, cqmin, cqmax) for component-level responsive sizing.
Css
Generate native CSS carousel markup with scroll-snap, scroll buttons, scroll markers, and accessible list structure. No JavaScript required.
Css
Generate CSS scroll-state() container queries for styling snapped, stuck, or scrollable elements. Includes JavaScript fallback for cross-browser support.
Css
Generate parent grid and child subgrid CSS. Create layouts where nested grid items align with the parent grid tracks.
Css
Generate accessible :focus-visible outline or box-shadow focus ring CSS with contrast checking against background colors.
Css
Generate CSS for safe-area insets on phones with notches and rounded corners.
Css
Check the contrast ratio between two colors against WCAG accessibility standards.
Css
Build box-shadow CSS visually by adjusting offset, blur, spread, and color.
Css
Generate flexbox container CSS and sample HTML by selecting flex direction, wrap, alignment, and justification.
Css
Set rounded corners individually for each corner and generate the border-radius CSS declaration.
Css
Check interactive element dimensions against WCAG 2.2 Target Size (2.5.8) requirements. Get AA/AAA results with CSS fix recommendations.
Css
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.
Css
Plan @layer order and generate a CSS cascade layer structure with example rules.
Css
Generate CSS for content-visibility and contain-intrinsic-size to speed up long pages.
Css
Generate overscroll-behavior CSS to control pull-to-refresh, scroll chaining, and bounce effects.
Css
Generate CSS scroll-snap rules for carousels, galleries, and horizontal scroll sections.
Css
Generate CSS container query rules for component-based responsive design.
Css
Calculate aspect-ratio CSS values and padding-bottom fallbacks to prevent Cumulative Layout Shift.
Css
Generate CSS using dynamic viewport units (dvh, svh, lvh) with fallbacks for older browsers.
Css
Convert physical CSS properties to logical properties for better right-to-left and writing-mode support.
Css
Generate CSS anchor positioning rules for tooltips, dropdowns, and callouts aligned to trigger elements.
Css
Generate CSS scroll-driven animations with animation-timeline for reading progress bars, reveal effects, and parallax.
Css
Generate CSS for animating elements that enter or leave the page using transition-behavior, @starting-style, and overlay.
Css
Generate CSS color-scheme and light-dark() function rules for basic dark mode without duplicate variables.
Css
Generate CSS color-mix() function calls for hover states, borders, backgrounds, and muted text from a base color.
Css
Generate CSS relative color syntax to create alpha, lighter, darker, and channel-adjusted variants from any base color.
Css
Generate a print stylesheet that hides navigation, shows link URLs, avoids page breaks in important blocks, and sets print margins.
Css
Generate CSS contrast-color() expressions that automatically pick the color with the best contrast ratio from a candidate list. No JavaScript text-color switching needed.
Css
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.
Css
Build CSS if() conditionals using style(), media(), and supports() conditions for inline responsive values without @media or @container queries.
Css
Generate CSS using sibling-index() and sibling-count() to style elements by their DOM position among siblings without nth-child selectors.
Css
Calculate CSS progress() function values that map an input value from one range to a 0-1 progress value for scroll-driven animations and value mapping.
Css
Generate CSS using the stretch keyword for fill-available sizing in block, flex, grid, and absolutely positioned layouts.
Css
Build CSS text-indent values using the hanging and each-line keywords with fallback for older browsers. Generate reverse indentation for bibliographies and definition lists.
Css
Calculate pixel equivalents for root-relative font units rcap, rch, rex, and ric compared to rem. Understand when to use each unit based on glyph measurements.
Css
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.
Css
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.
Css
Optimize SVG files by removing comments, metadata, editor data, and collapsing whitespace. Shows before/after size comparison. All local processing.
Css
Convert SVG markup to CSS data URIs for background-image, img src, or raw data URI. URL-encoded and Base64 options with live preview.
Css
Visual builder for linear, radial, and conic CSS gradients with live preview. Adjust angle, color stops, and positions. Copy clean CSS.
Css
Visual CSS filter editor with nine filter functions and live preview. Test on gradient swatch or optional image URL. Copy clean CSS output.
Css
Build multi-layer CSS text shadows with neon, glow, 3D, and outline presets. Customize text, size, and up to three layers. Live preview.
Css
Nine animation presets (fade, slide, scale, spin, pulse, bounce, shake) with customizable duration, easing, and iteration. Live preview with replay.
Css
Visual 3D CSS transform builder with rotate, translate, scale, perspective, and origin controls. Live preview card shows depth in real time.
Local helpers for icons, image markup, asset paths, and static website files.
Assets
Upload an app icon and preview the PWA maskable safe zone with overlay. Export manifest-ready icon entries with correct purpose and size references.
Assets
Generate img or picture markup with srcset, sizes, width, height, and alt text.
Assets
Generate a site.webmanifest JSON file for PWA-ready static websites.
Assets
Validate a web app manifest JSON against the W3C specification. Check required fields, icon sizes, start URL, scope, display mode, theme colors, and installability.
Tools for custom domains, static publishing, launch checks, and GitHub Pages website maintenance.
Github Pages
Generate Android assetlinks.json and Apple App Site Association (AASA) files for Universal Links and Android App Links.
Github Pages
Build correct Cache-Control HTTP headers for static assets, HTML pages, feeds, and sensitive content.
Github Pages
Build Cross-Origin isolation headers for SharedArrayBuffer, WebAssembly threads, and cross-origin security. Choose from presets with debugging checklists.
Github Pages
Generate CORS HTTP headers for any origin, method, and credential configuration. Output in raw HTTP, Nginx, Apache, Express, or Cloudflare Workers format.
Github Pages
Paste raw HTTP response headers and get a grouped, plain-English explanation of each header. Includes security advisories for missing security headers.
Github Pages
Create the CNAME file content and DNS notes for a GitHub Pages custom domain.
Github Pages
Convert a CSV redirect map to Netlify _redirects, netlify.toml, Vercel vercel.json, Apache .htaccess, or Nginx config. Validate duplicates and redirect chains.
Github Pages
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.
Github Pages
Generate a 404.html fallback for single-page apps on GitHub Pages.
Github Pages
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.
Github Pages
Enter a domain name and see example A, AAAA, CNAME, MX, and TXT records with setup notes.
Github Pages
Generate a GitHub Actions workflow YAML to deploy a static site, Vite, or Astro project to GitHub Pages.
Github Pages
Generate Report-To and Reporting-Endpoints HTTP headers for Nginx and Apache, plus CSP Reporting and Network Error Logging configuration.
Github Pages
Generate server configuration for Zstandard (zstd) compression with Content-Encoding headers, Accept-Encoding negotiation, and fallback chains for Nginx, Apache, Cloudflare, and Netlify.