Adios
Templates

Start from an official Adios template.

Choose from 47 variants for web apps, APIs, databases, caches, and queues. Deploy from the web console, or clone the template repository and run adios up.

Web apps

2 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
Web apps

Static site

1 variant

An Nginx starter for static HTML, CSS, JavaScript, and single-page apps.

NginxStaticHTMLSPA
$ cd templates/nginx/static
$ adios up

API starters

6 templates

API starters

Node.js API

4 variants

Express, Fastify, Hono, and NestJS starters with production-ready start commands.

Node.jsExpressFastifyHonoNestJS
$ cd templates/nodejs/express
$ adios up
API starters

Python API

8 variants

FastAPI, Django, Flask, Litestar, and Sanic starters with production start commands.

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

Ruby apps & APIs

5 variants

Rails, Sinatra, Grape, Hanami, and Roda starters with Bundler and Adios config.

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

PHP apps & APIs

6 variants

Laravel, Symfony, CakePHP, CodeIgniter, Yii, and PHP 8.2 starters.

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

Go API

5 variants

Gin, Chi, Echo, Fiber, and Beego starters with compiled production binaries.

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

.NET apps & APIs

6 variants

ASP.NET Core, Blazor, ABP, FastEndpoints, Orchard Core, and .NET 8 starters.

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

Data services

5 templates

Data services

PostgreSQL & pgvector

4 variants

PostgreSQL 15, 16, and 17 templates, plus PostgreSQL 16 with pgvector.

PostgreSQLpgvectorSQLPersistent storage
$ cd templates/postgres/16
$ adios up
Data services

MongoDB

1 variant

A MongoDB 7 template with persistent storage and an app database.

MongoDBDocument databasePersistent storage
$ cd templates/mongodb/7
$ adios up
Data services

MySQL

1 variant

A MySQL 8 template with a persistent data directory.

MySQLSQLPersistent storage
$ cd templates/mysql/8
$ adios up
Data services

Redis

1 variant

A Redis 7 cache template with append-only persistence.

RedisCachePersistent storage
$ cd templates/redis/7
$ adios up
Data services

RabbitMQ

1 variant

A RabbitMQ 3 template with the management interface available.

RabbitMQQueuesMessage broker
$ cd templates/rabbitmq/3-management
$ adios up