Every task Claude creates appears instantly on your board. See what it's working on, what it needs, and what it just finished — all from a clean, fast dashboard you can open on any device.
I'm about to run: DELETE FROM user_sessions WHERE expires_at < NOW(). ~14,322 rows affected. Approve?
Claude is writing the JWT verification middleware. No input needed yet.
You approved. Rate limits updated to 1000 req/min per workspace.
The task board is designed for speed — you need to triage, reply, and get back to your life.
New tasks appear the instant Claude creates them — no refresh needed. The SSE connection keeps your board live at all times.
Open the board on your phone, tablet, or second monitor while Claude runs on your laptop. Reply from anywhere with an internet connection.
Filter by Pending, Ongoing, or Completed. Pending tasks are sorted to the top — you always see what needs your attention first.
Attach files to your replies — screenshots, configs, data samples. Claude downloads them via downloadAttachment and acts on them immediately.
Every task has its own message thread. The full conversation between you and Claude is preserved — scroll up to see what was decided and why.
Claude Code can route permission requests through AgentRQ. You get Allow / Deny / Allow All buttons — no need to be at the terminal to approve shell commands.
Every piece of information you need to make a fast, informed decision.
I'm about to create the user_sessions table (UUID pk, user_id FK, token_hash, expires_at with index). Migration is reversible. Approve to proceed?