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:- Detect your framework: Node.js, Python, Ruby, Go, etc.
- Build a container: Create a production-optimized container image.
- 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.

