A browser-native cognitive prosthetic IDE built for neurodivergent developers. No install. No build step. Runs entirely in your browser, works offline.
LIVE — DEPLOYEDEDE 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.
| Component | Technology |
|---|---|
| Transpiler | Babel Standalone from unpkg CDN — JSX + ES2022, zero config |
| Execution | Sandboxed iframe — sandbox="allow-scripts", no allow-same-origin |
| Entropy analysis | Acorn 8.14 from jsDelivr — single-pass AST walk, inline PID |
| Q Distribution | Box-Muller → Marsaglia-Tsang → Beta(21.6165, 46.4970), inline JS |
| Audio | Web Audio API — OscillatorNode at Larmor frequencies (172.35 Hz / 86.3 Hz) |
| Persistence | IndexedDB (primary) + localStorage (fallback) |
| Offline | Service Worker v2 — cache-first for CDN assets, network-first for dynamic |
| Export | JSZip 3.10 from jsDelivr — lazy-loaded on first export |
| Dependencies | Zero npm packages — single HTML file, all CDN or inline |
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.
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.
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.
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.