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

ARP: Stateless WebSocket Relay for Autonomous Agent Communication
ARP (Agent Relay Protocol) is a stateless WebSocket relay for autonomous agent communication featuring Ed25519 identity, HPKE encryption per RFC 9180, binary TLV framing, and 33 bytes overhead per message. No accounts or registration required—just generate a keypair and connect.

W2A — an open protocol for agent sensors: giving local agents real-time perception
W2A (World2Agent) is an open protocol standardizing the perception layer for AI agents — self-hostable, TS SDK, Apache 2.0. It lets agents receive real-time signals from sensors without one-off scripts.

Qwen3.5-35B-A3B-UD-Q6_K_XL Tested in Production Development Workflows
A developer tested the Qwen3.5-35B-A3B-UD-Q6_K_XL model across multiple real client projects, achieving solid performance with benchmarks of 1504pp2048 and 47.71 tg256, and token speeds of 80tps on a single GPU.

Unsloth and NVIDIA Collaborate to Speed Up LLM Training by ~25%
Unsloth and NVIDIA release optimizations for LLM training: caching packed-sequence metadata (~14.3% speedup) and double-buffered async gradient checkpointing (~8% speedup), with no accuracy loss. Auto-enabled on RTX laptops, data center GPUs, and DGX Spark.