@sunpix/claude-code-web
v1.2.2
Published
A web-based interface for interacting with Claude Code CLI
Downloads
64
Maintainers
Readme
Claude Code Web - Claude Code UI
This product is in alpha state. There is not authentication! So you need to bring your own via a reverse proxy.
This is the production build of Claude Code Web, a web-based interface for interacting with Claude Code CLI.
Video
https://github.com/user-attachments/assets/418a2aba-829c-40f5-9b04-8e92eae4e8e3
Prerequisites
- Node.js 18+
- Claude Code CLI installed and configured
Running the Application
Git clone
npm -g install @sunpix/claude-code-webRun the app:
claude-code-webClaude is running on http://localhost:3000/
It will then listen on port 3000. BE AWARE: there is no authentication. So everyone with access to that port control your environment/computer.
Configuration
Port Configuration
To run on a different port:
PORT=8080 claude-code-webPath
To run on a different subpath (behind a reverse proxy) for example:
APP_BASE_URL=/claude-code claude-code-webImage
Support
For issues and documentation, visit the Claude Code UI repository.
