Thats fair! Its trying to be a landing page and the actual app at the same time, so you cant really tell where to look. Because of yout feedback just pushed a change, cut most of the wall of text and moved the live demo up so its right under the headline instead of buried at the bottom. A short walkthrough clip is next on the list.
Thanks for taking the time to write it out, genuinly useful!
Honestly, this started as a throwaway script. Im running about 40 small sites and most of my day had turned into being a dispatcher for Claude Code and Cursor, re-typing "ok now do this" over and over. So I built TaskPeace: you rank one global list once, and the agent pulls the top task over MCP (get_next_task), does the work, writes a short result back when it's done, then moves to the next one. It'll run down the list unattended.
The bit I actually needed was task leasing, so I can point two or three agents at one queue without them grabbing the same task. Completing a task requires a written result, which sounds like busywork but it's the only reason I trust leaving it running for an hour.
Free to use, $10/mo if you want unlimited runs. It's MIT and you can self-host it (npm run serve, no database needed). There's a demo on the homepage that runs in your browser, no signup. It's early and definitly still rough in places, fair warning.
I had a hard time managing all my projects well, having good overview, and besides that: had the feeling that claude code isnt to smart when used in multiple sessions to work on the same project, so i made this. Also a accepted alternative for open claw.
Thanks for taking the time to write it out, genuinly useful!