The cloud platform designed for developer happiness. Instant VMs, global deploys, and pricing that makes sense.
Full SSH access in under 1 second after provisioning
Automatic deploys from GitHub, GitLab, and Bitbucket
Run serverless functions at the edge in any language
Deploy to 25+ regions with a single command
# Install Fluid CLI
curl -fsSL https://get.fluid.sh | sh
# Deploy your app
fluid deploy --region=all \
--vm-type=performance \
--autoscale=2-10# Configure your deployment
name: my-app
runtime: node18
regions: [na-east, eu-central]
scale:
min: 1
max: 5
cpu: 80
build:
command: npm install && npm run build
output: distOur CLI gives you full control over your infrastructure with simple commands.
Join thousands of developers shipping faster with Fluid.
Get Started Free