URL parser and query string editor with live reconstruction and percent encoding tools.
- Parse URL into protocol, host, port, path, query params, hash
- Edit any component and rebuild the URL live
- Query string editor — table with add / remove / edit per parameter
- Percent-encode / decode tool with raw display alongside decoded values
- URL validation — checks if the input is a structurally valid URL
- URL normalization — lowercase protocol/host, sorted query params
- Short-form concept display — shows what a shortened URL might look like
- Built-in examples — IPv6, Japanese query params, auth credentials, CDN URLs
- Japanese / English UI toggle
- Dark / Light theme (auto-detects
prefers-color-scheme) - Zero dependencies, no build step
# Serve locally
npm run serve
# → open http://localhost:8080npm testRequires Node.js 18+.
- Vanilla JS (ES modules)
- Native
URLAPI for parsing node:test+node:assertfor tests- No framework, no bundler
MIT — see LICENSE.