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 the official Adios Next.js template today, with more templates coming soon. Deploy in the console or clone locally and run adios up.

View all templates
App starters

Next.js

Production Next.js with standalone output and Adios runtime config.

Next.jsReactAdios ready

One Control Plane. Total Infrastructure Command.

🚀

Unified Compute & Runtime Health

Deploy full-stack APIs, modern frontends, background background workers, cron jobs, and stateful workflow applications from a single workflow.

🌐

Multiplayer Workspaces with Native AI

Spin up source-backed web workspaces instantly featuring a global file tree, a real-time collaborative code editor, and active Git state syncing (commits, branches, pushes).

Managed Provisionless Databases

Launch production-grade Postgres, MySQL, and MongoDB workloads directly alongside your application compute with zero infrastructure provisioning overhead.

🔄

Event-Driven System Workflows

Design, automate, and inspect long-running system workflows to orchestrate internal application logic without relying on external automation platforms.

🖥️

Edge Domains, Secrets, & Storage

Route traffic safely using instant platform domains or authenticated custom domains backed by automated, zero-config SSL generation and DNS verification.

🔌

Ecosystem Integrations & Usage Billing

Accelerate development by installing production-ready infrastructure presets and connecting your existing tech stack: GitHub, GitLab, Bitbucket, Google, and Slack.

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