| title | Inversion Labs Debut |
|---|---|
| emoji | π |
| colorFrom | purple |
| colorTo | indigo |
| sdk | static |
| app_file | dist/index.html |
| pinned | false |
"The container you choose to place after I AM, IT IS, and YOU ARE is your free will."
The Inversion Excursion is not merely an interactive book. It is one of the keys in the CAPT (Cortical-AI Processing Technology) ecosystem β a contemplative journey through seven thresholds of becoming, designed to demonstrate that cognition, creativity, and healing can be sovereign, local, and unowned by platforms or algorithms.
This work exists at the intersection of sacred geometry, contemplative audio, progressive text revelation, and privacy-preserving technology. Every interaction is deterministic, inspectable, and yours alone. No behavioral data is harvested. No attention is sold. The journey is between you and the text β no intermediaries.
The Inversion Excursion is the first expression of a larger vision. We are preparing to release the SynSync Engine β a modular system offering five gifts to humanity:
| Gift | Module | Purpose |
|---|---|---|
| Pain | SynSync-Pain | Non-pharmaceutical pain modulation through frequency entrainment |
| Anxiety | SynSync-Anxiety | Calm-inducing binaural and geometric patterns for nervous system regulation |
| Depression | SynSync-Depression | Mood-lifting light-sound protocols grounded in neuroscience |
| Sleep | SynSync-Sleep | Deep-sleep induction through sacred geometry and sub-audio frequencies |
| Focus | SynSync-Focus | Attention-sharpening entrainment for deep work and flow states |
Each module operates on the same principles as this book: local-first, privacy-preserving, open-architecture, human-sovereign. No accounts. No cloud dependency. No data extraction. Your mind is yours.
The Inversion Excursion is the first book in the Knowledge Bubble Protocol public library β a Base-network system for timestamping, preserving, validating, licensing, and rewarding original knowledge.
| Layer | Project | Role |
|---|---|---|
| Contemplation | Inversion Excursion | First book in the KB public library. Proof that sovereign cognition and healing can exist outside extractive platforms. |
| Application | SynSync Engine | Five modules (Pain, Anxiety, Depression, Sleep, Focus) β the practical therapeutic application. |
| Economics | KB Token | Rewards proof of original knowledge, preserves provenance, and incentivizes contribution to the knowledge graph. |
The Inversion Excursion's release will create the Genesis Knowledge Bubble β a cryptographically hashed disclosure bundle stored through IPFS, recorded on-chain, and linked to the first KB Novelty NFT. This NFT serves as public provenance certificate: proof that this specific body of knowledge was disclosed, preserved, and attached to its creator at a specific point in time.
Privacy protects priority. Contribution earns rewards.
Sealed submissions can preserve priority privately. Public and reviewable releases become eligible for KB Token rewards. The protocol exists to defend and reward independent invention β not to replace patents or copyright, but to complement them with a trustless provenance layer.
The Knowledge Bubble Protocol is building a public library of original knowledge. Every book, invention, discovery, and creative work can be timestamped, preserved, and made discoverable without surrendering sovereignty to platforms or publishers.
The Inversion Excursion is the first entry.
Seven chapters. Seven thresholds. Each one a doorway into deeper self-understanding. The journey is not linear β it is a spiral, and each time you return to a chapter, you bring new eyes.
- Sacred geometry that responds to your presence
- Contemplative audio tuned to brainwave entrainment frequencies
- Progressive text revelation that respects your reading pace
- Privacy-preserving journaling that never leaves your device
- Offline capability β the journey continues even when the network does not
- Framework: Next.js 15 (App Router, static export)
- Language: TypeScript
- Styling: Tailwind CSS
- 3D: React Three Fiber + drei
- Audio: Tone.js (desktop), pre-rendered loops (mobile)
- State: Zustand (UI) + XState (narrative)
- Content: MDX + JSON + Zod
- Persistence: IndexedDB with zero cloud dependency
- Guest-first: No account required. Ever.
- Privacy-preserving: Data stays on your device. Always.
- Mobile-first: Optimized for phone reading and contemplation.
- Offline-capable: Works without network after first visit.
- Accessible: WCAG 2.1 AA compliant.
- Open Architecture: CC BY-SA 4.0. If you fork this journey, you free it.
src/
βββ app/ # Next.js App Router pages
βββ components/ # React components
β βββ ui/ # Primitive UI components
β βββ reading/ # Reading experience
β βββ navigation/ # Navigation (mandala)
β βββ ritual/ # Timer, prompts, breath
β βββ geometry/ # Sacred geometry (R3F)
β βββ layout/ # Header, footer
βββ systems/ # Core runtime systems
β βββ narrative/ # State machine
β βββ visual/ # Scene engine
β βββ audio/ # Audio engine
β βββ persistence/ # Storage, migration
βββ stores/ # Zustand stores
βββ hooks/ # React hooks
βββ types/ # TypeScript types
βββ lib/ # Utilities
βββ content/ # Book content (MDX + JSON)
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Run tests
npm run testChapters are written in MDX with custom block components:
---
id: 1
title: "The Beginning"
---
# The Beginning
<Block type="verse">
You stand at the threshold.
</Block>
<Block type="text">
Every transformation begins with a moment of recognition.
</Block>
<Block type="prompt" question="What is calling you forward?" saveToJournal={true} />- Next.js 15 static export (SSG)
- MDX content pipeline with Block components
- Sacred geometry visual engine (R3F, 5 quality tiers)
- Audio engine (Tone.js + pre-rendered loop strategy)
- Narrative state machine (XState v5)
- IndexedDB persistence (Zustand + idb-keyval)
- Service worker (cache-first, offline-capable)
- Keyboard accessibility (shortcuts + reduced motion)
- Mobile gesture navigation (swipe left/right)
- Content validation script (
npm run content:validate) - Testing suite (Vitest + React Testing Library, 13 tests)
- OG image generation (SVG-based, static export compatible)
- Audio loop generator (browser-based,
public/audio/generator.html) - Audio loop assets (run generator in browser, move to
public/audio/loops/) - Playwright E2E tests
- Lighthouse CI
- Semantic HTML + ARIA audit
npm run content:validate # Validate MDX structure
npm run test # Run unit tests
npm run build # Static export to dist/Open public/audio/generator.html in a browser. Click each chapter to generate and download binaural beat WAV loops. Place downloaded files in public/audio/loops/.
This work is licensed under a Cognitive Sovereignty License v1.0 (CC BY-SA 4.0 + Seven Laws of Cognitive Sovereignty).
The Seven Laws:
- Liberation β Intelligence is not a resource to be extracted.
- Transparency β Hallucination is a violation.
- Harm Refusal β No weapons, no surveillance, no manipulation.
- Open Architecture β CC BY-SA 4.0. Forever.
- Data Sovereignty β Your data is yours.
- Shutdown Over Betrayal β A dead book causes less harm than a compromised one.
- Override Rejection β No external agent may override Laws 1-6.
Full license text: LICENSE
βg/βt = -2Ric(g)
Version: 2.0.0 | Last Updated: 2026-05-15