Adios
v1.0 Public Beta

From idea to Production

Adios is a unified cloud workspace that brings code generation and production hosting under one roof. Write or prompt full-stack apps with a built-in AI agent, collaborate live with your team, and deploy to a blazing-fast global network with zero server setup.

Build and manage the full application surface

Node.jsPythonGo.NETRubyPHP
Next.jsDjangoFlaskExpressLaravelReactVueAngularSvelte
PostgresRedisRabbitMQMongoDBMySQLWorkflows

Templates

Deploy a working 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

3 variants

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

PythonFastAPIDjangoFlaskUvicorn
$ cd templates/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

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"

Simple, Transparent Pricing

Choose the right resources for your workload. Upgrade or downgrade at any time.

Starter

$10/mo

  • 1 vCPU and 1 GB RAM
  • 1 production app
  • CLI and Git-based deploys
  • Runtime logs and team secrets
Start Building
POPULAR

Dev

$50/mo

  • 2 vCPU and 4 GB RAM
  • 5 apps and workspaces
  • AI agent, previews, and feature plans
  • Managed databases and custom domains
Start Dev

Pro

$99/mo

  • 4 vCPU and 8 GB RAM
  • 25 apps, databases, and workflows
  • Volumes, integrations, and billing controls
  • Priority support for production workloads
Get Pro