📦 Choose Deployment Type
Container / Docker
Deploy a Docker container with a Dockerfile or image. Full control over your runtime environment.
Static Site
Deploy pre-built static files. Perfect for React, Vue, Svelte, Hugo, Jekyll, and more.
Serverless Function
Deploy individual functions that scale automatically. Node.js, Python, Go, Rust supported.
Managed App
Push a git repo and we detect your framework. Auto-builds and deploys Node, Rails, Django, etc.
⚙️ Build Configuration Optional
If your app lives in a subdirectory, specify it here (e.g., /packages/web)
📄 cloudnexus.yaml
# Auto-generated configuration
name: my-application
type: container
build:
command: "docker build -t myapp ."
root: "/"
deploy:
region: "us-east-1"
replicas: 2
port: 3000