Deployment paths
Deploy the stack your project actually uses.
Choose a framework, runtime, frontend, data service, integration, or workflow. Each page shows the production contract, readiness checks, relevant documentation, and the closest templates for a quick first deployment.
JavaScript and TypeScript
Deploy Node.js APIs, server-rendered applications, and frontend frameworks with their normal package manager and production commands.
Deploy Next.js
Deploy static pages, server-rendered routes, and APIs from one persistent Node.js release.
Open deployment pageDeploy Node.js
Deploy a persistent Node.js web process or worker from its existing package scripts, with release health, logs, secrets, routing, and Git history attached.
Open deployment pageDeploy Express
Run an Express API as a persistent Node.js process with its install command, port, health endpoint, secrets, logs, and promoted release connected.
Open deployment pageDeploy Fastify
Deploy a Fastify service from its existing Node.js source, bind it to the production port, verify readiness, and inspect the exact build serving traffic.
Open deployment pageDeploy NestJS
Build a NestJS application from source, start the emitted production entrypoint, verify dependency readiness, and keep deployment evidence beside the project.
Open deployment pageDeploy React
Build a React application from its existing repository, serve the generated output or production Node.js process, and connect the release to a stable HTTPS route.
Open deployment pageDeploy Vue
Build a Vue application from its existing repository, serve the production output, verify client-side routes, and promote it to a managed HTTPS domain.
Open deployment pageDeploy Angular
Build an Angular application with the committed workspace configuration, serve its browser output, verify route fallback, and promote it to a managed HTTPS domain.
Open deployment pageDeploy Svelte
Build a Svelte or SvelteKit project with its chosen adapter, serve the emitted output, verify routes, and keep the production command attached to source.
Open deployment pagePython
Deploy Python services directly or start from a production-ready Django, Flask, or FastAPI configuration.
Deploy Python
Run a Python web app or worker with the dependency file, process command, health route, and secret-backed configuration kept beside the source.
Open deployment pageDeploy Django
Ship a Django project with a production WSGI process, runtime settings, database credentials, health checks, static asset decisions, and release evidence in one place.
Open deployment pageDeploy Flask
Take a Flask application from a local development server to a persistent Gunicorn process with a documented port, health check, logs, and production route.
Open deployment pageDeploy FastAPI
Deploy a FastAPI service with its ASGI import target, dependency install, runtime port, health endpoint, secrets, and promoted release tied to source.
Open deployment pageGo
Deploy Go applications and APIs as compiled production services with explicit ports and health checks.
Ruby
Deploy Ruby services or Rails applications with Bundler, persistent production processes, and health checks.
Deploy Ruby
Install the locked gems, start Puma or the process your framework expects, verify the health route, and keep runtime configuration out of source.
Open deployment pageDeploy Ruby on Rails
Install locked gems, prepare assets, run Puma, verify application health, and connect database, Redis, secrets, logs, and domains to the release.
Open deployment pagePHP
Deploy PHP applications directly or start with a Laravel production configuration managed through Composer.
Deploy PHP
Install production dependencies, start the application on a declared port, verify health, and connect the promoted release to domains and TLS.
Open deployment pageDeploy Laravel
Install production dependencies, start the Laravel web process, verify health, and connect database, cache, queues, secrets, logs, and domains deliberately.
Open deployment page.NET
Deploy .NET services and ASP.NET Core applications with a repeatable publish step and persistent runtime.
Deploy .NET
Build a release artifact with dotnet publish, start the selected assembly, verify application health, and keep the route connected to the source version.
Open deployment pageDeploy ASP.NET Core
Build an ASP.NET Core release artifact, bind Kestrel to the production port, verify health, and connect configuration, logs, domains, and TLS.
Open deployment pageApps and platforms
Deploy or connect application platforms with explicit runtime, persistence, credentials, and health configuration.
Deploy Supabase apps
Deploy the frontend, API, or worker that connects to Supabase. Adios runs the application release; your Supabase project remains the external database and backend service.
Open deployment pageDeploy WordPress
Run WordPress 7.0.1 on PHP 8.3, provision its MySQL 8 database, generate stable authentication salts, and persist uploads, themes, and plugins across releases.
Open deployment pageDeploy Strapi
Build the Strapi 5 admin application on Node.js 24, connect managed PostgreSQL, generate every production secret, and keep local media uploads on durable storage.
Open deployment pageDatabases and data services
Start from a versioned database, cache, broker, or managed-backend template and verify persistence and connectivity.
Deploy PostgreSQL
Choose a PostgreSQL version, keep database credentials out of Git, attach persistent storage, connect the application, and verify data after a restart.
Open deployment pageDeploy pgvector
Start PostgreSQL with the pgvector extension, connect an embedding application, verify vector writes and nearest-neighbor queries, and test persistence.
Open deployment pageDeploy Redis
Start Redis 7 for cache, session, pub/sub, or fast state workloads, then verify connectivity, persistence expectations, eviction, and dependency failure behavior.
Open deployment pageDeploy RabbitMQ
Start RabbitMQ with management access, protect broker credentials, connect publishers and consumers, and test acknowledgements, retries, and persistence.
Open deployment pageDeploy MongoDB
Start MongoDB 7 with persistent storage, protect administrative credentials, connect the application database, and verify writes after a restart.
Open deployment pageDeploy MySQL
Start MySQL 8 with persistent storage, create a dedicated application database and user, protect both passwords, and verify data after restart.
Open deployment pageWorkflows
Deploy inspectable backend workflows for HTTP calls, data operations, waits, approvals, and commands.
Other
Publish a static site with an explicit build, output directory, routing behavior, and release contract.
Start from source or a starter
Keep the template, documentation, and production release connected.
Each deployment page now combines the hosting decision with the exact starter variants, repository paths, console keys, and clone commands. Guides and docs cover the implementation details when you are ready to customize the first release.
Choose a deployment path