Now Generally Available — CloudStack v3.0

Infrastructure That
Scales With You

The modern cloud platform engineered for developers who demand performance, reliability, and simplicity. Deploy globally in seconds, scale automatically, and pay only for what you use — with no hidden fees, no lock-in, and full control over your stack.

Trusted by 25,000+ developers — No credit card required

terminal
# Install the CloudStack CLI
$ npm install -g @cloudstack/cli
# Deploy your application
$ cloudstack deploy --app my-app
Creating deployment...
Building container image...
Pushing to registry...
Deploying to 3 regions...
✓ Deployed successfully!
URL: https://my-app.cloudstack.dev
Regions: us-east, eu-west, ap-south
Latency: 23ms (avg)
Deploy Complete
3 regions • 4.2s total

Trusted by engineering teams at

Stripe Shopify Vercel Notion Linear Figma Datadog GitLab

Platform

Everything You Need to Build, Deploy & Scale

Four core products that work seamlessly together. Each one is best-in-class on its own — together they give you a complete, vertically integrated cloud platform.

CloudStack Compute

High-performance virtual machines, bare-metal servers, and container runtimes powered by the latest AMD EPYC and Intel Xeon processors. Spin up instances in under 10 seconds with dedicated vCPU, NVMe storage, and up to 100 Gbps networking.

  • From 1 vCPU / 512 MB to 96 vCPU / 768 GB RAM
  • GPU instances with NVIDIA A100 & H100
  • Live migration & zero-downtime maintenance
  • Per-second billing with sustained-use discounts

CloudStack Storage

S3-compatible object storage, high-IOPS block volumes, and a globally distributed file system. Store petabytes of data with 11 nines of durability, automatic replication across regions, and instant CDN integration for fast access worldwide.

  • 99.999999999% (11 nines) durability
  • Up to 160,000 IOPS per block volume
  • Automatic tiering: hot, warm, cold, archive
  • Point-in-time snapshots & cross-region replication

CloudStack Database

Fully managed PostgreSQL, MySQL, Redis, and MongoDB with automated backups, read replicas, and connection pooling. Scale from a hobby project to millions of queries per second without changing a line of code or worrying about maintenance windows.

  • Automated daily backups with 30-day retention
  • Read replicas in any region (up to 15)
  • Built-in connection pooling & query optimizer
  • Automatic failover in under 30 seconds

CloudStack Networking

A global anycast network spanning 30+ regions with built-in load balancing, DDoS mitigation, and private networking. Route traffic intelligently with our edge network, secure services with managed TLS, and connect VPCs across regions with encrypted tunnels.

  • Global anycast with <50ms latency worldwide
  • 10 Tbps DDoS protection at no extra cost
  • Private VPC peering with encrypted WireGuard tunnels
  • Automatic TLS with free managed certificates

Features

Built for Modern Cloud-Native Applications

Every feature you need to run production workloads at scale, built into the platform from day one.

Auto-Scaling

Automatically scale from zero to thousands of instances based on CPU, memory, request count, or custom metrics. Set policies once and let the platform handle traffic spikes and quiet periods efficiently.

Global CDN

Serve static and dynamic content from 200+ edge locations worldwide. Intelligent caching, Brotli compression, and HTTP/3 support ensure your users get sub-50ms response times wherever they are on the planet.

DDoS Protection

Enterprise-grade Layer 3/4/7 DDoS mitigation included at no extra cost. Our globally distributed scrubbing centers absorb up to 10 Tbps of attack traffic while legitimate requests flow through uninterrupted.

CI/CD Pipeline

Push to deploy with built-in continuous integration and delivery. Connect your GitHub, GitLab, or Bitbucket repo, define your pipeline in YAML, and get automatic builds, tests, and zero-downtime rolling deployments.

Container Registry

Private Docker container registry with vulnerability scanning, image signing, and geo-replicated storage. Pull images at wire speed from the nearest region with our distributed registry architecture.

Serverless Functions

Run code without provisioning servers. Support for Node.js, Python, Go, Rust, and more. Cold starts under 50ms with our V8 isolate runtime. Scale to millions of invocations with pay-per-execution pricing.

Managed Kubernetes

Production-ready Kubernetes clusters in minutes. We manage the control plane, etcd, upgrades, and security patches. You focus on deploying workloads. Integrated with our load balancers, storage, and monitoring.

Load Balancing

Global and regional load balancers with health checks, sticky sessions, and weighted routing. Support for HTTP/2, gRPC, WebSocket, and TCP. Distribute traffic intelligently across instances, regions, and availability zones.

