This repo has been consolidated into p31labs/andromeda. This repo is read-only.
Open-source assistive technology for neurodivergent minds.
Three packages. 439 tests. Zero runtime dependencies. One live app.
The live PWA is at node-zero.pages.dev. Install it on any device — it works offline.
To run locally:
cd pwa
npm install
npm run devOpen http://localhost:5173. The P31 tab walks through the Quantum Hello World — identity generation, covenant, molecule formation, geodesic building — all wired to the real stack. The Shelter tab shows system status.
┌─────────────────────────────────────────────────────────────┐
│ P31 PWA │
│ node-zero.pages.dev │
│ Vite + React + Service Worker │
└────────────┬──────────────┬──────────────┬──────────────────┘
│ │ │
┌─────────▼────┐ ┌─────▼──────┐ ┌───▼──────────┐
│ node-zero │ │love-ledger │ │ game-engine │
│ protocol │ │ economy │ │ building │
│ 220 tests │ │ 115 tests │ │ 104 tests │
│ 93.4 kB │ │ 14.2 kB │ │ 21.2 kB │
└──────────────┘ └────────────┘ └──────────────┘
The three packages connect through adapters and events — no hard dependencies between them. Each works standalone. Together they form a complete assistive technology platform.
Cryptographic identity (ECDSA P-256), encrypted persistence (AES-GCM), reactive state, peer bonds with trust scoring, and transport-agnostic message routing. The foundation.
L.O.V.E. tokens (Ledger of Ontological Volume and Entropy). Soulbound, non-transferable. Earned through building and caring. 50/50 split into Sovereignty and Performance pools. Age-gated vesting protects children's tokens.
Geodesic construction from Platonic solids. Every structure validated against Maxwell's rigidity criterion (E ≥ 3V − 6). Player progression through five tiers, seven seed challenges, daily quests, build streaks.
A tetrahedron has four vertices and six edges. Every vertex sees every other vertex. It is the only polyhedron where this is true, and the smallest structure that satisfies Maxwell's rigidity criterion with zero degrees of freedom.
This is not a metaphor. It is the design principle.
├── src/ # @p31/node-zero source
├── __tests__/ # 220 tests
├── pwa/ # Vite PWA (auto-deploys to Cloudflare Pages)
│ ├── src/
│ │ └── views/
│ │ ├── P31.tsx # Intro + onboarding
│ │ ├── QuantumHelloWorld.tsx # Wired flow (real stack)
│ │ └── Shelter.tsx # System status
│ ├── public/ # SW, manifest, offline fallback
│ └── wrangler.toml
├── package.json
└── README.md # ← you are here
The PWA auto-deploys to Cloudflare Pages on every push to main. Build command: npm run build, output: dist, root: pwa.
A Georgia 501(c)(3) nonprofit developing open-source assistive technology for neurodivergent individuals. Named for Phosphorus-31, the only stable isotope of phosphorus — referencing Posner molecules (calcium phosphate clusters) and their role in quantum cognition research.
MIT