DEV Community

Cover image for url.computer | client side URL parser & cURL query builder
rvilgalys
rvilgalys

Posted on

url.computer | client side URL parser & cURL query builder

Hello internet,

Excited to share https://url.computer/, a simple client-side developer tool that helps parse and edit URLs and build cURL queries.

It's meant to be a lightweight Postman alternative that's 100% private and client side, and makes both editing and saving URLs easy.

OMG it's got features & stuff:

  • Easily parse and live-edit URLs.
  • Build cURL queries with headers, JSON body, flags, whatever.
  • 100% client side, no accounts, nothing is sent to any server.
  • Local app state is saved to the URL #fragment creating shareable links.
  • Save states to local storage.
  • Import a URL directly by pasting it in: https://url.computer/google.com
  • Automatically clean up URL query args: url.computer/clean/cool-thing-i-found.com?oh-no-a-tracking-id=omgwtf
  • It's a nice shade of blue.

I made this to make my life easier working on long, complex, and usually ephemeral dev URLs.

Use cases:

Feedback, issues, bugs, and stuff like that go here: https://github.com/rvilgalys/url.computer

Hope y'all find it useful!

Top comments (0)