Encode and decode URLs and query strings instantly.
Live: https://crusher-labs.github.io/url-encoder-decoder/
Encode and decode URLs and query strings instantly.
This tool runs entirely in your browser. There is no server. No data is uploaded, no telemetry, no analytics. The only network requests fired are the page-load fetches for the framework's CSS / JS (from cdn.jsdelivr.net and fonts.googleapis.com / fonts.gstatic.com); your inputs and outputs never leave the tab.
- Static HTML / CSS / JS deployed via GitHub Pages from this repo's
mainbranch. - UI chrome is the published
crusher-ui-kit@0.1.6static contract — see the workspaceCLAUDE.mdfor the contract details.
- Open
index.htmldirectly in a browser. No build, no dependencies. - Or serve the parent workspace via the hub's preview server:
cd ../../tools-hub && npm run previewthen visithttp://127.0.0.1:8723/utility-tools/url-encoder-decoder/.
MIT.