Everything you need to assemble your AI team and start shipping outcomes.
Last updated: May 2026
Commander Codey is a browser-based AI pipeline orchestration platform. No installation required for the Community tier — open the Command Center and start building.
Browser: Chrome, Firefox, Edge, or Safari (latest version recommended)
Storage: All data stored locally via IndexedDB and localStorage
Cloud models: API key from one or more providers (Claude, GPT, Gemini, Mistral, Grok)
Local models: Ollama installed on your machine (optional, for offline use)
Last updated: May 2026
Simple Mode is designed for users who want to get started quickly without configuring individual roles and models. One click sets up your entire AI team.
Choose a team preset, describe your task, and let Commander Codey handle the rest. The pipeline runs with pre-configured roles and models optimized for each preset type.
| Preset | Best For | Roles Activated |
|---|---|---|
| App Builder | Building new applications from scratch | Commander, Coder 1, Reviewer, Tester |
| Doc Writer | Documentation, reports, technical writing | Commander, Docs, Researcher |
| Website Refactor | Restructuring and improving existing websites | Commander, Coder 1, UX Designer, Reviewer |
| App Refactor | Refactoring and improving existing code | Commander, Coder 1, Architect, Reviewer |
| Solo | Single-model quick tasks | Commander only |
| Duo | Build and review cycle | Commander, Coder 1 |
| Trio | Build, review, and test cycle | Commander, Coder 1, Reviewer |
Simple Mode strips the interface to essentials. You won't see model role cards, slide-out model tabs, diagnostic controls, or the second chat window. This keeps the screen clean and focused on your task. Switch to Advanced Mode at any time to access the full feature surface.
Last updated: May 2026
Advanced Mode exposes the full power of Commander Codey — all 19 roles, manual model assignment, pipeline stage controls, and diagnostic panels.
Last updated: May 2026
Commander Codey supports 5 cloud AI providers. You supply your own API keys — they're stored locally in your browser and sent directly to the provider's API over HTTPS. AITeamCollab never sees your keys.
| Provider | Models | API Key Source |
|---|---|---|
| Anthropic (Claude) | Haiku, Sonnet, Opus | console.anthropic.com |
| OpenAI (GPT) | GPT-4o, GPT-5-mini, o-series | platform.openai.com |
| Google (Gemini) | Gemini Pro, Flash | aistudio.google.com |
| Mistral AI | Mistral Large, Medium | console.mistral.ai |
| xAI (Grok) | Grok-2, Grok-3 | console.x.ai |
Commander Codey integrates with Ollama for 100% offline AI. Install Ollama on your machine, pull models, and they appear automatically in the model dropdown for any role.
Installing Ollama: Visit ollama.com and follow the install instructions for your platform (Mac, Linux, Windows).
Pulling a model: Run ollama pull qwen3:8b in your terminal. The model will appear in Commander Codey within seconds.
24+ models available: From tiny (smollm2:135m) to capable (qwen3:8b), choose models that fit your hardware and task requirements.
The real power is mixing cloud and local models on the same team. Use Claude for your Commander (planning needs strong reasoning), a local Qwen model for your Coder (keeps code on your machine), and GPT for your Coordinator (fast, cheap orchestration). Every role can use a different model.
Last updated: May 2026
Commander Codey's pipeline has 10 structured stages. Each stage has a purpose, and Approval Gates give you control at critical points.
| # | Stage | What Happens |
|---|---|---|
| 1 | Handoff | Mission received and full context loaded into the pipeline |
| 2 | Tandem Review | Commander and Coordinator align on approach, conduct research, harden the plan |
| 3 | Map | Break the mission into actionable file targets and task assignments |
| 4 | Verify | Feasibility check against real constraints — can the plan actually work? |
| 5 | Confirm | Evaluate build readiness, approve the plan before committing resources |
| 6 | Build | Real code generation and file output by assigned Coder roles |
| 7 | Quality Loop | Analyze output, fix issues, re-verify until clean — automated quality cycle |
| 8 | Test | Automated test execution and validation against acceptance criteria |
| 9 | Deploy Gate | Final human approval before deployment — you decide when to ship |
| 10 | Ship | Deployed with full evidence chain documenting every decision |
At each Approval Gate, the pipeline pauses and presents you with the current state. You can Approve (continue), Reject (go back), Comment (add guidance), or Defer (pause for later). Nothing ships without your sign-off.
Every stage produces a STATUS_BLOCK — a structured record of what was done, what was decided, and what the outcome was. This evidence chain is the proof behind every Automated Outcome. You can review the full chain at any time.
Last updated: May 2026
Commander Codey has 19 specialized AI roles organized into 7 categories. Each role has a defined purpose and an abilities matrix showing what capabilities it needs from the assigned model.
| Category | Roles |
|---|---|
| Command (4) | Gate Keeper, Commander, Coordinator, Product Manager |
| Design (2) | Architect, UX Designer |
| Build (2) | Coder 1, Coder 2 |
| Quality (4) | Reviewer, QA Reviewer, Tester, Security |
| Ops (2) | DevOps, Analyst |
| Knowledge (3) | Researcher, Docs, Reporter |
| Media (2) | Image Generator, Video Generator |
Last updated: May 2026
Local-first by design. Commander Codey stores all data on your machine. Your code, prompts, conversations, and API keys never leave your device unless you explicitly connect to a cloud AI provider.
API keys are stored in your browser's encrypted localStorage. They are sent directly from your browser to the AI provider's endpoint over HTTPS. AITeamCollab's servers never see, store, or proxy your API keys.
Commander Codey does not include telemetry, analytics, or tracking of any kind by default. We do not collect usage data, behavioral data, or device fingerprints. Your work is private.
Account authentication uses JWT tokens with refresh token rotation. CSRF protection uses double-submit cookies. All authentication traffic is encrypted over HTTPS.
When you connect cloud models, your requests travel directly from your browser to the provider's API over TLS 1.2+. Each provider has their own data handling policies — review them before sending sensitive code or prompts to cloud models.
Enterprise customers can deploy Commander Codey on their own infrastructure, keeping 100% of traffic inside their network. Contact us for on-premise deployment options.