ngrok is a tool that proxies traffic from a subdomain (like http://2fb551c6b2fd.ngrok.io) to a port on your localhost. I’ve been using it off and on for years. There’s a couple use cases I’ve used it for: Forward web traffic to a local next.js / webpack server, to show a website in progress without having to deploy it. This way I can send an ngrok link to a friend/coworker and they can see the latest. Forward api traffic from a device (ex. an iPhone if I’m working on an iOS app) to my...