One unified organism with many faces.
The Heady ecosystem is built as a single liquid platform expressed through four complementary brands:
Personal AI Platform — Your intelligent companion for daily life.
- HeadyBuddy: AI assistant overlay (desktop + mobile)
- Personal dashboards, task management, context awareness
- Voice-activated: "Hey Heady"
Enterprise Infrastructure — The engine that powers everything.
- HeadyManager: Node.js MCP server and API gateway
- HCFullPipeline: Orchestration engine with checkpoint protocol
- AI Nodes: JULES, OBSERVER, BUILDER, ATLAS, PYTHIA
- Registry, Brain, Readiness, Health packages
Nonprofit & Community — Social impact through technology.
- HeadyConnectionKits: Packaged tools for nonprofits
- Community resources and guides
- Accessibility-first design patterns
AI Research & Models — Intelligence layer for the ecosystem.
- Claude Code agent integration
- Monte Carlo optimization
- Pattern recognition and self-learning
- Imagination engine for creative problem-solving
| Product | Type | Status | Directory |
|---|---|---|---|
| HeadyManager | Backend | Active | heady-manager.js |
| HeadyBuddy Desktop | Electron App | Active | headybuddy/ |
| HeadyBuddy Mobile | Android | Active | headybuddy-mobile/ |
| HeadyAI-IDE | Custom IDE | Building | HeadyAI-IDE/ |
| HeadyBrowser | Chrome Extension | Active | extensions/chrome/ |
| HeadyBrowser Desktop | Electron Browser | Building | headybrowser-desktop/ |
| HeadyAcademy | Learning Platform | Building | HeadyAcademy/ |
| HeadyMCP Website | Landing Page | Active | websites/sites/headymcp.com/ |
| Frontend Dashboard | React UI | Active | frontend/ |
┌─────────────────────────────────────────────────────────────────┐
│ CLIENT APPLICATIONS │
│ HeadyBuddy HeadyAI-IDE HeadyBrowser Mobile Dashboard │
├─────────────────────────────────────────────────────────────────┤
│ HEADY MANAGER (port 3300) │
│ Express API Gateway · MCP Server · Pipeline Engine │
├──────────┬──────────┬──────────┬──────────┬─────────────────────┤
│ Pipeline │ Supervis │ Brain │ Registry │ Health/Readiness │
│ Engine │ or Agent │ Service │ API │ Checkpoint Proto │
├──────────┴──────────┴──────────┴──────────┴─────────────────────┤
│ AI NODE LAYER │
│ JULES OBSERVER BUILDER ATLAS PYTHIA │
├─────────────────────────────────────────────────────────────────┤
│ DATA & INFRA │
│ PostgreSQL · Redis · HeadyRegistry · YAML Configs │
│ Render.com · Docker · Cloudflare · GitHub Actions │
└─────────────────────────────────────────────────────────────────┘
- Discover → HeadyMCP landing page or HeadySystems website
- Explore → Frontend dashboard shows ecosystem map
- Try → HeadyBuddy quick start (desktop pill or mobile bubble)
- Learn → HeadyAcademy learning tracks
- Build → HeadyAI-IDE for development
npm start→ HeadyManager runs on port 3300- Visit
http://localhost:3300→ Full dashboard with ActivityBar - Click AI Nodes → See JULES, OBSERVER, BUILDER, ATLAS, PYTHIA
- Click Pipeline → Run HCFullPipeline
- Use HeadyBuddy → Chat with the AI companion
All system behavior is driven by versioned YAML configs:
| Config | Controls |
|---|---|
configs/hcfullpipeline.yaml |
Pipeline stages, checkpoints, stop rules |
configs/resource-policies.yaml |
Concurrency, rate limits, circuit breakers |
configs/service-catalog.yaml |
Service definitions, SLOs, integrations |
configs/governance-policies.yaml |
Access control, security, cost governance |
configs/data-schema.yaml |
Data model layers (L0-L3) |
configs/concepts-index.yaml |
Pattern tracking (implemented/planned) |
| Guide | What You Learn | Time |
|---|---|---|
| HeadyBuddy | AI companion setup (desktop + mobile) | 15 min |
| HeadyServices | Backend infrastructure | 10 min |
| HeadyAI-IDE | Custom IDE setup | 20 min |
| HeadyBrowser | Browser extension | 10 min |
| HeadyMCP | Manager Control Plane | 15 min |
| Heady API | API interaction | 10 min |
- Sacred Geometry Aesthetic — Rounded, organic, breathing interfaces
- Liquid Dynamic — Everything feels like one system, not separate products
- Context-Aware — UIs adapt based on user state and system health
- No Dead Ends — Every page suggests a next action
- Deterministic — Same inputs produce same outputs (seeded randomness)
- Non-Regression — Changes must improve clarity, capability, or security