Skip to main content

Serverless Containers

The Nubis App Platform allows you to deploy applications directly from your source code or Docker images without worrying about virtual machines, VPCs, or operating systems.

Deployment Options

Deploy from Source

Connect your GitHub or GitLab account and select a repository. Our build system will automatically:
  1. Detect your framework: Node.js, Python, Ruby, Go, etc.
  2. Build a container: Create a production-optimized container image.
  3. Deploy: Roll out your application to our global edge network.

Deploy from Docker

Provide a reference to your image in a public or private container registry. Nubis will pull and deploy it according to your configuration.

Auto-scaling and Performance

  • Scale to Zero: Optionally scale your application down to zero instances when there’s no traffic to save costs.
  • Global Distribution: Deploy your app to multiple regions simultaneously for lower latency.
  • Custom Domains: Attach your own domains with automated SSL/TLS certificate management.

Environment Management

Manage your application’s Environment Variables and secrets through the Console. Changes are applied instantly via rolling updates to your running services.