First Commit in Minutes
The README says one thing, reality says another. New devs spend days fighting outdated setup guides.
'Works on my machine' is the team motto. Everyone has slightly different versions, configs, and dependencies.
Days or weeks before a new developer can ship their first meaningful change. Expensive and demoralizing.
New devs get a ready-to-code environment. All dependencies, tools, and configs already set up.
No more 'works on my machine'. Everyone uses the exact same environment, from junior to senior.
Code from any device with a browser. No local setup required. Chromebook? iPad? No problem.
First commit in minutes, not days. New developers productive from day one.
Install ASD, run asd login, set up your asd.yaml manifest.
One command starts services, injects secrets, opens tunnels.
Teammates see your running stack via a shareable URL.
First commit in minutes, not days.
# Install ASD
curl -sSL https://asd.host/install.sh | bash
# Log in to your team
asd login
# Clone and start
git clone git@github.com:your-org/your-project.git
cd your-project
asd run dev
# Output:
# ✓ Database started (port 5432)
# ✓ API server started (port 8080)
# ✓ Frontend started (port 3000)
# ✓ Tunnel open: https://your-name.asd.engineerThe manifest defines services, secrets, and networking. One command for the whole stack.
Start free. No credit card required.