Upuai Cloud Documentation
Complete documentation for the Upuai Cloud platform — a PaaS with visual canvas for service
architecture, automated deployments, and cloud service management.
Getting Started
- Install the CLI:
npm install -g @upuai/cli - Authenticate:
upuai login - Initialize your project:
upuai init - Deploy:
upuai deploy
Platform Concepts
- Projects — Your application with its own configuration, environments, services,
and deployment history.
- Services — Web servers, background workers, databases, Redis, functions, buckets,
volumes, and Docker containers.
- Environments — Isolated production, staging, and development environments with
separate secrets and scaling rules.
Reference Documentation