Deploy in Seconds

Build, Deploy,
Ship with Confidence

The cloud platform for developers who ship fast. Push to GitHub, deploy instantly. Docker containers, live logs, and a web terminal — all included.

Active deployment
my-app · Running
Auto SSL · Live logs · Git push deploy
Status
Live
Always-on containers
Deploy
Fast
Git push to live
app.remoud.com
Workspace
Overview
Deployments
Metrics
Logs
Infra
Clusters
Nodes
Domains
Secrets
Projects
3
Running
RAM
1.2GB
of 2GB used
Storage
2.1GB
of 5GB used
Bandwidth
18GB
of 70GB used
Request Volume - 24h
Live
14:22:01[DEPLOY]my-app → building container
14:22:03[INFO]Installing dependencies...
14:22:04[✓ DONE]Container started · app is live
14:22:05[SSL]Certificate provisioned for my-app.remoud.com
Platform Features

Everything you need.
Nothing you don't.

Every primitive your team needs to ship and scale production software-in one platform.

Git Deployments
Connect your GitHub repo, push to deploy. Automatic builds with Docker containers and instant subdomain URLs.
Resource Monitoring
Track CPU, RAM, storage, and bandwidth usage in real time from your dashboard. Per-project resource metrics.
Live Logs
Stream your application logs in real time directly from the dashboard. Copy, download, or clear logs instantly.
Web Terminal
Access your running container directly from the browser. Full xterm.js terminal with no SSH keys required.
Custom Domains
Add your own domain with automatic SSL certificates via Let's Encrypt. CNAME setup with zero downtime.
Docker Support
Bring your own Dockerfile or let us auto-detect your runtime. Node.js, Python, Go, PHP, Java, and more.
Environment Variables
Encrypted environment variables with key-value editor, bulk editing, and .env file import. Changes apply on redeploy.
Email Hosting
Professional email with your domain. Full SMTP/IMAP, spam filtering, and webmail included on paid plans.
Platform

Your apps, one dashboard.

Deploy, monitor, and manage all your applications from a single clean interface. GitHub integration, Docker builds, and real-time metrics.

Deploy from Git - connect your GitHub repo, push to deploy automatically
Pause & Resume - stop and restart your apps with one click
Custom domains - bring your domain with auto-SSL certificates
Dashboard
3
Apps
1.2GB
RAM
Live
Status
Observability

Track CPU, RAM, and bandwidth.

Real-time resource monitoring for every deployment. See exactly how much CPU, RAM, storage, and bandwidth each app uses.

CPU & RAM usage - live stats from Docker containers
Bandwidth tracking - monitor monthly data transfer per plan
Storage usage - combined app + email storage tracking
Metrics Explorer
12%
CPU
1.2GB
RAM
18GB
Bandwidth
Observability

Stream logs in real time.

Watch your application logs as they happen. Color-coded output with copy, download, and clear controls built into the dashboard.

Real-time streaming - logs appear as your app writes them
Copy & Download - export logs for debugging or sharing
ANSI color support - colored output rendered correctly in the browser
Log Stream
14:22:01[INFO]GET /api/users → 200 (12ms)
14:22:02[INFO]POST /api/deploy → 201 (288ms)
14:22:04[DONE]deploy complete · container started
14:22:05[SSL]cert provisioned · my-app.remoud.com
14:22:12[SSL]cert renewed · api.acme.com · 90d
14:22:15[INFO]GET /api/metrics → 200 (8ms)
14:22:18[INFO]GET /health → 200 (2ms)
Developer Experience

Your terminal, everywhere.

Access your running container directly from the browser. Full terminal emulation with xterm.js, no SSH keys needed.

Full PTY support - interactive programs and editors work
Browser-based - no SSH keys, no client install required
Direct container access - run commands inside your live Docker container
Web Terminal
remoud@api-service:~$ls -la
total 48
drwxr-xr-x 6 app app 4096 Feb 18 14:22 .
drwxr-xr-x 12 app app 4096 Feb 18 14:22 ..
-rw-r--r-- 1 app app 1024 Feb 18 14:22 package.json
drwxr-xr-x 3 app app 4096 Feb 18 14:22 src
remoud@api-service:~$top -bn1 | head -3
CPU: 12.4% | MEM: 234MB / 2GB | PID: 1
remoud@api-service:~$
Pricing

Simple, transparent pricing.

Start free. Scale as you grow. No hidden fees, no surprises.

Starter
Free
$0
Forever free
Perfect for side projects and learning. No credit card required.
  • 1 project
  • 256MB RAM
  • 500MB storage
  • 1GB bandwidth
  • Community support
Get started free
Most Popular
Hobby
$4.99$3.99
per month · $39.99/yr
For developers shipping real projects with more resources.
  • 5 projects
  • 2GB RAM
  • 5GB storage
  • 70GB bandwidth
  • Web terminal access
  • Email support
  • Custom email hosting
Start Hobby plan
Scale
Business
$19.99$14.99
per month · $149.99/yr
For teams running production workloads that need more power.
  • 10 projects
  • 5GB RAM
  • 15GB storage
  • Unlimited bandwidth
  • Web terminal access
  • Custom email hosting
  • Priority support
Start Business plan
Infrastructure

Powered by
Docker & Caddy.

Your apps run in isolated Docker containers with automatic SSL via Caddy. Simple, reliable infrastructure.

Users
Edge
Nodes
Containers
Coming Soon
Remoud CLI & declarative config are on the way.
remoud.yaml
# Remoud deployment config
name: api-service
region: us-east, eu-west, ap-south
build:
runtime: node:20
command: npm run build
scale:
min: 2
max: 50
metric: rps
target: 100
health:
path: /health
interval: 15s
zsh
$ remoud deploy --region all
› Building api-service...
› Pushing to registry (1.2s)
› Deploying to us-east...
› Deploying to eu-west...
› Deploying to ap-south...
✓ Live at api.acme.com (3.1s)
$
Developer Experience

Designed for
developers first.

A CLI, API, and dashboard that works the way engineers actually think.

01
One-command deploys
Push changes from your terminal and watch them go live globally in under 5 seconds. No Dockerfiles required.
02
Declarative configuration
Define your entire stack in a single YAML file. Version it, review it, ship it. IaC simplified.
03
Preview environments
Every pull request gets a full-stack preview URL automatically. Test before you merge, every time.
04
Native CI/CD
First-class GitHub Actions, GitLab CI, and Bitbucket support. Works with your existing workflow.
remoud.com
Deploy globally.
Scale instantly.

Start free. No credit card required. Your first deployment is one command away.

Free forever · No credit card · Deploy in 60 seconds
Welcome to Remoud
Sign in to deploy and manage your projects globally.
Continue with GitHub
or
Continue with Google