Storybloq: A Project Tracker Living in Your Repo's .story/ Directory Now Has a Mac App

Storybloq is a project tracker designed for Claude Code workflows. It stores all project data — tickets, issues, roadmap phases, lessons, session handovers — as JSON and markdown inside a .story/ directory in your repo. The data is editable in any text editor, git-trackable, and exposed to Claude Code via a CLI and MCP server so that running /story at session start loads everything.
Mac App (Now on App Store)
The free Mac companion app (macOS 14+, Apple Silicon and Intel) provides a visual dashboard that watches .story/ while Claude works. It includes:
- Full backlog view: what's left, in progress, and next up
- Live kanban board that updates when Claude changes a ticket status
- Project timeline generated from session handovers
- Notes – view and edit for brainstorming
- Autonomous session statuses (if using the autonomous feature)
- Embedded Claude Code terminal in the same window
The app is sandboxed, signed by Apple, and auto-updates through the App Store.
Built with Claude Code
The entire project (Mac app in Swift/SwiftUI, CLI and MCP server in TypeScript) was written using Claude Code, with the project's own .story/ tracking every ticket and session handover across the build — roughly 580 tickets and 260 handovers so far. Claude wrote the code, ran review rounds with Codex through MCP, fixed findings, and submitted to the App Store.
Downloads & Source
- App Store: https://apps.apple.com/us/app/storybloq/id6761348691
- Mac page: https://storybloq.com/mac
- GitHub (CLI and MCP source): https://github.com/Storybloq/storybloq
No account, no paid tier, no referral links. Open source.
Discussion: Inline Terminal vs Separate Window
The author notes that embedding the terminal next to the kanban board reduces the "wait, what was I doing?" moment when switching between projects, and invites feedback on layout preferences.
📖 Read the full source: r/ClaudeAI
👀 See Also

Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning
Mandala v0.3 provides an open-source async runtime that ingests telemetry from Samsara, Descartes, Vizion, and FMCSA via webhooks, emits events as OpenTelemetry spans, and exposes data via MCP tools for LLM agents.

sourcecode: Open-Source CLI to Compress Large Java/Spring Monorepos for Claude
sourcecode CLI reduces a ~4k-file Java/Spring monorepo from ~3M tokens to 1.7k tokens (compact mode). Currently focuses on context compression, git hotspot detection, and symbol lookup.

Agents Observe: Real-time Dashboard for Monitoring Claude Code Agent Teams
Agents Observe is a local dashboard that provides real-time observability for Claude Code agent sessions using hooks instead of OTEL. It captures every tool call, agent hierarchy, and event with filtering and search capabilities, running as a Docker container that auto-starts with Claude sessions.

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.