KuroryuuKuroryuu

Changelog

Version history and release notes.

2026-02-11

v1.0.0 — Initial Release

Platform Features

  • Claude Teams — Full team lifecycle management with real-time monitoring
  • Agent Graph Visualization — 3 views (Hub & Spokes, Hierarchy, Timeline) powered by ReactFlow
  • GenUI Dashboards — 51 components across 11 categories with AI-powered layout
  • Text-to-Speech — Cross-process queue with file-based locking
  • Memory System — Claude Memory and Kuroryuu knowledge graph visualization
  • Gateway API — FastAPI server with MCP integration, RAG search, and task management
  • Terminal PTY — Multi-terminal management with traffic flow visualization
  • Task Kanban — Drag-and-drop task management with Gantt timeline
  • 10 Themes — Including Kuroryuu imperial Japanese theme with gold/crimson palette
  • Session Archive — Automatic archiving with read-only replay
  • Team Templates — Save and reuse team configurations with per-teammate model selection
  • Health Monitoring — 30-second polling with unresponsive detection
  • Observability — Real-time WebSocket hook event streaming

Platform Technical

  • Electron desktop app with Vite + React + TypeScript (235 components, 16 screens)
  • FastAPI Gateway with 21 routers at localhost:8200
  • MCP Core with 15 tools routing to 107 actions
  • CLI with 24 commands and 6,137 lines of code
  • Zustand stores with file-based persistence
  • ReactFlow for graph visualization
  • CodeMirror 6 for markdown editing

Website — kuroryuu.com

Built from scratch in a single session (~1h 37m). Next.js 15 with App Router, deployed on Cloudflare Workers via OpenNext.

Pages:

  • Home — Hero section, feature highlights, quick-start terminal, stats bar
  • Features — Full feature grid covering MCP Gateway, multi-agent teams, desktop app, PTY control
  • About — Project story, ecosystem diagram, hardware specs
  • Downloads — Desktop app downloads with platform detection
  • Docs — 5 MDX pages (Getting Started, Installation, Architecture, MCP Tools, Desktop App) with sidebar navigation
  • Blog — 6 posts with tag system and date-sorted index
  • Changelog — Timeline-based version history

Blog Posts:

  • Introducing Kuroryuu — Launch announcement
  • The Origin Story — Marlee Rose, 877 conversations, the 3-year plan
  • 26 Days, 445 Tasks — Hackathon development timeline
  • Meet the Dragon — Kuroryuu Genmu lore and name breakdown
  • Inside the Architecture — Technical deep dive and competitive analysis
  • Shadows and Shurikens — The pure stealth game that started it all

Website Technical:

  • MDX content system with gray-matter frontmatter and next-mdx-remote rendering
  • generateStaticParams() for pre-rendered blog and doc pages
  • Imperial dragon theme with GlowCards and animated backgrounds
  • Solved undocumented OpenNext static cache deployment gap
  • Deploy pipeline: opennextjs-cloudflare build → cache copy → wrangler deploy

Links