openspec-ui (ToruAI) — Summary
openspec-ui is a standalone multi-repository dashboard for tracking OpenSpec spec-driven development activity across multiple projects, delivered as a cross-platform binary (Rust/Axum backend + React/TypeScript frontend) that reads openspec/ directory structures and presents them as a real-time Kanban board with live file-watching.
Problem it solves: When using AI coding assistants across multiple projects simultaneously, there is no central visibility into which features are in progress, what the AI finished, and what ideas are waiting — openspec-ui aggregates multiple openspec/ directories into a single dashboard so developers can capture ideas on mobile, track agent progress in real time, and manage the full idea→archived lifecycle from one interface.
Distinctive trait: The only framework in this batch that is a pure read/visualize tool with no AI interaction whatsoever. It reads OpenSpec file state and displays it; it does not prompt AI, send commands, or drive workflows. Distributed as a native binary (Rust/Axum backend, React frontend) or Docker image — the most production-deployment-oriented entry in the batch.
Target audience: Developers running multiple AI-assisted projects in parallel who want mobile-accessible, real-time visibility into what their AI agents are doing.
Production-readiness: v0.1.0, 18 stars, last commit January 2026. Available as pre-built binary for macOS/Linux/Windows from GitHub Releases.
Relationship to seeds: Does not fit any of the 5 seed archetypes cleanly. The closest is claude-conductor (Archetype 4 — markdown scaffold, zero primitives) in that both treat the project's markdown files as the primary artifact and provide no AI interaction. But claude-conductor focuses on error ledgers and CLAUDE.md; openspec-ui focuses purely on multi-repo visualization. It is genuinely novel in the corpus: a passive dashboard observer with no AI primitives at all.