for people already running claude code or codex

You moved to real agents. Now move them off your laptop.

ShellTeam is a cloud computer of your own, set up for the coding agents you already use. What they build is still there tomorrow: your files, your databases, your services, all running, all live at a real HTTPS address. Drive it from your phone; close the lid whenever you like. The agents run on your own Claude or ChatGPT plan, so there is no markup on the AI. Flat $19/mo for the machine.

Bring your own AI plan · no token markup · 100% open source, self-host free

A real session on a phone, sped up but not staged. The agent builds it, checks its own work in a browser, and hands back a live link.
Runs the agents you already run Claude Code Codex Antigravity OpenCode on your own subscription, side by side, switchable mid-conversation
the wall

Your agent needs a computer.
A sandbox isn't one.

You already made the switch, and it worked: the agent writes the code now. The limits you keep hitting are no longer about the model. What it built is sitting at localhost:3000, so showing anyone means stopping to deploy it. The database it set up yesterday needs setting up again. The idea turns up at 9pm and the terminal is on your desk.

Claude and Codex will now run tasks in their own cloud, and for a quick fix on a repo that is genuinely good. But those sessions are sandboxes that reset: a fresh machine each time, installs that vanish, a database that is gone by morning, no address anyone can visit, no shell. Even Anthropic's advice for anything bigger is to run the agent on your own hardware. That is the part we do for you.

Laptop or sandbox On your own computer What changes on a machine of your own
Every session starts from scratchYour files and state are still there tomorrow
It lives at localhost:3000, or nowhereEvery build is already at an HTTPS address
A database that dies with the sessionDatabases and services stay up for months
One agent per sandboxClaude Code, Codex and more, one conversation
A weekend of ssh, tmux, nginx, TLSArrives configured. Ten minutes
what you get

A computer that builds
while you live your life.

The agents you already run

Claude Code, Codex, Antigravity and OpenCode, in one cockpit, signed in to your own subscriptions. Hit your Claude limit at 4pm? Switch to Codex mid-conversation and the whole thread comes with it.

Everything gets a live URL

No tunnel, no deploy step. Every page, chart or app your agents build is already at an HTTPS address you can open from any device, and share when you choose to.

Your phone is a terminal

Kick off a run from the school gate. Paste a screenshot of the bug. Send a voice note. The whole cockpit, including a real shell, works on a phone screen.

No markup on the AI

The agents run on the Claude or ChatGPT plan you already pay for, the cheapest way frontier models are sold. We charge $19 for the machine. A failed run costs nothing extra.

A real machine, not a sandbox

Your own box with passwordless sudo. Install anything, run a database, keep a service up, point your own domain at it, take a full copy and walk whenever you like.

Always on

Hand it a long task and close your phone; the work continues on the box, not in a browser tab. Come back to a live link, not a session that died with your Wi-Fi.

you.shellteam.sh
The same session on a desktop: a plain-language request, the agent explaining what it is doing, and the real commands it ran underneath.
The same session on a big screen. You write plain sentences, the agent answers in plain sentences, and the real work stays visible underneath if you ever want to look
pricing

Frontier AI at subscription price.

Platforms that host agents for you buy tokens at metered rates and resell them with a markup; that is why there is a meter. ShellTeam runs on the plan you already own, so there isn't one.

the metered way
$25–100+/mo
  • tokens or credits, resold to you with a markup
  • a run that goes nowhere still costs you
  • their model list, their runtime, their ceiling
  • your project lives on their infrastructure
the shellteam way
$19/mo flat
  • a dedicated cloud computer, yours alone
  • agents driven by your own Claude/ChatGPT plan (from $20/mo)
  • four agent CLIs, switchable, no markup on the AI
  • real HTTPS address and TLS, zero setup

Founding price, locked for as long as you stay. No per-token markup, no resold credits: your AI plan stays between you and Anthropic or OpenAI. We charge for the machine and the setup. Prefer to run your own server? The whole thing is AGPL and self-hosting is free.

why trust us

Open source, all the way down.

  • 01The entire product is public code. Anyone, including the engineer friend you'll ask, can read exactly what runs on your machine. No black box.
  • 02No telemetry, no vendor backend. Your conversations, files and keys stay on your box. Nothing phones home.
  • 03No lock-in, provably. The hosted tier runs the same open-source stack. Export your files, or take the free self-hosted edition to any server, any time.
  • 04Technical? Self-host free, forever. The $19 tier is convenience (a box that arrives ready), not a different product.
View the code on GitHub AGPL-3.0 · the self-hosted edition is the same product

Security, stated plainly

Your agents have full control of your box (that's what makes them capable) and only of your box, a dedicated machine that runs nothing else and touches nothing else you own. Access is protected by a strong token over HTTPS. Our full security model is public: read it here.

questions

The honest answers.

Claude and Codex can already run tasks in the cloud. Why this?

They can, and for a repo-scoped task it is genuinely good: hand off a branch, close your laptop, review the diff later. The difference is that those sessions are sandboxes, not machines. Each one starts from a fresh checkout, and what you install is gone next session. A database or dev server it started does not survive. Nothing gets a public URL. There is no shell.

Their cloudYour box
Task survives closing your laptopyesyes
Files and installs still there tomorrownoyes
Database or service that stays upnoyes
Public URL for what it builtnoyes
A shell you can opennoyes
Work outside a git reponoyes

Use both. Their cloud is good at what it does; your box is the machine where your project actually lives.

Why not just rent a VPS and install this myself?

You can, and it costs nothing: the self-hosted edition is the same code under AGPL, one install script. The $19 buys the part you would otherwise spend a weekend on and redo on every rebuild: a box provisioned, the agents signed in, a real address with TLS wired up, and updates that land without you. If running servers is the fun part for you, self-host, and we would still count that as a win.

Does my Claude Code login work on a server?

Yes. It is an ordinary Linux machine, so you run the same sign-in you run locally, once, from the browser terminal, and the session stays on your box. No API key, no separate billing. Antigravity signs in with your Google account the same way.

What do I need to bring?

One AI subscription: a Claude (Anthropic) or ChatGPT (OpenAI) plan, from $20/mo. That plan drives your agents directly; we never resell AI or add a markup on it.

Can I move my current project over?

It is a real machine, so it is a git clone. Your agents read the repo, run it on the box and carry on from there. Bring your dotfiles and your project's environment file too; they work the way they do on your laptop.

What exactly does $19/mo buy?

A dedicated cloud computer (not a shared sandbox) with ShellTeam pre-installed and kept up to date, a real HTTPS address of your own, and hosted voice input. The AI itself runs on your own plan, which is why there is no meter.

Is my stuff safe?

Your box is yours alone: a dedicated machine with no other users. Your agents have full control of it (that's what makes them capable) and of nothing else. Everything stays on your box; nothing phones home. The whole security model is public, and because the code is open source, any engineer you trust can verify it.

Can other people use my box?

It is yours alone by default. You can hand out a link to something your agents built, and that link works for whoever you send it to. Nothing else on the machine is reachable unless you publish it deliberately.

ready when you are

Reserve you.shellteam.sh

A dedicated cloud computer with your name on it, ready in minutes. Bring your Claude or ChatGPT plan, point your agents at it, and get your evenings back.

Pick your address
.shellteam.sh
3 to 30 characters · lowercase letters, digits and hyphens
Auto-provisioned in minutes · cancel anytime · full refund if we can't set you up
Founding price locked for as long as you stay subscribed
Payments handled by Stripe for Ormind Ltd, the company behind ShellTeam. Your card statement reads SHELLTEAM
Not ready? Leave your email and watch us build:
✓ You're on the list. See you soon.