routeup docs
routeup gives local services stable HTTPS names and can expose those same routes publicly when needed.
Local use is the default: run routeup setup once, then serve a local app at a trusted https://<name>.localhost URL without DNS, accounts, or network access. Public exposure is available through a configured routeup server when an outside service needs to reach your machine.
Where to start
Section titled “Where to start”- New here? Start with Install and Your first route.
- Want to understand the model? Read Concepts › Routes.
- Looking for a specific command? Jump to the CLI Reference.
- Running your own server? See Self-Hosting.
- Common questions? Check the FAQ.
What these docs cover
Section titled “What these docs cover”These docs describe the launch product shape: local HTTPS, public route claims, streaming/WebSockets/SSE, path routing, path-limited exposure, process running, route logs, and self-hosting.