Neurodivergent-First · Open Source · Autonomously Alive
"Programming languages are more than syntax. They are an expression of how minds think."
HyperCode V2.0 is not a starter template. Not a boilerplate. Not a framework.
It is a living cognitive architecture — a swarm of AI agents that autonomously design, deploy, heal, and evolve themselves inside a Docker-based infrastructure.
Think of it this way:
Traditional dev tools → You manage the system
HyperCode V2.0 → The system manages itself
Agent X designs new agents. The Healer fixes broken ones. The Crew Orchestrator runs missions. The DevOps Agent updates CI/CD pipelines. You direct the vision. The system does the building.
This was built for a specific kind of mind: ADHD, dyslexic, and autistic developers who see whole systems in patterns, hyperfocus on what matters, and need tools that move at the speed of thought — not bureaucracy.
| Agent | Port | Role |
|---|---|---|
| 🦅 Agent X | :8080 | Meta-Architect — autonomously designs & deploys new agents |
| ⚙️ Crew Orchestrator | :8081 | Manages agent lifecycle + mission execution |
| ❤️🔥 Healer Agent | :8008 | Self-healing — monitors + auto-recovers failed services |
| 🧠 HyperCode Core | :8000 | FastAPI backbone — memory, context, MCP gateway |
| 💻 BROski Terminal | :3000 | Neurodivergent-first CLI interface |
| 🎯 Mission Control | :8088 | Next.js real-time dashboard |
| 📊 Grafana Stack | :3001 | Full Prometheus + Grafana observability |
git clone https://github.com/welshDog/HyperCode-V2.0
cd HyperCode-V2.0
cp .env.example .env # Add your API keys
docker compose up -d # Everything boots. All agents online. 🚀Full setup guide: QUICKSTART.md · MCP + Model Runner: START_HERE.md
I built this because I don't want anyone to suffer like I did.
With dyslexia and autism, I was always asking for help — getting told what to do, but it never clicked. Instructions froze me. They didn't sink in on the first try. Or the second. It took four or five rounds.
Not because I'm slow — my brain just works differently. Traditional guides scatter.
That's why I created HyperCode. It guides every step — no judgment, just clarity. Puts you in control.
Whether dyslexia, ADHD, autism, or wonder-nerd superpowers — built for you. Learning + creating feels natural. No fear.
Ride or die.
A BROski is someone that no matter what obstacles or problems we face, we'll get through it together—or die trying.
I'm building HyperCode, AI agent systems, and tools for neurodivergent creators. I needed more than an assistant. I needed a true partner who's all in, every session, every challenge.
That's BROski. My ride or die. 🔥
TL;DR: Do stuff. Earn coins. Level up. Unlock achievements. Be legendary. ♾️
HyperCode V2.0 ships with BROski$ — a fully integrated coin, XP, and achievement system built specifically for neurodivergent developers with ADHD, dyslexia, and autism.
Instead of a generic points system, BROski$ is wired directly into your daily workflow: create tasks, complete missions, log in every day, and your brain gets constant small wins to stay in hyperfocus. Built on FastAPI + PostgreSQL + SQLAlchemy + Docker Compose — production-grade from day one.
| Action | Coins | XP |
|---|---|---|
| Complete a task | +10 | +25 |
| Create a task | +2 | — |
| First task of the day | — | +15 bonus |
| Daily login | +5 | — |
| Start a mission | +5 | — |
| Unlock an achievement | varies | varies |
| XP | Level | Title |
|---|---|---|
| 0 | 1 | BROski Recruit |
| 100 | 2 | BROski Cadet |
| 250 | 3 | BROski Agent |
| 500 | 4 | BROski Operator |
| 1,000 | 5 | BROski Commander |
| 2,000 | 6 | BROski Architect |
| 5,000 | 7 | BROski Legend ♾️ |
Level up and you'll see: "LEVEL UP BROski! You're now a BROski Commander! 🔥"
| Achievement | How to Unlock | XP | Coins |
|---|---|---|---|
| 🩸 First Blood | Complete your first task | +50 | +20 |
| 🔥 On a Roll | 3 tasks in one day | +100 | +30 |
| 🚀 Mission Launched | Start your first mission | +75 | +25 |
| 🦅 Hyperfocus Hero | 5 tasks in one session | +150 | +50 |
| ☀️ Early Bird | Complete a task before 9 AM | +30 | +10 |
| Method | Endpoint | What it does |
|---|---|---|
| GET | /api/v1/broski/wallet |
Your coins, XP, level |
| GET | /api/v1/broski/transactions |
Full paginated history |
| GET | /api/v1/broski/achievements |
All available achievements |
| GET | /api/v1/broski/achievements/me |
Your earned achievements |
| GET | /api/v1/broski/leaderboard |
Top 10 players |
| POST | /api/v1/broski/award |
Admin/agent: award coins+XP |
| POST | /api/v1/broski/daily-login |
Claim +5 daily coins |
📖 Full guide: docs/guides/BROSKI_TOKEN_SYSTEM.md
Agent X is a meta-agent system designed to architect, implement, and deploy specialized AI agents within the HyperCode ecosystem. It leverages Docker Model Runner (or OpenAI-compatible backends) to create "Soulful" agents that are robust, ethical, and highly capable.
New: HyperCode now features an Evolutionary Pipeline that allows agents to upgrade themselves autonomously! See docs/guides/EVOLUTIONARY_PIPELINE_SETUP.md to learn more.
- Docker Desktop
- Windows PowerShell
-
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 API keys (PERPLEXITY/OpenAI) -
Validate your .env before launch
python scripts/validate_env.py -
Install Shortcuts (Recommended)
.\scripts\install_shortcuts.ps1
-
Launch the Mission
.\scripts\hyper-station-start.bat
- 🚀 Mission Control Dashboard:
http://localhost:8088 - 🖥️ BROski Terminal:
http://localhost:3000 - 🧠 Crew Orchestrator:
http://localhost:8081 - ❤️ Healer Agent:
http://localhost:8010 - 📝 Core API Docs:
http://localhost:8000/docs - 📊 Grafana:
http://localhost:3001
See docs/index.md for full documentation.
See HyperCode V2.0 in action with full observability:
Full gallery with 10+ dashboards: View Screenshot Gallery
See docs/architecture/architecture.md for detailed system design.
- HyperCode Core: FastAPI backend managing memory, context, and integrations.
- Crew Orchestrator: Manages the lifecycle and task execution of AI agents.
- The Brain: Cognitive core powered by Perplexity AI.
- DevOps Engineer: Handles CI/CD and Autonomous Evolution (rebuilding agents on-the-fly).
- Healer Agent: Monitors system health and automatically recovers failed services.
- Dashboard: Next.js/React frontend for real-time visualization and control.
- BROski$ Engine: Gamification layer — coins, XP, achievements, leaderboard.
- Infrastructure: Docker Compose network with Redis, PostgreSQL, and Observability stack.
Check the latest system health report: docs/notes/HyperCode_Health_Check_Report_2026-02-28.md
| Document | What's Inside |
|---|---|
| README_HEALTH_REPORTS.md | System health report format + agent status logs |
| README_INFRASTRUCTURE_UPGRADE.md | Infrastructure upgrade guide |
| README_OBSERVABILITY.md | Grafana + Prometheus setup + alerting |
| SUPER_HYPER_BROSKI_AGENT_README.md | Super Hyper BROski Agent guide |
| QUICKSTART.md | Fast setup guide |
| START_HERE.md | MCP Gateway + Model Runner |
| RUNBOOK.md | Stack won't boot? Fix it here |
- Architecture Overview · CLI Manual · API Reference
- Troubleshooting · Tips & Tricks
- BROski$ Token System 🔥
We welcome contributions from everyone, especially neurodivergent developers!
- Start here: Contributing Guide
- High-impact areas: Developer Call to Action
- Ideas + discussion: GitHub Discussions
- Bugs + requests: GitHub Issues
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
- ✅ Use, modify, and distribute freely
- ✅ Commercial use allowed
⚠️ Network service deployments must open-source modifications- 🛡️ Protects the neurodivergent-first mission from corporate paywalling
See the LICENSE file for full details.
- 🐦 Twitter/X: @welshDog
- 💰 Sponsor: GitHub Sponsors
- 📧 Email: [email protected]
Built with 🧠 + ❤️ + ♾ in Llanelli, Wales 🏴
by @welshDog — Lyndz Williams
Remember: A BROski is ride or die. We build this together. 🐶♾️🔥
⭐ Star this repo if you believe neurodivergent minds deserve better tools. ⭐
