@rederjs/adapter-web
v0.1.0
Published
Reder web adapter — browser dashboard for live transcripts and remote control of Claude Code sessions.
Downloads
80
Maintainers
Readme
@rederjs/adapter-web
The reder web adapter — an Express + Server-Sent Events backend plus a React + Tailwind SPA. Gives you a browser dashboard with one card per Claude Code session, a live merged transcript, a permission-approval banner, and a composer with browser-side voice input. Part of the reder project.
Install
npm install @rederjs/adapter-webThen enable it in ~/.config/reder/reder.config.yaml:
adapters:
web:
module: '@rederjs/adapter-web'
enabled: true
config:
bind: 127.0.0.1
port: 7781
auth: tokenLoopback-bound and token-authenticated by default. Run reder dashboard url to get the authenticated URL.
See also: the main repo README for the architecture diagram and docs/security.md for the web-adapter threat model.
