Back to corpus
research noteexperiment writeup candidatescore 24
Trajectory Apps
Decomposed from the original monolithic `trajectory-desktop` Tauri app (95K+ LOC) into focused, independently-buildable applications.
Full HTML reader
Read the full artifact
Extracted abstract or opening context
Decomposed from the original monolithic `trajectory-desktop` Tauri app (95K+ LOC) into focused, independently-buildable applications.
### trajectory-desktop (Reference) - **Status:** ✅ Complete (restored from main branch) - **Stack:** Tauri 1.5 + React 18 + Vite + Tailwind - **Description:** The original monolithic app with 80+ Tauri commands, full frontend with Dashboard, CalendarAI, GoalManager, InsightsDashboard, SkillGraph, Interview, PlanningDashboard, and more. - **Backend:** Rust with `commands.rs` (1324 lines), `database.rs` (4435 lines), `mcp.rs` (379 lines) - **Frontend:** React with comprehensive component library, hooks, and lib modules - **Build:** `npm install && npm run tauri dev`
### trajectory-search - **Status:** 🚧 In Progress (stub backend, partial frontend) - **Stack:** Tauri + React + Vite - **Description:** Focused semantic search engine extracted from the desktop monolith. Has React components for real-time ledger feed and evolution timeline. Backend Rust modules are stubbed — need implementation extracted from trajectory-desktop's commands.rs. - **Frontend files:** LedgerFeed, EvolutionTimeline, useEvolutionBridge, useLedgerRealtime - **Build:** `npm install && cargo build` (stubs only, won't produce working app yet)
### trajectory-orbit - **Status:** 🚧 In Progress (core Rust crates + deploy configs) - **Stack:** Rust workspace (orbit-core + orbit-server) - **Description:** Project orchestration service with graph kernel bridge and cognitive twin integration. Includes Prometheus metrics, Docker Compose deployment, Grafana dashboards, and Caddy reverse proxy configs. - **Crates:** - `orbit-core` — Graph kernel bridge (252 lines) + Cognitive twin bridge (173 lines) - `orbit-server` — Axum HTTP server with Prometheus metrics (67 lines) - **Build:** `cargo build` from the trajectory-orbit directory - **Deploy:** See `deploy/` for Docker Compose, Grafana, Prometheus, and Caddy configs
### trajectory-mobile - **Status:** ✅ Complete (Swift iOS app) - **Stack:** Swift / SwiftUI / iOS - **Description:** iOS companion app with 54 source files. Features: Dashboard, Session management, Idea Vault, Dream Swarm, Skill tracking, Voice capture, Hand guard, Batch compose, Gateway settings, Account switcher. Includes App Intents (Siri), widgets, Bonjour discovery, WebSocket gateway. - **Build:** Open in Xcode, requires iOS development environment
Promotion decision
What has to happen next
Attach run IDs, datasets, metrics, and reproduction commands.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.