Build Like It's 2030

The cloud platform designed for developer happiness. Instant VMs, global deploys, and pricing that makes sense.

Instant CLI Access

Full SSH access in under 1 second after provisioning

Git Integration

Automatic deploys from GitHub, GitLab, and Bitbucket

Edge Functions

Run serverless functions at the edge in any language

Global Anycast

Deploy to 25+ regions with a single command

$

Get Started in Seconds

Deploy with CLI
# Install Fluid CLI
curl -fsSL https://get.fluid.sh | sh

# Deploy your app
fluid deploy --region=all \
  --vm-type=performance \
  --autoscale=2-10
fluid.yml config
# 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: dist

Everything You Need

Our CLI gives you full control over your infrastructure with simple commands.

$
fluid vm create --type=performance
✓ Provisioned vm-perf-7291 in 812ms (4 vCPU, 16GB RAM)
$
fluid deploy --region=na-east
✓ Deployed my-app to na-east in 1.2s
→ https://my-app.fluid.sh
$
fluid logs --follow
Limited time: Free $50 credit for new developers

Ready to Build?

Join thousands of developers shipping faster with Fluid.

Get Started Free