URL Parser - Online Decompose Link into Components
Break down any URL into its individual components: protocol, hostname, path, query parameters. Decode query strings easily. Purely client-side.
UD5 Toolkit
example.com/blog/advanced-slug-generator, the slug is "advanced-slug-generator". Slugs are critical for SEO because search engines use them to understand page content. Well-crafted slugs improve click-through rates, are easier to share, and help users navigate your site intuitively.
https://example.com/blog/2024/my-article). A slug is just the final identifying portion of that URL (my-article). In CMS platforms like WordPress, the slug is the editable part of the permalink. Our tool focuses on generating optimized slugs that you can plug into any permalink structure.
Break down any URL into its individual components: protocol, hostname, path, query parameters. Decode query strings easily. Purely client-side.
Enter a URL and see a nested list of all h1‑h6 tags. Check document structure for SEO and accessibility.
Enter a URL and see a nested list of all headings (h1‑h6). Check your document structure for SEO and accessibility. Pure fetch.
Paste an SVG and get a ready‑to‑use data URI for CSS backgrounds or img tags. Optimized with URL encoding. All local.
Encode or decode a string for use in a URL query parameter. See the raw and encoded versions. Dev tool.
Find out the real destination of any shortened link (bit.ly, t.co, etc.) without clicking. Resolves redirects locally using public HTTP headers.
Paste a full URL or query string and instantly get a pretty JSON object. Parse arrays and nested keys.
Paste text with \uXXXX or \xXX escape sequences and decode to readable characters. Works for all Unicode planes.
Map English letters to fancy mathematical or ornamental Unicode symbols. Create Facebook/Twitter bio art. All local.
Shows the decimal and hex code point for every character in a string, including emojis. Copy as array. Dev reference.
Create a Svelte single‑file component with script, style, and markup. Choose TypeScript or JavaScript. Copy the .svelte file.
Insert a blank line between each line of text. Perfect for blog drafts or scripts. One‑click converter. Local.
Pick an emoji and get the exact CSS content property value with escaped Unicode. For inserting emojis via CSS.
Paste your Accept‑Language header and see which languages your site should serve based on quality values. Internationalization helper.
Write a standard README with pre‑filled sections like Installation, Usage, and License. Export as Markdown. Save time.
Convert a JSON object into application/x‑www‑form‑urlencoded format. Essential for testing legacy APIs. Pure browser.
Generate a CSR and private key pair in the browser using the Web Crypto API. Download both as files. No data sent to server.
Paste an SVG and get an optimized, URL‑encoded data URI for use in CSS backgrounds. Reduces file size and escapes characters.
Create a Remix route file with loader, action, and default export. TypeScript ready. Copy the route.tsx.
Paste or upload an SVG and convert it into a CSS background‑image data URI. Clean and ready to embed.
Paste Jira/Confluence wiki markup and get a rendered HTML preview. Supports headings, lists, links, and code blocks. All local.
Convert an SVG into a data‑URI for mask‑image or mask‑position. Create non‑destructive clipping masks via CSS.
Just a dead‑simple tool to convert any text to UPPER CASE. Fast, no ads, all local. Also offers lower and title case.
Paste an SVG file and extract all path data. Clean and copy individual d strings. For icon manipulation.
Set column‑count, gap, and rule, and see a multi‑column text layout. Copy the minimal CSS. For magazine designs.
Build and test regular expressions against sample text. Real-time match highlighting, capture groups display, and flavor options. All inside your browser.
Create a multi‑column text layout with adjustable column count, gap, and rule. Copy the CSS. Elegant reading experience.
Convert any text to snake_case, kebab‑case, camelCase, or PascalCase. Essential for programming variable naming. Local.
Convert normal text into various Unicode styles (bold, italic, script, fraktur). Copy and paste anywhere. No font install needed.
Optimize an SVG and convert it into a URL‑encoded data URI ready for CSS backgrounds. Strip unnecessary attributes. All local.