Local web dashboard to browse, search, edit and resume Claude Code sessions. Zero npm dependencies, zero build step.
The runtime HTTP server has no authentication and binds without an explicit loopback host. It can expose Claude session content and permit writes to CLAUDE.md or session archive/deletion operations to reachable peers.
src/server.mjs calls server.listen(p) without a host, exposing sensitive routes beyond the displayed localhost URL.
src/server.mjsView on unpkgsrc/server.mjs serves session data and accepts unauthenticated CLAUDE.md writes and archive/deletion requests.
src/server.mjsView on unpkgsrc/indexer.mjs sends distilled session text to the local claude CLI with bypassPermissions during reindexing.
src/indexer.mjsView on unpkgsrc/server.mjs calls server.listen(p) without a host, exposing sensitive routes beyond the displayed localhost URL.
src/server.mjsView on unpkgsrc/server.mjs serves session data and accepts unauthenticated CLAUDE.md writes and archive/deletion requests.
src/server.mjsView on unpkgsrc/indexer.mjs sends distilled session text to the local claude CLI with bypassPermissions during reindexing.
src/indexer.mjsView on unpkg