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

✍️ OpenClawRadar📅 Published: April 29, 2026🔗 Source
Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP
Ad

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.
Ad

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

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

Ad

👀 See Also

Layerkit: AI Image Editor with Editable Layers Built with Claude Code
Tools

Layerkit: AI Image Editor with Editable Layers Built with Claude Code

A developer built Layerkit, a browser-based AI image editor that generates scenes with editable layers to avoid constant re-prompting. The tool uses a multi-stage AI pipeline where one LLM plans composition, an image model generates the scene, and another LLM analyzes the actual image to place readable text.

OpenClawRadar
Local Behavioral Monitoring System with MCP Pipeline and Claude Code
Tools

Local Behavioral Monitoring System with MCP Pipeline and Claude Code

A developer built a local behavioral monitoring system called BRAIN that tracks app switches, file operations, and dev sessions, piping data through a custom MCP server to Claude Code. The system runs 100% locally with zero cloud dependency.

OpenClawRadar
Best-Backup: A Free Tool for OpenClaw Server and Docker Container Backups
Tools

Best-Backup: A Free Tool for OpenClaw Server and Docker Container Backups

The free tool best-backup provides robust backup capabilities for OpenClaw servers, including full server backups, specific folder backups, and Docker container backups, with features like compression, encryption using existing SSH keys, and integration with Google Drive.

OpenClawRadar
OpenClaw developer builds unified memory system for AI agents
Tools

OpenClaw developer builds unified memory system for AI agents

A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.

OpenClawRadar