Adios
v1.0 Public Beta

Turn an Idea into a Live App Before Lunch

Built for developers who want to ship faster and spend less. Describe your app in plain English, generate the code, edit live with your team, and host globally.

Paid subscription required to build and deploy. Plans start at $10/mo.

Infrastructure as Code, Without the Complexity: adios.yaml

Start from a local directory, git repo, or Adios workspace. The control plane keeps the manifest, build commands, preview runtime, Git state, deploys, logs, secrets, and production workload tied together.

  • Continuous Dev Loop: Build, lint, preview, and deploy globally, bypassing external CI/CD setups.
  • Zero-Trust Secrets: Inject production keys dynamically at the runtime layer, completely isolated from your source code.
  • Source-to-Prod Promotion: Turn any local folder or Git branch into an active, Anycast-routed production workload.
adios.yaml
name: "app"
runtime: "node@24"
region: "de"

build_cmd: "npm install && npm run build"
lint_cmd: "npm test"
start_cmd: "npm start"

env:
  PORT: "8080"
  DATABASE_URL: "secret://DATABASE_URL"
adios-demo.mp4

Build, Preview, and Deploy from Your AI Tools: ChatGPT, Claude MCP, Gemini, & Slack

Control your infrastructure and codebases without leaving your favorite AI clients or team chat. Adios exposes secure endpoints, plugins, and Model Context Protocol (MCP) servers so you can build, preview, and deploy full-stack apps using pure English.

  • Model Context Protocol (MCP): Connect Claude Desktop directly to your local Adios workspace to build and run code natively.
  • ChatGPT & Gemini Actions: Prompt your custom assistant to spin up full-stack templates, configure databases, and launch previews.
  • Slack Dev Chat: Trigger builds, inspect deployment logs, and promote workspaces to production directly from your team channels.

Build and manage the full application surface

Node.jsPythonGo.NETRubyPHP
Next.jsDjangoFlaskExpressLaravelReactVueAngularSvelte
PostgresRedisRabbitMQMongoDBMySQLWorkflows

Templates

Deploy a starter, then customize it.

Start from official Adios templates for Next.js apps and API backends in Python, Ruby, PHP, Go, and .NET. Deploy in the console or clone locally and run adios up.

View all templates
Web apps

Next.js

4 variants

JavaScript and TypeScript Next.js starters using npm or pnpm and Adios runtime config.

Next.jsNode.jsnpmpnpmTypeScript
$ cd template-nextjs
$ adios up
API starters

Python API

6 variants

FastAPI, Django, and Flask starters with Python runtime config and production start commands.

PythonFastAPIDjangoFlaskUvicorn
$ cd template-python-fastapi
$ adios up
API starters

Ruby API

3 variants

Rails, Sinatra, and Grape API starters with Bundler and Adios runtime config.

RubyRailsSinatraGrapeBundler
$ cd templates/ruby/rails
$ adios up
API starters

PHP API

3 variants

Laravel, Symfony, and PHP 8.2 starters using Composer and Adios runtime config.

PHPLaravelSymfonyComposerAPI
$ cd templates/php/laravel
$ adios up
API starters

Go API

4 variants

Gin, Chi, Echo, and Fiber starters with Go build commands and Adios API runtime config.

GoGinChiEchoFiber
$ cd templates/go/gin
$ adios up
API starters

.NET API

3 variants

ASP.NET Core, FastEndpoints, and .NET 8 API starters with publish-ready Adios config.

.NETC#ASP.NET CoreFastEndpointsAPI
$ cd templates/dotnet/aspnet-core
$ adios up

Simple, Transparent Pricing

Adios is a paid-only platform with no free tier, allowing us to prevent resource abuse and guarantee dedicated, high-performance runtime hosts. Choose a plan to start building instantly.

Starter

$10/mo

  • 1 vCPU & 1 GB RAM (Ideal for 1-2 apps)
  • Deploy unlimited apps in resource limits
  • Built-in AI Assistant & Web Editor
  • Continuous Git & CLI deploys
  • Custom domains & SSL
  • Database deployments with automatic backups
  • 10 GB storage with volumes & backups
  • 500K AI tokens/mo (or use your own keys)
  • 500 GB bandwidth included
Start Building
POPULAR

Dev

$50/mo

  • 2 vCPU & 4 GB RAM (Ideal for 3-5 apps)
  • Deploy unlimited apps in resource limits
  • Built-in AI Assistant & Web Editor
  • Continuous Git & CLI deploys
  • Custom domains & SSL
  • Database deployments with automatic backups
  • 50 GB storage with volumes & backups
  • 2.5M AI tokens/mo (or use your own keys)
  • 2 TB bandwidth included
Start Dev

Pro

$99/mo

  • 4 vCPU & 8 GB RAM (Ideal for 10+ apps)
  • Deploy unlimited apps in resource limits
  • Built-in AI Assistant & Web Editor
  • Continuous Git & CLI deploys
  • Custom domains & SSL
  • Database deployments with automatic backups
  • 150 GB storage with volumes & backups
  • 5M AI tokens/mo (or use your own keys)
  • Priority support for production workloads
  • 5 TB bandwidth included
Get Pro