One Person, One Team · Empower solo developers with team-level capabilities
Quick Start • Features • Agent Client • Tech Stack • Docs • 中文文档
iTeam enables solo developers to coordinate multiple AI Agents and development devices like managing a full team.
- 🛡️ BMAD Integration - Standardized Agent Roles and Workflows
- 🖥️ Multi-device Collaboration - Manage multiple devices as virtual team members
- 🤖 AI Agent Integration - Deep integration with Claude Code, Gemini CLI, and more
- 📊 Real-time Topology - Visualize connections and status of all devices and agents
- 📝 Knowledge Base - Centralized management for docs, tech notes, and bug fixes
# Clone the repository
git clone https://github.com/ULis3h/iteam.git
cd iteam
# Start development environment
./start-dev.shVisit http://localhost:5173 to get started!
Click to expand and view device details for each department, with real-time connection monitoring.
Standalone desktop app that auto-receives tasks and executes via Claude Code.
Kanban-style task management with multi-project support.
Markdown editor with categorized documentation management.
Agent Client is iTeam's desktop application that turns your dev machine into a smart agent:
# Install dependencies
cd agent-client && npm install
# Start the agent
./start-agent.shKey Features:
- ✅ Auto-connect to iTeam server
- ✅ Receive and execute dispatched tasks
- ✅ Invoke Claude Code for automated development
- ✅ Real-time task status reporting
See Agent Client Documentation for details.
| Layer | Technology |
|---|---|
| Frontend | React 18, TypeScript, Tailwind CSS, Vite |
| Backend | Node.js, Express, Prisma ORM, Socket.IO |
| Database | SQLite (Dev) / PostgreSQL (Prod) |
| Desktop | Electron |
| AI Integration | Claude Code, Gemini CLI support |
- 📘 System Architecture - Complete architecture design
- 🧠 BMAD Architecture - New! AI-driven development framework guide
- 📗 Quick Start Guide - Get started in 5 minutes
- 📙 Agent Client - Desktop client usage
- 📕 API Reference - REST API documentation
- 🇨🇳 中文文档 - Chinese documentation
- Device management with real-time status monitoring
- Topology visualization (click to expand/collapse)
- Agent Client desktop application
- Document editor
- Workflow automation
- Multi-agent collaborative tasks
- Code contribution analytics
MIT License © 2024 ULis3h
iTeam - Give one person the power of an entire team 💪


