HOW IT WORKS

The Shared Access Layer for Modern Engineering Teams

Select your role to see how ASD fits your workflow.

ARCHITECTURE

Software developer illustration Developer — Five Layers. One Platform.

ASD provides a unified architecture that adapts to your needs. See how each layer works together.

Developer Focus

Your code runs in the Application Layer. Caddy handles routing and HTTPS automatically. Focus on building, not infrastructure.

  • Hot reload works through tunnels
  • Auto-HTTPS for all local services
  • Share dev URLs with teammates instantly
THE FLOW

Software developer illustration Developer — What happens when you run `asd start`

Your Machine
localhost:3000
ASD CLI
Reads asd.yaml
Tunnel Server
SSH reverse tunnel
Result: Result: https://your-project.tunnel.asd.host → localhost:3000
CORE COMPONENTS

Software developer illustration Developer — What Each Part Does

.ASD CLI

DevOps automation framework. Portable Git submodule.

Core — Automation runner, macros, sandbox
Network — Service registry, health checks
Caddy — Ingress routing, TLS, auth
Tunnel — SSH reverse tunnels, credentials
Runtime: Bun + Just + Golang

Caddy Server

Local reverse proxy with automatic HTTPS.

Path-based routing to services
Automatic TLS via Let's Encrypt
Basic auth per route
Live config via Admin API :2019
One domain, many services

Tunnel Server

SSH-based reverse tunnel relay. EU hosted.

Relay only — no data stored
Ephemeral tokens per session
Custom CNAME domains
HTTP/HTTPS + TCP + SNI tunnels
Hetzner, Amsterdam NL

ASD Dashboard

Zero-backend PWA. Runs entirely in browser.

Service status at a glance
One-click URL sharing
Fragment-based state (no server)
Works offline after first load
Static files only
THE MANIFEST

Software developer illustration Developer — One File Defines Your Entire Environment

asd.yaml yaml
network:
  services:
    app:
      dial: "127.0.0.1:5173"
      tunnelPrefix: "demo"
      path: "/"
    api:
      dial: "127.0.0.1:8080"
      path: "/api"
    code:
      dial: "127.0.0.1:8443"
      path: "/code"

automation:
  dev:
    - npm run dev
  test:
    - npm run test
Project root configuration file
DEPLOYMENT OPTIONS

Software developer illustration Developer — Choose Your Infrastructure Model

Shared

Multi-tenant tunnel server. Fastest to start.

No infrastructure to manage
Instant setup
EU data residency
Shared bandwidth pool
Best for
Individual devs, small teams
We Recommend

Dedicated

Your own tunnel server. We manage it.

Isolated resources
Custom domain branding
SLA guarantees
Priority support
Best for
Growing teams, agencies

Self-Hosted

Run everything on your infrastructure.

Full control
Air-gapped deployments
Compliance friendly
No external dependencies
Best for
Enterprise, regulated industries
SECURITY MODEL

Software developer illustration Developer — Your Code Stays on Your Machine

Your Machine

Code, data, secrets stay here

Relay

Pass-through only

Collaborator

Sees only what you expose

What stays local

  • • Your source code
  • • Database contents
  • • Environment variables
  • • API keys and secrets
  • • All application data

What touches relay

  • • HTTP request headers (routing)
  • • TLS handshake (encrypted)
  • • Connection metadata only
  • • No logging of payloads
  • • Session-scoped tokens

Zero-backend dashboard: The ASD Dashboard is a static PWA. No server. State lives in URL fragments — we literally cannot see your service list.

Ready to Get Started?

Join thousands of developers who have simplified their development workflow with ASD.