All your services on one screen. Manage tunnels, check health, and open URLs directly from the terminal.
asd netNavigate with arrow keys or click services. This is exactly what you see when running asd net.
Automatically detects services from Python, Ruby, PHP, Node, and TCP connections. No config required.
Real-time health checks for all services. See which are running, pending, or failing.
Start and stop tunnels per service. Choose direct tunnels or Caddy-based routing.
Path-based routing via Caddy or direct tunnels with asd expose. Each service chooses its mode.
Navigate with arrow keys or vim keybindings. Open services directly from the TUI.
Your app, API, IDE, terminal, and debugging tools all in one interface.
One-liner install. No dependencies.
Interactive terminal interface.
Vim keybindings supported.
Define your services in asd.yaml for automatic discovery and orchestration:
network:
services:
app:
dial: "127.0.0.1:3000"
tunnelPrefix: "dev"
path: "/"
api:
dial: "127.0.0.1:4000"
tunnelPrefix: "dev"
path: "/api"
code:
dial: "127.0.0.1:8080"
tunnelPrefix: "dev"
path: "/code"
automation:
dev:
- npm run dev
test:
- npm run testWith this configuration, asd net will show all three services and their status.
See all running services at a glance
Manage frontend, backend, and tools together
Quickly access logs, terminal, and traffic inspector
Ensure all services are up before client calls
Learn more about the full ASD CLI and the dashboard.
asd net opens an interactive terminal interface showing all detected and configured services. You see their status (active/inactive), ports, tunnel mode, and can start/stop them or open their URLs directly.
ASD supports both path-based routing via Caddy (e.g., demo.tunnel.asd.host/code, demo.tunnel.asd.host/term) and direct tunnels. Use 'asd expose' for direct connections, or Caddy mode for path-based routing on a single domain. Each service can choose its mode.
Yes! ASD auto-detects common services from Python, Ruby, PHP, Node, and even TCP connections. Without asd.yaml, detected services appear in asd net and you can choose direct or Caddy mode for each.
asd net is the interactive TUI for managing services locally. asd hub provides the dashboard URL (dashboard.asd.engineer) where you and your team can view all public service links.
Start free and see all your services in one place.