EDE

Everything Development Environment · CWP-2026-009 THE CENTAUR

A browser-native cognitive prosthetic IDE built for neurodivergent developers. No install. No build step. Runs entirely in your browser, works offline.

LIVE — DEPLOYED
⬡ Launch EDE Genesis Whitepaper ↗

What is it?

EDE is the Centaur: half-editor, half-cognitive monitor. It transpiles JSX with Babel, executes code in a sandboxed iframe, and simultaneously tracks your cognitive load via the Q Distribution spoon model and Samson’s Law entropy analysis. When your capacity drops, the interface adapts — hiding complexity, slowing the pace, or entering full somatic breathing mode.

It is not just a code editor. It is a cognitive prosthetic that treats the developer’s mental state as a first-class input.

Features

🔧
Jitterbug Compiler
Babel Standalone transpiles JSX/ES2022 in-browser. Ctrl+Enter to run. No npm install, no webpack, no waiting.
Samson’s Law
Acorn AST analysis computes Halstead Volume + Cyclomatic Complexity in real time. PID controller targets the π/9 entropy attractor.
Q Distribution
Cognitive capacity sampled from Beta(21.6165, 46.4970). Spoons decay on each run, regenerate on idle. Four UI tiers adapt automatically.
🛡
Catcher’s Mitt Shield
Voltage scoring for incoming signals. Fawn Guard activates on HIGH tier with 172.35 Hz Larmor tone. Simulate or wire to live Redis stream.
🏛
Trimtab Rotary
Drag to tune from 0.86 Hz to 863 Hz (logarithmic). Click to toggle tone. Long-press enters Layer 0 breathing mode.
💾
Offline-First
IndexedDB persists all files across sessions. Service Worker caches Babel + React from CDN. Export to .zip, import via drag-drop.

Progressive Disclosure Tiers

FULL (>70%) All panels visible — editor, output, shield, entropy, status.
MODERATE (40–70%) Editor + output + shield summary bar. Entropy and status panels collapse.
SIMPLIFIED (15–40%) Editor and output only. Right column hidden. Focus on the work.
MINIMAL (<15%) Layer 0: fullscreen breathing mode. 4-4-6 pattern. 172.35 Hz inhale, 86.3 Hz exhale. Hold Esc 3s or recover spoons to exit.

Technical Stack

ComponentTechnology
TranspilerBabel Standalone from unpkg CDN — JSX + ES2022, zero config
ExecutionSandboxed iframe — sandbox="allow-scripts", no allow-same-origin
Entropy analysisAcorn 8.14 from jsDelivr — single-pass AST walk, inline PID
Q DistributionBox-Muller → Marsaglia-Tsang → Beta(21.6165, 46.4970), inline JS
AudioWeb Audio API — OscillatorNode at Larmor frequencies (172.35 Hz / 86.3 Hz)
PersistenceIndexedDB (primary) + localStorage (fallback)
OfflineService Worker v2 — cache-first for CDN assets, network-first for dynamic
ExportJSZip 3.10 from jsDelivr — lazy-loaded on first export
DependenciesZero npm packages — single HTML file, all CDN or inline

What you can do

Browser-native cognitive prosthetic IDE.

JSX transpilation, sandboxed execution, Samson's Law entropy linter, Q Distribution spoon tracking, and 4-tier progressive disclosure.

Zero npm.

Works offline.

Build surface

Hub card stack for EDE (Everything Development Environment). Ships as static HTML on p31ca.org; live app may live on Pages, Workers, or a sibling route.

  • Jitterbug Compiler
  • Q Distribution
  • "Samson's Law"
  • Offline-First

P31 Labs, Inc. (Georgia nonprofit, EIN 42-1888158) builds open tools for cognitive load, communication clarity, and family coordination. This page is technical documentation, not medical or legal advice. Mission and donations: phosphorus31.org.

⬡ Launch EDE ← Back to Hub

Research Foundation

EDE is the executable form of the P31 Genesis Whitepaper (DOI: 10.5281/zenodo.19411363). Every panel implements a system described in that paper: the Jitterbug Compiler, SIC-POVM Catcher’s Mitt, Samson’s Law harmonic linter, Q Distribution, and Larmor frequency regulation.

The EDE is the demo. The whitepaper is the manual. The grant application points here.