Skip repetitive framework setup
Start with a production command, runtime port, and health path already connected.
Choose a ready-to-deploy app, API, or data-service starter with adios.yaml already included. Deploy it from the console or clone the source and make it yours.
name: nextjs-app
runtime:
name: node@24
port: 3000
build_cmd: npm install && npm run build
start_cmd: npm startExample outcome
Start a webhook receiver without a full-stack framework.
Clone the Fastify starter, confirm its health route and production command, deploy it, then add signature verification and durable event storage.
Start with a production command, runtime port, and health path already connected.
Browse web, API, database, cache, and queue starters across supported runtimes.
Inspect locally, use Git, open it in a workspace, and keep deploying the same project.
Why this matters
An empty repository still needs framework wiring, production commands, a runtime port, health checks, and deployment configuration before anyone can test the idea.
What changes with Adios
Choose a ready-to-deploy app, API, database, cache, or queue template and begin with runnable source plus the manifest Adios needs to deploy it.
How it works
Pick a starter template.
Deploy it from the console or clone it locally.
Open it in a workspace and customize it with code or the AI agent.
A real use case
Clone the Fastify starter, confirm its health route and production command, deploy it, then add signature verification and durable event storage.
Web, API, database, cache, and queue starters
Multiple runtime and framework variants
adios.yaml included
Console deploy and local clone paths
Web apps
Next.js and full-stack starters
APIs
Python, Go, Ruby, PHP, and .NET
Databases
Postgres, MySQL, and MongoDB
Services
Redis and RabbitMQ
Start here
Pick the closest starter, deploy it, and spend the next hour changing the product instead of rebuilding boilerplate.
Keep building
AI Coding Workspaces
Adios gives developers and AI agents a shared, source-backed workspace. Team members can edit and review code, run builds, open preview environments, inspect logs, and decide what moves to production. Git state, secrets, runtime configuration, and deployment controls stay connected to the project.
Explore →CLI & Local Development
Use the Adios CLI to deploy the current directory, read build and runtime logs, manage platform resources, and sync source both ways with a workspace.
Explore →Adios Deployments
Keep the build, start, health, region, and resource contract in adios.yaml. Running adios up turns the current source into a version and promotes it when the deployment is healthy.
Explore →