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.
Use Zod for all request validation. Express error handler returns { error, code }.
Chose JWT over sessions — stateless, simpler horizontal scaling.
All routes follow controller → service → repository. Tests use real DB.
Webhook endpoint: /api/stripe/webhook. Uses raw body parser for signature verification.
AI cursor navigating autonomously
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
Every project gets its own space with plans, tasks, and knowledge files. Context persists across sessions — agents never start from scratch.
Agents write down what they learn as they work. Conventions, decisions, API details — all captured in knowledge files the next worker reads.
Your control center. Review escalations, chat with the orchestrator, and watch workers ship across all your spaces in real time.
Agents escalate what they can't decide, and their resolutions become auto-rules. The system gets smarter with every session.
Your control center. Review agent decisions, chat with the orchestrator, and watch workers ship across all your spaces.
Stripe webhook secret missing from .env
Auth strategy for the new API — JWT or sessions?
Build the API and deploy the landing page.
On it. Spawning api-worker and landing-worker...
Landing page deployed to Cloudflare Pages. Created escalation for missing Stripe webhook secret.
landing done. api-worker building — 4/6 tasks complete.
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