Docs
URL Analyzer
Paste any URL into the input field to break it down into its components: protocol, hostname, path, query parameters, and fragment. Edit any component and the full URL updates in real time.
cURL Builder
Build cURL commands from your URL. Select an HTTP method, add headers, set a request body, and apply common recipes (JSON body, Bearer token, verbose mode, etc.). The generated command updates live and can be copied with one click.
Shareable Links
Your entire session state is compressed with LZ-String and stored in the URL hash. Copy the shareable link to send your exact URL + cURL configuration to a colleague — they'll see exactly what you see.
Saved States
Save your current configuration to localStorage for quick access later. Manage saved states from the sidebar — rename, load, or delete them as needed.
Privacy
Everything runs in your browser. No data is ever sent to a server. Your URLs, headers, and tokens stay on your machine.
Feedback
Found a bug, have a feature request, or want to contribute? Open an issue on GitHub.