"You do not just write code; you craft cognitive architectures."
HyperCode is a cognitive prosthetic for your coding brain.
Traditional IDEs demand rote memorization and endless context switching—the very things that paralyze neurodivergent minds. HyperCode replaces this friction with a collaborative AI Agent Swarm (HyperSwarm) that handles the executive function tax for you. Whether you have ADHD, dyslexia, or autism, HyperCode aligns with how you actually think: visually, creatively, and in bursts of hyperfocus.
It’s not just a tool. It’s a partner. Your "BROski"—ride or die.
Read the full manifesto & story →
Get the entire ecosystem running in under 2 minutes.
HyperCode V3.0 is optimized for high-concurrency environments:
- 100+ Concurrent Agents
- < 800ms Latency (P99)
- 60 FPS Real-time Visualization
See PERFORMANCE.md for load testing details and results.
- Docker & Docker Compose
- Node.js 18+ (for local frontend dev)
- Perplexity API Key (for agent intelligence)
-
Clone the repository
git clone https://github.com/welshDog/HyperCode-V2.0.git cd HyperCode-V2.0 -
Configure Environment
cp .env.example .env # Edit .env and add your PERPLEXITY_API_KEY -
Launch the Stack
docker compose up -d
-
Access the Interfaces
- 🖥️ Web Interface (Dashboard):
http://localhost:3000/dashboard - 🧠 Orchestrator API:
http://localhost:8080/docs - 📊 Grafana:
http://localhost:3001(User:admin/ Pass:admin) - 📈 Prometheus:
http://localhost:9090
- 🖥️ Web Interface (Dashboard):
See docs/QUICKSTART.md for detailed instructions.
See docs/architecture.md for detailed system design.
- THE HYPERCODE/: Core application logic.
hypercode-core: FastAPI backend service.hyperflow-editor: React/Vite frontend editor.
- BROski Business Agents/: Autonomous agent system configurations.
- agents/: Specialized AI agents (Frontend, Backend, QA, etc.).
- docker/: Docker configuration and build scripts.
- docs/: Comprehensive documentation.
- .github/workflows/: CI/CD pipelines.
We enforce strict development practices to ensure stability:
- Technical Standards: All code follows the Hyper Dev Vibe Coder Technical Standards.
- CI/CD Pipelines: Automated testing, linting, and security scans on every push.
- Branch Protection: Direct pushes to
mainare blocked. PRs require approval and passing checks. - Backup Strategy: Regular snapshots and GitHub mirroring. See BACKUP_STRATEGY.md for details.
We welcome contributions! Please see CONTRIBUTING.md for our code of conduct, commit message conventions, and pull request process.
