███████ ██   ██ ███████ ██      ██      ██████   ██████  ██   ██ 
██      ██   ██ ██      ██      ██      ██   ██ ██    ██  ██ ██  
███████ ███████ █████   ██      ██      ██████  ██    ██   ███   
     ██ ██   ██ ██      ██      ██      ██   ██ ██    ██  ██ ██  
███████ ██   ██ ███████ ███████ ███████ ██████   ██████  ██   ██  
Remote development environments accessible through pure SSH. Zero config, zero clients, zero complexity. Pay only for what you use.
$ ssh shellbox.dev about
$ ssh shellbox.dev spinup dev1
[info] Creating new instance 'dev1' [info] Provisioning 8 vCPUs, 32GB RAM, 96GB SSD [success] Instance ready - connect with: ssh dev1@shellbox.dev
$ ssh dev1@shellbox.dev
[info] Connecting to dev1 instance [info] Current rate: $0.70/hr while connected [success] Welcome to shellbox.dev development environment dev1$ exit
$ ssh shellbox.dev status
[info] Balance: $47.20 [info] Instances: • test2: RUNNING (connected) - $0.70/hr • dev1: IDLE - $0.02/hr [info] Estimated runtime remaining: 67 hours
$ ssh shellbox.dev balance add 10
[info] Generating payment QR code for $10.00 [info] Scan with your phone to add funds why do programmers mix halloween and christmas? Because OCT 31 = DEC 25 [info] Waiting for payment confirmation...
$ ssh shellbox.dev help
Access development environments via SSH. Manage instances and billing through simple commands. Minimum balance top-up: $10. Instances automatically stop when balance falls below $5.
Command Description
status Show balance and instance status
balance add <amount> Add funds via QR code payment
balance history View transaction history
spinup <name> Create new development instance
destroy <name> Permanently remove instance
$ # exporting my data:
$ scp -r dev1@shellbox.dev:/home/ubuntu/ ./target