azimjohn/jprq — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple ngrok style tool that lets me expose stuff running on my computer to the public internet. I want a command line app where I can save an auth token once, then run things like exposing a local web app on a port, exposing any TCP service like SSH, choosing a custom subdomain, turning on a debug mode, serving a folder of static files, and optionally using my own domain with a CNAME.

I also want the self hosted side of it, so there should be a server people can run themselves, plus a small website for basic info and getting or managing auth access. Keep it free and open feeling, lightweight, and easy to install on Windows, Mac, and Linux.

The main user experience should be really straightforward, like authenticate once, run a command, get a public URL, press Ctrl C to stop. If anything is unclear, look up current docs online and make sensible choices.

Want more depth? Deep Reverse