Monitoring & Alerts

Real-time metrics, distributed tracing, and centralized logging built into every service. Set up alerts via email, Slack, PagerDuty, or webhooks. Custom dashboards with 15-second granularity and 13 months of retention.

Developer Experience

Ship Faster With Our CLI & SDK

Everything you can do in the dashboard, you can do from the command line or through our API. First-class SDKs for JavaScript, Python, Go, Ruby, and Rust. Infrastructure as code with Terraform and Pulumi providers.

Powerful CLI

Deploy, scale, and manage infrastructure with intuitive commands. Tab completion, interactive prompts, and JSON output for scripting.

RESTful API & SDKs

Fully documented OpenAPI 3.0 spec. Type-safe SDKs auto-generated from the spec ensure you always have the latest endpoints.

Infrastructure as Code

Terraform provider and Pulumi SDK for managing infrastructure declaratively. Version-controlled, reviewable, and repeatable deployments.

# cloudstack.yaml
name: my-api
runtime: node-20
regions:
- us-east-1
- eu-west-1
- ap-south-1
resources:
cpu: 2
memory: 4GB
scaling:
min: 2
max: 50
target_cpu: 70
# Deploy with one command
$ cloudstack deploy
# Scale horizontally
$ cloudstack scale my-api --replicas 10
✓ Scaled to 10 replicas across 3 regions
# Add a new region
$ cloudstack regions add ap-northeast-1
✓ Added Tokyo region (ap-northeast-1)
# Resize resources
$ cloudstack resize my-api --cpu 4 --memory 8GB
✓ Resized with zero downtime
# Enable auto-scaling with custom metric
$ cloudstack autoscale set \
--metric requests_per_second \
--target 1000 --min 3 --max 100
✓ Auto-scaling policy configured
# View real-time metrics
$ cloudstack metrics my-api --live
┌─────────────────────────────────┐
Requests: 12,847/min │
Latency: 23ms (p50) │
│ 41ms (p95) │
│ 67ms (p99) │
CPU: 34.2% │
Memory: 2.1 GB / 4 GB │
Error: 0.02% │
└─────────────────────────────────┘
# Set up alerts
$ cloudstack alerts create \
--metric error_rate \
--threshold 1% --channel slack

Architecture

How CloudStack Works

A vertically integrated platform designed for reliability and performance at every layer.

┌───────────────────────────────────────────────────────────────────────────┐
│                          CloudStack Edge Network                        │
│                     Global CDN  •  DDoS Protection  •  WAF                  │
├───────────────────────────────────────────────────────────────────────────┤
│                                                                           │
│  ┌─────────────────┐  ┌─────────────────┐  ┌─────────────────────────┐   │
│  │  Load Balancer   │  │   API Gateway    │  │   DNS & TLS Manager    │   │
│  │  L4/L7 routing   │  │  Rate limiting   │  │  Auto cert provisioning │   │
│  │  Health checks   │  │  Auth / Caching  │  │  DNSSEC enabled         │   │
│  └────────┬────────┘  └────────┬────────┘  └─────────────────────────┘   │
│           │                    │                                          │
│  ┌────────┴────────────────────┴────────────────────────────────────┐     │
│  │                     Orchestration Layer                        │     │
│  │           Kubernetes  •  Serverless  •  CI/CD Pipeline           │     │
│  └────────┬──────────────┬──────────────────┬───────────────────────┘     │
│           │              │                  │                             │
│  ┌────────┴───────┐  ┌──┴───────────┐  ┌──┴────────────┐                │
│  │   Compute      │  │  Database     │  │  Storage       │                │
│  │  VMs • Bare    │  │  Postgres     │  │  Object (S3)  │                │
│  │  Metal • GPUs  │  │  MySQL • Redis│  │  Block (NVMe) │                │
│  │  Containers    │  │  MongoDB      │  │  File (NFS)   │                │
│  └────────┬───────┘  └──────────────┘  └───────────────┘                │
│           │                                                              │
│  ┌────────┴─────────────────────────────────────────────────────────┐    │
│  │                    Physical Infrastructure                       │    │
│  │    30+ Regions  •  100+ Data Centers  •  Custom Silicon           │    │
│  └──────────────────────────────────────────────────────────────────┘    │
│                                                                           │
├───────────────────────────────────────────────────────────────────────────┤
│  Observability: Metrics • Logs • Traces • Alerts • Dashboards             │
│  Security: IAM • VPC • Encryption • SOC2 • HIPAA • PCI DSS               │
└───────────────────────────────────────────────────────────────────────────┘
      

