No AI summary available for this article.
Why It Matters
I built Routeup around a simple idea: local apps should use their real names.
Provenance
Discovered via Lobsters and published by routeup.dev.
Key Claims
Original description
I built Routeup around a simple idea: local apps should use their real names. It was inspired by Portless , but I also wanted built-in public tunneling, selective path exposure, request inspection, and live logs. Instead of opening localhost:3000 , I can give a project a stable, trusted HTTPS URL and keep using it across restarts: https://example-app.localhost The app stays local by default. When an external service needs access, I can expose the whole route or only selected paths such as /api/webhooks/* : local: https://example-app.localhost public: https://example-app.try.routeup.dev expose:...
Discovered via Lobsters
Developer-curated links and discussion from Lobsters.
Publisher: routeup.dev
ID: https://lobste.rs/s/daohlz · Indexed 20 days ago