_____ _ _ _ _____ _ _____ _ _ | __| |_ ___ _| | |_ _|__| |__ | | |___ _ _ ___ ___|_| |__ | | -_|| | | | | | _ | _| | --| | . | | | . |___|_| |_____|_|_|___||_|_| |_| |___._|__| |_____|_|___|___|___| |_|
$cat manifesto.txt
Cloud terminals where your team and AI agents
build together in real-time.
build together in real-time.
Every command attributed. Every session persistent. No install.
$ claude "fix token refresh"
Claude Code
✓ Read src/auth.ts
✎ Editing src/auth.ts
- jwt.sign(payload, secret)
+ jwt.sign(payload, secret, {
+ expiresIn: '15m'
+ })
$ npm run test:watch
✓ PASS Button.test.tsx
✓ PASS Modal.test.tsx
✓ PASS Auth.test.tsx
✗ FAIL Form.test.tsx
Expected "valid" got "invalid"
$ claude "add sessions table"
Claude Code
✓ Created migrations/003.sql
✓ Updated database.ts
⏳ Running migration...
✓ Migration complete
$ 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
$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
$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.
$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.
$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 pricing --format table
Free
$0/mo
For individuals
- 1 drive (Basic)
- Up to 3 members
- 5 GB storage
- Community support
Team
$20/user/mo
For engineering teams
- Unlimited drives
- Standard & Power instances
- 20 GB per drive
- Priority support
Enterprise
Custom
For compliance & scale
- Everything in Team
- SSO / SAML
- Custom base images
- Dedicated support
___ _ _
/ __| |_ __ _ _ _| |_
\__ \ _/ _` | '_| _|
|___/\__\__,_|_| \__|
_ _ _ _ _
| |__ _ _ (_) |__| (_)_ _ __ _
| '_ \ || || | / _` | | ' \/ _` |
|_.__/\_,_|_|_\__,_|_|_||_\__, |
|___/ Free during beta. No credit card. No install.