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 Next.js templates for JavaScript or TypeScript, using npm or pnpm. Deploy in the console or clone locally and run adios up.

View all templates
App starters

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

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