Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP

Storybloq is a project tracker that stores data as JSON and markdown inside a .story/ directory in your repository. It's git-trackable and editable in any text editor. The tool includes a Mac App Store app (free), a CLI, and an MCP server that integrate with Claude Code via /story to load the full project context at session start.
Key Features
- Project dashboard on Mac: backlog, kanban, timeline from handovers, editable notes, autonomous session statuses.
- Live kanban updates as Claude updates tickets.
- Embedded Claude Code terminal in the same window to avoid context switching.
- 580 tickets and 260 handovers tracked during the build itself — the tool is its own test case.
- Mac app is sandboxed, signed by Apple, auto-updates via App Store. Requires macOS 14+ (Apple Silicon and Intel).
- CLI and MCP server (TypeScript) expose data to Claude Code. Source on GitHub.
How It Works
Run /story in Claude Code to load tickets, roadmap phases, and session handovers. The Mac app watches .story/ and reflects changes live. Everything is JSON and markdown, so you can edit with any editor and commit changes to git.
Implementation Details
The Mac app is built with Swift/SwiftUI. The CLI and MCP server are TypeScript. Both were written entirely in Claude Code using the same framework. The workspace's .story/ tracked every ticket and handover. Code review rounds were run via Codex through MCP.
Links
- App Store: Storybloq on Mac App Store
- GitHub (CLI & MCP source): github.com/Storybloq/storybloq
Who it's for: Developers running multi-project Claude Code workflows who want a visual board alongside their terminal.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Toolbox extension adds message-level bookmarks and full-text search
Claude Toolbox is a Chrome extension that lets you bookmark individual messages, full-text search across conversations, and export as TXT or JSON. Free tier covers 2 conversations; paid at $5/month or $49 lifetime.

Nit: A Git Replacement in Zig Optimized for AI Agent Token Efficiency
Nit is a native Git replacement written in Zig that reduces token usage by 35-87% on common commands like status, diff, log, and show. It achieves this through compact output defaults and direct libgit2 integration, eliminating subprocess overhead.

MoltNow.app: One-Click OpenClaw Deployment Platform Emerges
A new service promises to simplify OpenClaw deployment to just one click with custom UI and browser automation.

Slack Plugin for Claude Code: Connect to Slack for Context and Updates
Slack has released a new plugin for Claude Code that enables connection to Slack for search, messaging, and document creation. The plugin allows Claude Code to access Slack context to unblock technical problems and post updates.