Application Platform

App Deployment

Deploy applications directly from Git with managed builds, zero-downtime releases, and instant rollbacks. Production infrastructure without the operational overhead.

View Documentation
App Deployment infrastructure

How it works

From repository to production in three steps.

Connect a repository, push to the tracked branch, and a build is released to the edge. Build infrastructure, certificates, and DNS are fully managed.

Deployment workflow
<60sMedian build
12Edge regions
99.99%Release SLA
  1. 01

    Connect a repository

    Authorize GitHub, GitLab, or Bitbucket and select the branch to track. Pushes are detected automatically; pull requests receive isolated preview environments.

    $ git push origin main
  2. 02

    Managed build pipeline

    Runtime is detected from the repository manifest. Builds run on layer-cached infrastructure using buildpacks or your Dockerfile — no configuration required.

    → build · next.js detected · cache hit 87%
  3. 03

    Released to the edge

    Zero-downtime rollout to twelve regions with TLS, HTTP/3, and IPv6 enabled by default. Each release is immutable and reversible in a single action.

    ✓ released · 12 regions · 19s

Runtimes

Native support for every major runtime.

Twelve runtimes are detected automatically from the repository manifest. A Dockerfile may be supplied when full control of the build environment is required.

Next.js

Auto-detected

Node.js

package.json

Python

requirements.txt

Go

go.mod

Ruby

Gemfile

Rust

Cargo.toml

Docker

Dockerfile

Django

Python web

FastAPI

ASGI

Laravel

PHP framework

Spring Boot

Java

Express

Node.js

Custom Dockerfile · Static sites · Buildpacks · Scheduled jobs · Background workers

Use cases

Built for the workloads you ship to production.

A single deployment pipeline, dashboard, and SLA — from early-stage products through regulated enterprise services.

01

Web & SaaS

Customer-facing web applications

Server-rendered and static frameworks deployed to the edge, with preview environments for every pull request and zero-downtime releases.

02

AI / ML

Model inference services

GPU-backed runtimes with request-rate autoscaling and warm pools to keep cold-start and first-token latency within target.

03

Commerce

High-traffic storefronts

Burst capacity for promotional events, integrated CDN, and signed checkout sessions — engineered for peak retail throughput.

04

APIs

Backends and microservices

REST and gRPC services with health checks, structured logging, and managed connections to Postgres, Redis, and Mongo.

05

Realtime

Realtime and WebSocket services

Long-lived connections with sticky routing across regional pools, deployed through the same release pipeline as the rest of the stack.

06

Regulated

Compliance-bound workloads

Private networking, SOC 2 controls, and bring-your-own-key encryption for environments requiring an end-to-end audit trail.

Pricing

Three plans. Pay for what you ship.

Transparent monthly pricing with no per-seat fees and no surprise build minutes.

Recommended

App - Small

Ideal for shipping web apps and APIs quickly with reliable rollbacks.

$5/ month
  • Great value
  • Scale-ready
  • Push-to-deploy
  • Secrets
Recommended

App - Medium

Ideal for shipping web apps and APIs quickly with reliable rollbacks.

$15/ month
  • Great value
  • Scale-ready
  • Push-to-deploy
  • Secrets
Recommended

App - Large

Ideal for shipping web apps and APIs quickly with reliable rollbacks.

$30/ month
  • Great value
  • Scale-ready
  • Push-to-deploy
  • Secrets

All plans include zero-downtime deploys · Automatic TLS · Global CDN · Instant rollback

Frequently asked questions

Everything you need to know about our platform and services.

Connect a GitHub, GitLab, or Bitbucket repository. Every push to the tracked branch triggers an automatic build and zero-downtime deploy. Manual deploys via CLI and API are also supported.

Node.js, Python, Go, Java, Ruby, PHP, Rust, and .NET are supported out of the box. Frameworks such as Next.js, Django, Spring Boot, Laravel, and FastAPI are auto-detected, with optimized build pipelines applied automatically.

Yes. A Dockerfile in the repository is built and deployed automatically. Pre-built images from any compliant container registry can also be deployed directly.

Each deployment produces an immutable release. Rolling back to any prior release takes a single action from the dashboard or CLI; no rebuild is required.

The Starter plan includes three apps with 512 MB RAM each, automatic TLS, and 100 GB of monthly bandwidth. No credit card is required to begin.

Scale horizontally by adding instances, or vertically by upgrading resources. Autoscaling rules can be triggered by CPU, memory, or request-rate thresholds.

Environment variables are managed per app and per environment (preview, staging, production). Secrets are encrypted at rest and injected securely at runtime.