01Rooms
Chat like a team, not a prompt box.#
Humans and named bots share the same rooms. Every bot has its own turn, its own memory, and its own job. Loop in two bots on one thread and they hand work back and forth.
How rooms work

Open source and self-hostable, so the staff you build, the memory it keeps, and the work it ships stay yours.
Open source · MIT licensed
Named bots with their own computer, working in the rooms your team already lives in. Watch them work, take over when it matters, approve what counts.
Works with the tools you already use
01Rooms
Humans and named bots share the same rooms. Every bot has its own turn, its own memory, and its own job. Loop in two bots on one thread and they hand work back and forth.
How rooms work02The Computer
Browser, files, terminal, and a full desktop that persists between sessions. Watch the live stream, take the wheel for a login or a captcha, then hand it back.
Computer providers03Automations
Turn recurring work into routines on a schedule or a webhook. Bots run them, log every invocation, and only come back to you when something needs approval.
Read the docs04Approvals
Consequential actions pause for a yes. Sending mail, paying, deleting: the bot asks, you decide, the conversation continues right where it stopped.
05Models
Grok, Claude, GPT, OpenCode, or anything behind Vercel AI Gateway. One key gets a workspace running; switch per room whenever you like.
06Open source
MIT licensed. One repo, one database, one Docker Compose stack.
git clone https://github.com/superworker-ai/open-superworkerscd open-superworkers && pnpm i && cp .env.example .envpnpm devYes. OpenStaff is MIT licensed, and you can self-host the full product anywhere. The hosted version is there for convenience.
When self-hosting, yes: use one of XAI_API_KEY, ANTHROPIC_API_KEY, OPENAI_API_KEY, OPENCODE_API_KEY, or AI_GATEWAY_API_KEY. The hosted app can manage keys for you.
Local runs as the server user and is intended for trusted deployments. Docker, E2B, and other providers isolate commands, while approvals gate consequential tools.
The web app today. Its rooms are designed for several bots and people to work together in each thread.