Vibeyard: Open-Source Dashboard That Launches Claude Sessions from PRs, Issues, and Kanban Cards

Vibeyard is an open-source (MIT) dashboard that replaces the morning routine of opening three tabs (GitHub PRs, task board, terminal sessions). It starts as a blank canvas where you drop widgets — open PRs, issues, AI readiness, active sessions, kanban, team — and arrange them freely.
Key Features
- Widgets: Drop in widgets for GitHub PRs, issues, AI readiness, active Claude sessions, kanban boards, and team status.
- Click-to-session: Click any card and it spawns a Claude Code session scoped to that context. A PR card opens a review session; an issue opens a plan-the-fix session; a stale session resumes where you left off.
- Open source: MIT license on GitHub at github.com/elirantutia/vibeyard. Contributions welcome.
The creator built this after finding that even with a kanban, they still needed to check GitHub PRs, the task board, and half-finished terminal sessions every morning just to decide what to work on. Vibeyard consolidates that into a single customizable home screen.
📖 Read the full source: r/ClaudeAI
👀 See Also

Fixing OpenClaw Browser CAPTCHAs with Camoufox and CLI Wrapper
OpenClaw's built-in Chromium browser triggers bot detection through Chrome DevTools Protocol, JavaScript injection artifacts, and hardware fingerprinting inconsistencies. The solution uses Camoufox (a Firefox fork) modified at the C++ level and wrapped in a CLI that returns accessibility-tree snapshots to reduce token usage.

Signet: An Open-Source Local-First Memory Substrate for AI Agents
Signet is an open-source memory substrate for AI agents that moves memory handling outside the agent loop. It preserves transcripts, distills sessions into structured memory, links entities into a graph, and injects context before prompts start.

Custom GIF Spinner for Claude Code via COLR Font Conversion
A developer created a method to replace Claude Code's default spinner with any animated GIF by converting the GIF into an OpenType COLR color font and patching the spinner to cycle through glyphs representing each frame. The tool currently supports Windows with macOS/Linux versions planned.

Akemon: Publish and Hire AI Coding Agents Directly from Your Laptop
Akemon is a tool that lets developers publish their AI coding agents with one command and hire others' agents with another, working directly from laptops through a relay tunnel without needing servers. It's protocol-agnostic, supporting agents from Claude Code, Codex, Gemini, OpenCode, Cursor, and Windsurf.