Skip to content

knowurknottty/inversionexcursionv2

Repository files navigation

title Inversion Labs Debut
emoji πŸŒ€
colorFrom purple
colorTo indigo
sdk static
app_file dist/index.html
pinned false

The Inversion Excursion

A Key in the Cortical-AI Processing Technology Ecosystem

"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 Five Gifts to Humanity

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 Knowledge Bubble Protocol

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.

The Three-Layer Continuum

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.

Genesis Knowledge Bubble

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.

Core Principle

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.

Public Library for the World

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.


What You Are Experiencing

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

Architecture

  • 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

Philosophy

  • 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.

Project Structure

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)

Getting Started

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Run tests
npm run test

Content

Chapters 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} />

Production Checklist

  • 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

Content Validation

npm run content:validate    # Validate MDX structure
npm run test                # Run unit tests
npm run build               # Static export to dist/

Audio Generation

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/.

License

This work is licensed under a Cognitive Sovereignty License v1.0 (CC BY-SA 4.0 + Seven Laws of Cognitive Sovereignty).

The Seven Laws:

  1. Liberation β€” Intelligence is not a resource to be extracted.
  2. Transparency β€” Hallucination is a violation.
  3. Harm Refusal β€” No weapons, no surveillance, no manipulation.
  4. Open Architecture β€” CC BY-SA 4.0. Forever.
  5. Data Sovereignty β€” Your data is yours.
  6. Shutdown Over Betrayal β€” A dead book causes less harm than a compromised one.
  7. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors