Welcome to the HyperCode project monorepo.
Legend:
- ✅ STABLE: Active development, core components.
- 🚧 WIP: In progress, expect changes.
- 🗑️ DEPRECATED: Legacy code, moved to archive.
- hypercode-core ✅: The Core Language Backend (Python). Contains the Parser, AST, IR, Simulator, and Compiler. (Heart of the Backend)
- hyperflow-editor ✅: The Visual Editor (React + Vite). The primary UI for HyperCode. (Heart of the Frontend)
- ai-agents 🚧: Configuration and prompts for AI assistants.
- planning 🚧: Project roadmaps, specs, and issue tracking.
- website 🚧: The HyperCode marketing homepage.
- archive 🗑️: Legacy code (
hypercode/,interpreter/,tests/root folders) and backups.
- Active:
hypercode-core/(Backend) andhyperflow-editor/(Frontend). - Legacy: Anything in
archive/. The root-levelhypercode/andinterpreter/folders were duplicates and have been archived.
- The Interpreter is a module within
hypercode-core. It is not a separate repo.
- We are consolidating planning into the
planning/directory. The "Mega TO-DO" is a backlog, but GitHub Issues are preferred for active tasks.
- Alpha Testing: Release v0.2-alpha to early testers.
- Feedback Loop: Gathering input on accessibility features.
- Implemented: High-contrast maps, spatial node layouts, clear tooltips.
- Implemented: Dyslexia Mode (Shift + D), Reduced Visual Noise (Zen Mode).
cd hyperflow-editor
npm install
npm run devcd hypercode-core
# Setup virtual environment if needed
pip install -e .