Original Reddit post

Anyone else in the boat where AI tools have you shipping so fast that you now have 10+ projects in various states of “almost done” or “I should get back to that”? I built VibeFocus to solve this for myself. It’s a portfolio intelligence tool — one place to see all your projects, understand which ones have momentum, and decide what to focus on this week. What makes it different from Trello/Linear/etc:

  • It connects to your actual local git repos and analyzes your code
  • AI advisor (Claude) has full context on every project — code, git history, docs, insights
  • Health signals tell you which projects are active, cooling, or dormant
  • Weekly Focus view to commit to 1-3 projects and set goals
  • Analytics: commit heatmaps, velocity, stall alerts, streaks
  • 32-tool MCP server so Claude Code can read/write your portfolio during sessions Stack: React + FastAPI + SQLite + Claude API + Anthropic Agent SDK It’s free and open source:
  • GitHub: https://github.com/ericblue/vibefocus
  • Website: https://vibefocus.ai/ Just released v0.1.0 over the weekend. Would love feedback from other vibe coders and what would make this useful for your workflow? submitted by /u/erictblue

Originally posted by u/erictblue on r/ClaudeCode