Speak it. See it. Use it.
"The App Store is dead. The future is ephemeral, personal software forged by AI in seconds." β Inspired by Andrej Karpathy's vision
MODUS Forge turns a single sentence into a fully functional, personal dashboard β no app store, no downloads, no subscriptions. Just your intent, your data, your app.
modus-forge "Track my cardio for 8 weeks"β Generates a complete, self-contained HTML dashboard
β Connects to your sensor APIs (Apple Health, Garmin, Woodway...)
β Opens in your browser, ready to use
β Yours. Not a template. Not a generic app. Yours.
You β "Track my cardio for 8 weeks"
β
RUNE Engine (prompt enrichment + 8-layer framework)
β
Context Layer (your data, preferences, connected APIs)
β
LLM Generation (Gemini / Claude / GPT)
β
Spinoza Validator (quality control: Conatus, Ratio, Laetitia, Natura)
β
index.html β open in browser π
Every app is a modus β a mode of existence, unique to the person who needs it.
We don't believe in one-size-fits-all software. We believe in software that exists only because you need it, shaped by your context, and disposable when you don't.
"God is Nature" β Spinoza
Your intent is the app. The app is the intent.
- π§ RUNE-Powered β Prompts are enhanced through an 8-layer framework before hitting the LLM
- π Sensor Discovery β Auto-detects and integrates available APIs (health, fitness, finance, weather, IoT...)
- π¨ Beautiful by Default β Dark cyberpunk aesthetic, data-dense, interactive dashboards
- β Spinoza Validated β Every output is checked for actionability, logic, beauty, and naturalness
- π¦ Zero Dependencies β Single HTML file, works offline, double-click to open
- π Private β Runs locally. Your data stays yours.
# Install
npm install -g modus-forge
# Forge your first app
modus-forge "Track my daily water intake"
modus-forge "Monitor my portfolio: AAPL, TSLA, BTC"
modus-forge "Plan my 8-week marathon training"
modus-forge "Dashboard for my home energy usage"
# With options
modus-forge "Track my sleep" --model gemini-3-pro --style minimal
modus-forge "Budget tracker" --connect "bank-api" --lang trmodus-forge/
βββ bin/ # CLI entry point
β βββ forge.js
βββ lib/
β βββ rune/ # RUNE prompt engine
β β βββ enhancer.js # 8-layer prompt enrichment
β β βββ validator.js # Spinoza quality control
β βββ context/ # Personal context layer
β β βββ sensors.js # API/sensor discovery
β β βββ profile.js # User preferences & history
β βββ generators/ # LLM code generation
β β βββ gemini.js
β β βββ claude.js
β β βββ openai.js
β βββ renderer/ # Output formatting
β βββ html.js # Single-file HTML builder
β βββ preview.js # Browser preview launcher
βββ templates/ # Base design system templates
β βββ dashboard.html
β βββ tracker.html
β βββ monitor.html
βββ skills/ # Sensor integration skills
β βββ health/ # Apple Health, Garmin, Fitbit...
β βββ finance/ # Portfolio, banking APIs...
β βββ iot/ # Smart home, energy...
β βββ custom/ # User-added integrations
βββ package.json
βββ README.md
Andrej Karpathy said it best: a cardio experiment tracker is ~300 lines of code. There will never be (and shouldn't be) a specific app store entry for it.
MODUS Forge is the missing layer:
| Yesterday | Today | Tomorrow (Forge) |
|---|---|---|
| Search app store | Vibe code for 1 hour | "Track my cardio" β done in 60 seconds |
| Download generic app | Fix bugs manually | RUNE validates automatically |
| Adapt to the app | Reverse-engineer APIs | Sensors discovered & connected |
| Data in their cloud | Data in your HTML | Data stays local |
The industry needs to reconfigure into AI-native sensors & actuators. Until then, Forge bridges the gap β reverse-engineering APIs so you don't have to.
- RUNE β Prompt engineering framework ("Every prompt is a spell")
- MODUS β Universe simulation platform (Spinoza philosophy)
- OpenClaw β AI agent orchestration
- Concept & architecture
- CLI MVP (single prompt β HTML)
- RUNE integration (prompt enrichment)
- Sensor discovery (Apple Health, Garmin)
- Template library (dashboard, tracker, monitor)
- Spinoza validation loop
- Multi-LLM support (Gemini, Claude, GPT)
- Persistent apps (auto-update, live data)
- Community skills marketplace
"Where Spinoza Meets Silicon"
MODUS Forge is a NeuraByte Labs project.
MIT