Hacker News new | ask | show | jobs
by CharanSriram 1038 days ago
I’ve been working on a tool called Phases! (bit.ly/phases-demo). It’s basically a way to expose localhost to the web with a neat UI that let’s others edit your underlying webpage via AI (currently works with React).

Currently working on building a simpler version first that lets you expose multiple ports (like for your frontend and backend), generates a public URL, and connects the ports by rewriting requests in the browser to the public URLs.

Basically ngrok + more powerful deploy previews. Curious what y’all think!