Blade Cloud

On-demand cloud dev environments with Claude Code pre-installed.

Blade Cloud is included in every plan. Free gets 5 cloud hours/month, Pro gets 25 hours, and Ultra gets 100 hours. View pricing

Overview

Blade Cloud lets you spin up isolated dev environments from any device — phone, tablet, or browser. Each instance runs in its own isolated VM with a full Linux kernel, Claude Code pre-installed, and full terminal capabilities.

No computer needed. Create an instance, connect, and start coding with Claude Code in seconds.

Creating an Instance

Create a new cloud instance from the web client or CLI:

From the Web

  1. Sign in at bladeterm.com/sign-in
  2. Click New Instance
  3. Optionally enter a Git repository URL to clone
  4. Select a region (US-East, EU-West, or Asia-Pacific)
  5. Click Create — your instance boots in seconds

From the CLI

# Create a new cloud instance blade cloud create # Create with a git repo blade cloud create --repo https://github.com/user/project # List your instances blade cloud list # Connect to a running instance blade cloud connect <instance-id>

Instance Specs

ResourceSpecNotes
CPU2 vCPUsClaude Code is I/O bound, not CPU bound
RAM4 GBNode.js + Claude Code + shell + headroom
Disk20 GBOS + tools + workspace + scrollback
Network1 Gbps sharedWebSocket is low bandwidth

Instance Lifecycle

Instances follow a lifecycle that balances availability with cost efficiency:

STOPPED ──(create)──> STARTING ──(boot)──> RUNNING ^ | | | (idle 30min) └──(resume)── HIBERNATED <──(hibernate)────┘ | (idle 7 days) | v TERMINATED (disk destroyed)
StateBilled?Description
RunningYesInstance is active. PTY connected, WebSocket live.
HibernatedNoMemory + disk preserved. Resumes quickly.
StoppedNoInstance exists but not running.
TerminatedNoEverything deleted. Workspace gone.
Auto-hibernate: Instances with no input for 30 minutes automatically hibernate, saving your credits. You'll receive a warning 5 minutes before hibernation.
Termination policy: Hibernated instances on the Free plan are terminated after 7 days of inactivity. Pro instances persist for 30 days. Ultra instances persist indefinitely.

Workspace Persistence

Your workspace persists across hibernate and resume cycles:

Billing

Every plan includes cloud hours. You're only billed while instances are in the Running state.

PlanIncluded HoursOverage RateMonthly Price
Free5 hrs/moN/A$0
Blade Pro25 hrs/mo$0.08/hr$8/mo
Blade Ultra100 hrs/mo$0.06/hr$24/mo

Usage tips to save credits:

Security

Every cloud instance is fully isolated:

LayerProtection
VM isolationEach instance runs in its own isolated VM with a dedicated kernel
Network isolationInstances can reach the internet but cannot see each other
Disk encryptionStorage encrypted at rest
AuthJWT-authenticated API + device token WebSocket auth
Relay authRelay proxy validates authentication + session ownership before routing
TerminationAll data (disk, memory, snapshots) destroyed on instance termination

Connecting

Connect to a running cloud instance from:

The connection goes through the Blade relay proxy, which routes your WebSocket to the correct VM. The VM runs blade serve internally — the same protocol as local multiplayer.

Regions

RegionLocationEndpoint
US-EastVirginia, UScloud-us.bladeterm.com
EU-WestFrankfurt, DEcloud-eu.bladeterm.com
Asia-PacificSingaporecloud-ap.bladeterm.com

If you don't specify a region, the nearest one is selected automatically based on your IP address.

Pre-installed Software

Every cloud instance comes with: