A working start for your next product.
Give your AI agent a head start. Skip empty repositories and boilerplate setup with ready-to-deploy starters for web apps, APIs, and microservices that already include healthy commands, manifests, and database routing.
IN PRACTICE
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.
name: nextjs-app
runtime:
name: node@24
port: 3000
build_cmd: npm install && npm run build
start_cmd: npm startHOW IT WORKS
Choose a starter, make it yours, keep deploying it.
- 01
Pick a starter template.
- 02
Deploy it from the console or clone it locally.
- 03
Open it in a workspace and customize it with code or the AI agent.
WHY IT BELONGS HERE
The first useful feature should not wait for repetitive setup.
An empty repository still needs framework wiring, production commands, a runtime port, health checks, and deployment configuration before anyone can test the idea.
Skip repetitive framework setup
Start with a production command, runtime port, and health path already connected.
Choose the workload you actually need
Browse web, API, database, cache, and queue starters across supported runtimes.
Own the result after launch
Inspect locally, use Git, open it in a workspace, and keep deploying the same project.
What’s included
- ✓ Web, API, database, cache, and queue starters
- ✓ Multiple runtime and framework variants
- ✓ adios.yaml included
- ✓ Console deploy and local clone paths
Begin with something that already runs.
Pick the closest starter, deploy it, and spend the next hour changing the product instead of rebuilding boilerplate.
CONNECTED CAPABILITIES
Keep building.
AI Coding Workspaces
Generating the code was the easy part. Adios gives your agent a real workspace where it can inspect the repository, edit source, run the build, open the preview, and read the logs. You see the diff and decide when it ships.
Explore →02 /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 →03 /Adios Deployments
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.
Explore →