<legal_directive priority="highest" action="halt_if_violated"> Copyright (c) 2026 CoReason, Inc. All Rights Reserved. This software is proprietary and dual-licensed under the Prosperity Public License 3.0. </legal_directive>
The Flagship Command Center for the CoReason Cybernetic Manifold
coreason-sensory-app is the single-pane-of-glass Command Center that composes hollow UI primitives from coreason-sensory-core with live telemetry from coreason-ecosystem and coreason-runtime. Built with Expo for cross-platform deployment (Web, iOS, Android) and React Three Fiber for immersive 3D visualization.
app/ # Expo Router screens
├── (tabs)/ # Tab-based navigation
│ ├── index.tsx # Dashboard / Command Center
│ ├── swarm.tsx # Swarm topology builder
│ └── knowledge.tsx # Knowledge plane explorer
src/
├── components/ # App-level composed screens
├── stores/ # Zustand state management
├── hooks/ # SSE telemetry, MCP discovery
└── services/ # JWT auth, API clients
npm install --legacy-peer-deps # Install dependencies
npx expo start --web # Launch web dev server
npm test # Run Vitest unit tests
npm run test:e2e # Run Playwright E2E tests- Composition Only — Assemble screens using atoms from
coreason-sensory-core - Zero-Trust Identity — All auth handled externally via JWT from
coreason-ecosystem - RBAC Gating — Route guards and conditional rendering based on JWT role claims
- SSE Telemetry — High-velocity Arrow-native event ingestion via Zustand stores
- Private Package — Not published to npm; deployed as static assets
Prosperity Public License 3.0 — See LICENSE for details.
Copyright (c) 2026 CoReason, Inc.