Show HN: Claudraband – Claude Code for the Power User
Claude Code just got a power-user wrapper. Extended workflows, session resumability, HTTP control—built by someone who was already automating Claude at scale.

Why it matters
Claudraband represents the emerging layer of developer tooling built on top of Claude Code—not a feature from Anthropic, but infrastructure that power users are shipping to unlock multi-session workflows and programmatic control. This signals where the Claude ecosystem is heading.
The key facts
13 to knowClaudraband wraps Claude Code TUI for extended, resumable workflows
Supports tmux (visible) and xterm.js (headless) session control
Key features: session resumability, HTTP remote control server, ACP server integration
TypeScript library for application-level integration
HN traction: 82 points, 21 comments (indicates developer interest)
Use case: multi-session interrogation (querying older sessions for decision context)
GitHub project with active documentation (README with workflow examples)
Claudraband enables resumable non-interactive Claude Code workflows with session support
HTTP server for remote Claude Code session control on port 8123
ACP server support for alternative frontends (Zed, Toad)
TypeScript library for application integration
Built by developer using tmux send-keys heavily in Claude Code workflows
GitHub project with 82 HN points, 21 comments at time of submission
Go to the source
Hacker Newsgithub.com
Publisher excerpt: Hello everyone. Claudraband wraps a Claude Code TUI in a controlled terminal to enable extended workflows. It uses tmux for visible controlled sessions or xterm.js for headless sessions (a little slower), but everything is mediated by an actual Claude Code TUI. One example of a workflow I use now…
