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

SIDJUA Framework Adds Governance Layer to Autonomous AI Agents
SIDJUA is a framework with built-in governance, role-based authority rules, and full audit trails that sits on top of any AI model with an API. The demo shows a three-tier hierarchy that scales to 7+1 tiers, with every decision logged and costs tracked in real time.

Custom Status Line for Claude Code Shows Context Usage, Cost, and Git Branch
A Reddit user created a bash script that leverages Claude Code's statusLine setting to display real-time information including context window usage, session cost, active model, and current git branch. The script requires jq and is available on GitHub.

SkyClaw Adds Encrypted Chat-Based API Key Setup for AI Agents
SkyClaw implements AES-256-GCM encrypted key ingestion through chat, intercepting key commands at the system layer so the LLM never sees API keys and using one-time key encryption so messaging platforms only see ciphertext.

SwarmClaw Dashboard Adds Orchestration Layer to OpenClaw
SwarmClaw is a self-hosted dashboard that wraps OpenClaw, providing deployment and management of multiple instances with gateway controls, config repair, remote history sync, and live execution approval. It supports OpenClaw plugins and SKILL.md files, plus connects to 14 other AI providers.