Getting Started
Sprintsail is an application PaaS that deploys containerized workloads across multiple cloud runtimes with a single CLI. Your language. Your framework. Maximum deployment targets. One command.
What's Available Today
| Runtime | Provider | Status |
|---|---|---|
| Fargate | AWS | Available |
| EKS | AWS | Available |
| App Runner | AWS | Available |
| ACA (Container Apps) | Azure | Coming Soon |
| AKS | Azure | Coming Soon |
| Cloud Run | GCP | Coming Soon |
| GKE | GCP | Coming Soon |
| Korifi (Cloud Foundry) | Open Source | Coming Soon |
Install the CLI
npm install -g @sprintsail/cli
ss version
Authenticate
ss login
# Browser opens → sign in → tokens stored locally
ss whoami
Deploy in 60 Seconds
ss org create my-org --runtime fargate
ss space create production
ss space switch production
ss create my-app
ss push
That's it. Sprintsail detects your language, builds with Cloud Native Buildpacks, deploys with TLS, and gives you a URL.
Choose Your Path
I want to deploy an app right now
→ Quick Start — 5 minutes, zero config
I want to understand the platform
→ Developer Guide — full reference for authentication, deployment, services, scaling, CI/CD
I want to test runtimes myself
→ Provisioner Dry-Run — validate all 8 runtimes without creating cloud resources → App × Runtime Matrix — test 6 languages against 3 runtimes → Live UAT — full lifecycle test on real cloud infrastructure
I want to bind a database
→ Bind a Database — add PostgreSQL, Redis, or S3 to your app
I want to set up CI/CD
→ CI/CD Guide — GitHub Actions and GitLab CI integration