Pricing

Simple, Transparent Pricing

Start free, scale as you grow. No hidden fees, no egress charges, no surprises on your bill. Usage-based pricing means you only pay for what you consume.

Developer

$0 /month

Perfect for side projects, prototypes, and learning the platform.

  • 1 vCPU / 512 MB RAM instance
  • 10 GB object storage
  • 1 managed database (256 MB)
  • 100K serverless invocations/mo
  • 1 GB bandwidth/day
  • Community support
  • Shared SSL certificate
  • Basic monitoring (5-min granularity)
Get Started Free

Team

$29 /month

For small teams shipping production apps with collaboration features.

  • Up to 10 instances (4 vCPU each)
  • 250 GB object storage
  • 3 managed databases (4 GB each)
  • 5M serverless invocations/mo
  • 1 TB bandwidth included
  • Email support (24h response)
  • Custom domains with auto-SSL
  • 5 team members included
  • 1-min monitoring granularity
Start Free Trial
Most Popular

Business

$99 /month

For growing companies that need performance, compliance, and priority support.

  • Unlimited instances (16 vCPU each)
  • 5 TB object storage
  • 10 databases with read replicas
  • 50M serverless invocations/mo
  • 10 TB bandwidth included
  • Priority support (4h response SLA)
  • SOC 2 Type II & HIPAA compliance
  • SSO & RBAC with audit logging
  • 15-sec monitoring, 13-month retention
Start Free Trial

Enterprise

Custom

For organizations with advanced security, compliance, and scale requirements.

  • Dedicated bare-metal & GPU clusters
  • Unlimited storage & bandwidth
  • Unlimited databases & replicas
  • Unlimited serverless invocations
  • 99.99% uptime SLA (financially backed)
  • Dedicated TAM & 24/7 phone support
  • PCI DSS, FedRAMP, ISO 27001
  • Custom contracts & volume discounts
  • Private cloud & on-premises deployment
Contact Sales

Usage-Based Pricing Details

Compute

$0.012/vCPU-hour
$0.006/GB-hour (memory)
GPU from $1.10/hour

Storage

$0.02/GB-month (object)
$0.10/GB-month (block SSD)
$0.004/GB-month (archive)

Database

$0.015/vCPU-hour
$0.008/GB-hour (memory)
$0.10/GB-month (storage)

Networking

$0.00 egress (first 10 TB)
$0.01/GB after 10 TB
Load balancer: $0.025/hour

25K+
Developers
99.99%
Uptime SLA
30+
Global Regions
1M+
Deployments
<50ms
Global Latency
SOC2
+ HIPAA Certified

Testimonials

Loved by Engineering Teams

Hear from the developers and CTOs who build on CloudStack every day.

"We migrated from AWS to CloudStack in a weekend. Our infra costs dropped 40% and deploy times went from 12 minutes to under 30 seconds. The developer experience is genuinely a generation ahead."

SR
Sarah Rodriguez
CTO, Flowbase

"The managed Kubernetes offering is the best I've used. We went from spending 2 days a week on cluster maintenance to zero. The integrated monitoring and auto-scaling just work out of the box."

JK
James Kim
Lead SRE, Paystack

"CloudStack's serverless functions have cold starts under 50ms. We moved our entire event-driven architecture here and our p99 latency dropped by 3x compared to Lambda. The DX is phenomenal."

AP
Aisha Patel
VP Engineering, TechGrid

"As a startup, we needed to move fast without compromising on security. CloudStack gave us SOC 2 compliance out of the box and the pricing is transparent. No more surprise AWS bills at month end."

MH
Marcus Hernandez
Founder, Snapboard

"We run 200+ microservices on CloudStack's managed Kubernetes. The observability stack (metrics, logs, traces) being built-in saved us from maintaining a separate Datadog/Grafana setup. Incredible platform."

LW
Lisa Wang
Staff Engineer, Meridian Health

"The CLI is genuinely a joy to use. Autocomplete, interactive mode, and the ability to pipe JSON output to jq makes scripting a breeze. I've automated our entire staging environment provisioning in a single bash script."

DN
David Nielsen
DevOps Lead, Cortex Analytics

Comparison

How CloudStack Compares

See how we stack up against the major cloud providers across the criteria that matter most.

Criteria CloudStack AWS GCP Azure
Deploy Time < 30 seconds 5-15 minutes 3-10 minutes 5-20 minutes
Egress Pricing Free (10 TB) $0.09/GB $0.12/GB $0.087/GB
Serverless Cold Start < 50ms 100-500ms 200-800ms 500ms-2s
Built-in Observability Full stack CloudWatch (extra) Cloud Monitoring Azure Monitor
DDoS Protection Included free Shield Adv. $3K/mo Cloud Armor (paid) DDoS Std. (paid)
Learning Curve Hours Weeks-Months Weeks Weeks-Months

