Vibeyard Adds Kanban Board for Managing Multiple Claude Code Sessions

Running 4–5 Claude Code sessions in parallel gets messy fast — which terminal has the auth work, which one is the bug fix, what's actually done? A developer built Vibeyard, an open-source IDE for Claude Code, to solve exactly that. The latest addition: a Kanban board where each card is a task.
How It Works
Each Kanban card represents a task. Click Run on a card, and it spins up a Claude Code session scoped to that task. When Claude finishes, the card moves itself to the Done column automatically.
As the creator describes it: “It turned Claude from a terminal I talk to into something closer to a team I'm dispatching work to.”
Stack & Source
Vibeyard is open-source and available on GitHub. You can check out the repo and try it yourself.
GitHub: https://github.com/elirantutia/vibeyard
Who it's for: Developers using Claude Code who want a visual task board to manage multiple parallel agent sessions and keep track of progress.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-source tool for AI-curated Reddit feeds using Cloudflare, Supabase, and Vercel
A developer open-sourced a self-hosted tool that filters Reddit for quality posts about AI-assisted development, using Cloudflare Workers for cron jobs and proxies, Supabase for storage, and Vercel for the frontend. The tool includes engagement scoring, optional LLM summaries, and costs $1-2/month for AI processing.

bareguard: A Lightweight Safety Gate for AI Agents — Now on npm
bareguard v1.0 is a ~1000-line, single-dependency safety layer for AI agents that blocks destructive actions (rm -rf, DROP TABLE) and enforces budget limits with human escalation. Part of the bare suite, live on npm.

Beacon: Open-Source Endpoint Telemetry for Local AI Agents
Beacon captures local AI agent activity (Claude Code, Codex CLI, Cursor, etc.) and normalizes it into endpoint events for inspection or SIEM forwarding via Wazuh, Elastic, Splunk HEC.

Replacing Kafka, Redis, and RabbitMQ with NATS: A Developer's Experience
A developer replaced Kafka, Redis, and RabbitMQ with NATS in their architecture, sharing specific implementation details and lessons learned from consolidating multiple messaging systems into one tool.