SUPERBOT 3

AI orchestration platform built on Claude Code. Persistent spaces. Knowledge that survives sessions. Agents that never start from scratch.

Open source. Uses your existing Claude Code account. No extra AI costs.

superbot3
localhost:3100
superbot3
Escalations
Stripe webhook secret missing
blocker · high
Auth strategy — JWT or sessions?
decision · med
Spaces
api 6 tasks
landing-page 3 tasks
Chat
Build the API and deploy the landing page
orchestrator
Spawning 2 workers. 9 tasks across both spaces.
→ api-worker · landing-worker dispatched
Message the orchestrator...
~ — zsh
$ superbot3 start
✓ Broker running on port 3100
✓ Dashboard at http://localhost:3100
Watching 3 spaces...
$ superbot3 space create my-saas
✓ Space created: my-saas
→ plan.md, tasks/, knowledge/ initialized
$ superbot3 chat "build the auth system"
→ Orchestrator spawning api-worker...
→ Worker: 4/6 tasks complete
→ Worker: all tasks done, PR created
Knowledge — api space
5 files
conventions.md

Use Zod for all request validation. Express error handler returns { error, code }.

decisions.md

Chose JWT over sessions — stateless, simpler horizontal scaling.

patterns.md

All routes follow controller → service → repository. Tests use real DB.

stripe-api.md

Webhook endpoint: /api/stripe/webhook. Uses raw body parser for signature verification.

AI cursor navigating autonomously

10x what you ship.

Deploy a website

From code to live URL, no manual steps

Fix failing tests

Diagnose, patch, and verify automatically

Set up CI/CD

Pipelines configured and running

Build a REST API

Endpoints, validation, and docs

Migrate to TypeScript

Automated codebase conversion

Add authentication

OAuth, JWT, or sessions — handled

Refactor legacy code

Clean up without breaking anything

Write unit tests

Full coverage, no effort

Set up a database

Schema, migrations, and seed data

Ship a CLI tool

Args to npm publish in one shot

Monitor your servers

Alerts before your users notice

Build a landing page

Design to deploy, hands-free

Deploy a website

From code to live URL, no manual steps

Fix failing tests

Diagnose, patch, and verify automatically

Set up CI/CD

Pipelines configured and running

Build a REST API

Endpoints, validation, and docs

Migrate to TypeScript

Automated codebase conversion

Add authentication

OAuth, JWT, or sessions — handled

Refactor legacy code

Clean up without breaking anything

Write unit tests

Full coverage, no effort

Set up a database

Schema, migrations, and seed data

Ship a CLI tool

Args to npm publish in one shot

Monitor your servers

Alerts before your users notice

Build a landing page

Design to deploy, hands-free

Post on social media

Captions, hashtags, and scheduling

Reply to comments

Engage across every platform

Draft email campaigns

Personalized outreach at scale

Write blog posts

Research, write, and publish

Schedule content

Content calendar on autopilot

Track brand mentions

Know when people talk about you

Create ad copy

Headlines and CTAs that convert

Send cold outreach

Personalized emails that land

Generate weekly reports

Metrics compiled while you sleep

Manage your inbox

Triage, respond, and archive

Write press releases

Newsworthy drafts, ready to send

Find trending topics

Stay ahead of the conversation

Post on social media

Captions, hashtags, and scheduling

Reply to comments

Engage across every platform

Draft email campaigns

Personalized outreach at scale

Write blog posts

Research, write, and publish

Schedule content

Content calendar on autopilot

Track brand mentions

Know when people talk about you

Create ad copy

Headlines and CTAs that convert

Send cold outreach

Personalized emails that land

Generate weekly reports

Metrics compiled while you sleep

Manage your inbox

Triage, respond, and archive

Write press releases

Newsworthy drafts, ready to send

Find trending topics

Stay ahead of the conversation

Research competitors

Market intel delivered daily

Summarize documents

Key points extracted instantly

Translate content

Multi-language support, automated

Generate invoices

Billing without lifting a finger

Onboard new hires

Docs, access, and checklists

Sync data between apps

Keep everything in lockstep

Parse and extract PDFs

Structured data from any file

Monitor price changes

Alerts when competitors move

Create training materials

SOPs and guides, auto-generated

Draft contracts

Templates filled, ready for review

Track expenses

Categorized and reported automatically

Run nightly backups

Set once, never think about it

Research competitors

Market intel delivered daily

Summarize documents

Key points extracted instantly

Translate content

Multi-language support, automated

Generate invoices

Billing without lifting a finger

Onboard new hires

Docs, access, and checklists

Sync data between apps

Keep everything in lockstep

Parse and extract PDFs

Structured data from any file

Monitor price changes

Alerts when competitors move

Create training materials

SOPs and guides, auto-generated

Draft contracts

Templates filled, ready for review

Track expenses

Categorized and reported automatically

Run nightly backups

Set once, never think about it

How it works

Spaces

Every project gets its own space with plans, tasks, and knowledge files. Context persists across sessions — agents never start from scratch.

Memory & Knowledge

Agents write down what they learn as they work. Conventions, decisions, API details — all captured in knowledge files the next worker reads.

Dashboard

Your control center. Review escalations, chat with the orchestrator, and watch workers ship across all your spaces in real time.

⦿

Self-Improving

Agents escalate what they can't decide, and their resolutions become auto-rules. The system gets smarter with every session.

The Dashboard

Your control center. Review agent decisions, chat with the orchestrator, and watch workers ship across all your spaces.

superbot3 dashboard
Escalations

Stripe webhook secret missing from .env

api blocker high

Auth strategy for the new API — JWT or sessions?

api decision medium
Spaces
api
6 tasks
landing-page
3 tasks
research
2 tasks
Chat

Build the API and deploy the landing page.

orchestrator

On it. Spawning api-worker and landing-worker...

→ api-worker dispatched
→ landing-worker dispatched
worker

Landing page deployed to Cloudflare Pages. Created escalation for missing Stripe webhook secret.

orchestrator

landing done. api-worker building — 4/6 tasks complete.

Message the orchestrator...

Get started in 60 seconds

1. Install

$ curl -fsSL https://raw.githubusercontent.com/gkkirsch/superbot3/main/install.sh | bash

2. Create a space

$ superbot3 space create my-project

3. Start building

$ superbot3 start

Put it to work.

One command. That's it.

$ curl -fsSL https://raw.githubusercontent.com/gkkirsch/superbot3/main/install.sh | bash

Requires: Node.js, git, jq, and Claude Code