Deploy and scale apps with ease, speed, and value.

# Install Execution CLI
$ curl -L "https://execution.sh/install.sh" | sh

# Example Compose file
$ cat docker-compose.yml
name: example
services:
  postgres:
    image: postgres:17.0
    ports:
      - 5432:5432
    volumes:
      - postgresql:/var/lib/postgresql/data
volumes:
  postgresql:
    name: postgresql
    external: true

# Deploy services
$ execli deploy

Write your code and don't worry about servers, scaling, or distribution.

We have a great CLI

curl -L "https://execution.sh/install.sh" | sh

excli login


# Create a project from a Docker Compose file

excli deploy


◱ Deploying project to https://example.stub.sh

Datacenter map
Deployed here

Pricing

1 TB bandwidth $2
1 vCPU & 1 GB RAM $2.85
1 GB storage $0.05

Calculator

Total: $0

CONTAINERSCONTAINERSCONTAINERSCONTAINERS

Scaling

Never worry about scaling again. We handle all of it for you.

Compatibility

Support for Docker Compose and continuous deployment through Git.

Great API

Well documented and supported. Easily build on top of our service.

Fair Pricing

Pay for the resources you use for your application.

Low Maintenance

Stop worrying about updating, configuring or maintaining a server.

Quick Development

Use our CLI to rapidly prototype and create your product.

Want to get started?

Contact us to access the beta version of Execution and transform how you scale and manage your applications.