From your source to a release you can trust.
Adios makes deployment simple, predictable, and agent-driven. By keeping your build, test, and startup settings in adios.yaml, your AI agent can configure and deploy healthy, production-ready releases automatically.
IN PRACTICE
Move an existing dashboard from a local folder to a live route.
Add the runtime commands and health path, run adios up, inspect build and runtime logs, then confirm the promoted version behind the generated route.
name: dashboard
region: de
replicas: 2
build_cmd: pnpm build
start_cmd: pnpm start
runtime:
name: node@24
port: 3000
health_path: /api/health
memory_mb: 1024HOW IT WORKS
One path for the first deploy and every release after it.
- 01
Add an adios.yaml manifest to your project.
- 02
Run adios up or deploy from the console.
- 03
Follow build logs, runtime logs, health checks, and release promotion from one place.
WHY IT BELONGS HERE
A small app should not require a pile of release infrastructure.
Build scripts, runtime settings, health checks, deploy logs, and release promotion often end up scattered across CI files and cloud consoles that are hard to reproduce or review.
Keep deployment decisions beside the code
Teammates can review how the app builds and runs without opening a cloud console.
Follow the same path for every release
Source, build, replicas, health, and promotion stay connected.
Keep the evidence when something fails
Each version retains its build output, runtime logs, artifacts, and release state.
What’s included
- ✓ Manifest-based build and start commands
- ✓ Runtime versions tied to source artifacts
- ✓ Health checks and release promotion
- ✓ Build and runtime logs from the CLI or dashboard
Take the app in front of you live.
Add one manifest, run adios up, and keep the full release path visible when you ship again.
CONNECTED CAPABILITIES
Keep building.
CLI & Local Development
Work in your preferred local editor and sync with your AI agent's remote Adios workspace. The Adios CLI lets you push source edits, tail build logs, manage secrets, and run deployments directly from your terminal.
Explore →02 /Managed App Hosting
Provide your AI agent with a robust hosting platform that supports APIs, WebSockets, and background workers as managed, long-running processes. Adios handles routing, replicas, and SSL automatically, giving your agent a reliable target to deploy to.
Explore →03 /Observability & Logs
When a build fails, your agent needs direct feedback. Adios links build logs, runtime streams, and health checks directly to the workspace, allowing your AI agent to independently diagnose, fix, and verify its own code changes.
Explore →