FAQ

Frequently Asked Questions

What is CloudStack and how is it different from AWS?
CloudStack is a modern cloud infrastructure platform built for developer experience. Unlike AWS with its 200+ services and complex IAM policies, CloudStack focuses on the core services you actually need (compute, storage, database, networking) and makes them incredibly simple to use. You get a unified CLI, built-in observability, free egress, and DDoS protection included at no extra cost. Most teams report deploying their first production app in under an hour.
Is there vendor lock-in?
No. CloudStack is built on open standards. Our object storage is fully S3-compatible, databases are standard PostgreSQL/MySQL/Redis/MongoDB (you can pg_dump and restore anywhere), containers use standard Docker/OCI images, and Kubernetes clusters are upstream-compatible. We also provide Terraform and Pulumi providers so your infrastructure definitions are portable. You're free to leave at any time, though we're confident you won't want to.
What compliance certifications do you hold?
CloudStack maintains SOC 2 Type II, HIPAA, PCI DSS Level 1, ISO 27001, ISO 27017, ISO 27018, and GDPR compliance. Enterprise customers also have access to FedRAMP Moderate and ITAR-compliant regions. Our compliance reports are available in the security portal, and we undergo continuous third-party audits.
How does auto-scaling work?
CloudStack auto-scaling monitors your configured metrics (CPU, memory, request count, queue depth, or custom metrics) and automatically adjusts the number of running instances. You define minimum and maximum instance counts and a target value for your metric. Scaling decisions are made in under 10 seconds, and new instances are ready in under 15 seconds. For serverless functions, scaling is fully automatic and instant with no configuration required.
What happens if my application goes down?
CloudStack is designed for high availability by default. Your applications are automatically distributed across multiple availability zones within each region. If an instance fails, traffic is automatically routed to healthy instances while a replacement is spun up. For databases, automatic failover happens in under 30 seconds with no data loss. Our platform SLA guarantees 99.99% uptime for Business and Enterprise plans, financially backed.
Can I migrate from my current cloud provider?
Yes. We provide migration tools and guides for AWS, GCP, Azure, DigitalOcean, and Heroku. Our migration assistant can analyze your current infrastructure and generate a CloudStack configuration file. For databases, we support zero-downtime migrations using logical replication. For containers, just point your CI/CD pipeline to our registry. Most teams complete migration in a weekend. Enterprise customers get a dedicated migration engineer.
Do you charge for data egress?
CloudStack includes 10 TB of free egress per month on all paid plans. After that, egress is just $0.01/GB - roughly 10x cheaper than AWS or GCP. We believe egress fees are a predatory cloud tax and we're committed to keeping data transfer costs as low as possible. The Developer free tier includes 1 GB/day of bandwidth.
What support options are available?
Developer plan includes community support via our Discord and forums. Team plan includes email support with a 24-hour response SLA. Business plan gets priority support with a 4-hour response SLA and access to live chat. Enterprise plan includes a dedicated Technical Account Manager (TAM), 24/7 phone support with a 1-hour critical issue response SLA, and quarterly architecture reviews. All plans have access to our extensive documentation and tutorials.

From the Blog

Latest Engineering Insights

Engineering March 28, 2026 12 min read

How We Achieved Sub-50ms Cold Starts With V8 Isolates

A deep dive into our serverless runtime architecture. We explain how we use V8 isolates instead of containers to achieve cold starts that are 10x faster than traditional FaaS platforms, while maintaining full Node.js compatibility.

Infrastructure March 21, 2026 8 min read

Building a Multi-Region Database With Zero-Downtime Failover

How our managed PostgreSQL achieves automatic failover in under 30 seconds using a combination of synchronous replication, consensus-based leader election, and intelligent connection routing at the proxy layer.

Security March 14, 2026 10 min read

Our Approach to 10 Tbps DDoS Mitigation at the Edge

A look inside our globally distributed scrubbing infrastructure. We detail how we use eBPF, XDP, and custom FPGA-based packet processing to absorb massive volumetric attacks while keeping legitimate traffic flowing with zero added latency.

Deploy Your First App in 60 Seconds

Join 25,000+ developers who build, deploy, and scale on CloudStack. Free tier included, no credit card required, and you can be live in production before you finish your coffee.

No credit card Free tier forever Deploy in seconds