Show HN: Foolery – a web UI for orchestrating Claude Code agents on top of Beads (github.com)

7 points by therealcartine ↗ HN
I built Foolery because agentic coding was making me feel worse, not better. 12 tmux panes, 7 orphaned worktrees, Claude blowing context on micro-ideas I couldn't stop throwing at it.

Foolery is a local web UI that sits on top of Beads (issue tracker). It gives you: - Dependency-aware wave planning (decompose work into parallelizable batches) - Built-in terminal to monitor agent runs live without leaving the app - Verification queue — every "done" beat flows here for you to approve or reject - Keyboard-first, no TUI

Install: curl -fsSL https://raw.githubusercontent.com/acartine/foolery/main/scri... | bash

I also wrote about why I built it: https://thecartine.substack.com/p/foolery-the-app

3 comments

[ 25.1 ms ] story [ 1235 ms ] thread
This looks pretty cool.
I will definitely give this a try. Looks like what I've been missing when working with multiple prompts, lessening the cognitive load of thinking about how to delegate work efficiently.
(comment deleted)