~/shelltab-cloud — welcome
 _____ _          _ _ _____     _        _____ _                 _
|   __| |_ ___  _| | |_   _|__| |__    |     | |___ _ _ ___ ___|_|
|__   |   | -_|| | |   | | |  _  | _|  |   --| | . | | | . |___|_|
|_____|_|_|___||_|_|   |_| |___._|__|  |_____|_|___|___|___|     |_|
$cat manifesto.txt
Cloud terminals where your team and AI agents
build together in real-time.
Every command attributed. Every session persistent. No install.
start-for-free
$wc -l beta-users.txt
~/shelltab-cloud — live workspace · acme engineering · 4 online
Drives
backend
auth-fix M
migration A
logs
frontend 2
infra 1
auth-fix · backend
M
S
$ claude "fix token refresh"
Claude Code
✓ Read src/auth.ts
✎ Editing src/auth.ts
- jwt.sign(payload, secret)
+ jwt.sign(payload, secret, {
+ expiresIn: '15m'
+ })
tests · frontend
S
$ npm run test:watch
✓ PASS Button.test.tsx
✓ PASS Modal.test.tsx
✓ PASS Auth.test.tsx
✗ FAIL Form.test.tsx
Expected "valid" got "invalid"
migration · backend
A
$ claude "add sessions table"
Claude Code
✓ Created migrations/003.sql
✓ Updated database.ts
⏳ Running migration...
✓ Migration complete
dev-server · frontend
$ npm run dev
ready on :3000
GET /api/users 200 12ms
POST /api/auth 200 45ms
GET /api/tasks 200 8ms
GET /api/profile 200 6ms
Sarah
Alex
Multiplayer
AI agents
Persistent drives
Zero telemetry
~/shelltab-cloud — diff shelltab-cloud vs-the-rest
$diff --side-by-side shelltab-cloud the-rest
shelltab cloud
the rest
Multi-user
● built-in
○ plugin or none
Attribution
● per-user blocks
○ anonymous stream
AI agents
● Claude, Codex, any
◐ Warp only
Rich rendering
● JSON, diffs, markdown
○ raw ANSI text
Cloud environment
● persistent NVMe
○ local only
Install required
● none — browser tab
○ desktop app
~/shelltab-cloud — ls features/
$ls -la features/
drwxr-xr-x multiplayer/

Multiplayer by default

Every terminal is shared. Click into a teammate's session, watch their Claude Code work, jump in to help.

drwxr-xr-x attribution/

Command attribution

Every command tied to who ran it. A readable timeline of your team's work, not a wall of anonymous text.

drwxr-xr-x drives/

Persistent drives

Full Linux environments with NVMe storage. Stop to save cost, start in one second. Files, deps, git — all intact.

drwxr-xr-x canvas/

Infinite canvas

All terminals on one zoomable surface. Bird's eye to see everything. Click to maximize. Drag to rearrange.

drwxr-xr-x editor/

Files & editor

Browse any drive's filesystem. Syntax-highlighted preview. Full CodeMirror editor for quick edits.

drwxr-xr-x privacy/

Privacy-first

No telemetry. No tracking. API keys encrypted at rest. Work in your browser — nothing to install.

~/shelltab-cloud — quickstart.sh
$cat quickstart.sh
# Step 1: Create your org
$shelltab org create "acme-engineering"
Org created. Invite link: shelltab.dev/join/acme-abc123
# Step 2: Spin up a drive
$shelltab drive create backend --size standard
Drive "backend" running · 1/2 CPU · 4 GB RAM · 10 GB NVMe
# Step 3: Start building together
$shelltab terminal create auth-fix --drive backend
Terminal ready. Share: shelltab.dev/acme/backend/auth-fix
# That's it. Send the link. Start building.
~/shelltab-cloud — cat testimonials.log
$cat testimonials.log
"We replaced our entire pair programming setup. Being able to jump into any teammate's Claude Code session changed how we review AI-generated code."
Dan K. · Staff Engineer, Series B startup
"The canvas view is addictive. I can see all five active terminals, who's working on what, and jump in when someone needs help. It's a live dashboard for engineering."
Maria S. · Engineering Manager
"Finally a cloud terminal that doesn't feel like a toy. I leave Claude Code running, go to bed, my teammate in a different timezone picks up right where I left off."
Raj P. · Senior Backend Engineer
"The command attribution is killer. During incident response, we can see exactly who ran what command and when. No more 'who restarted the service?' in Slack."
Lisa T. · SRE Lead
~/shelltab-cloud — pricing --format table
$shelltab pricing --format table
Free
$0/mo
For individuals
  • 1 drive (Basic)
  • Up to 3 members
  • 5 GB storage
  • Community support
get-started
Enterprise
Custom
For compliance & scale
  • Everything in Team
  • SSO / SAML
  • Custom base images
  • Dedicated support
contact-us
~/shelltab-cloud — ready?
  ___ _            _
 / __| |_ __ _ _ _| |_
 \__ \  _/ _` | '_|  _|
 |___/\__\__,_|_|  \__|

 _          _ _    _ _
| |__ _  _ (_) |__| (_)_ _  __ _
| '_ \ || || | / _` | | ' \/ _` |
|_.__/\_,_|_|_\__,_|_|_||_\__, |
                           |___/
Free during beta. No credit card. No install.