Getting Started
Option A: npm (Agent only)
If you already have a server running, just install the agent:
bash
# Install the agent globally
npm install -g @yeaft/webchat-agent
# Connect to a server
yeaft-agent --server wss://your-server.com --name my-worker --secret your-secret
# Upgrade to latest
yeaft-agent upgradeOption B: Full development setup
bash
git clone https://github.com/yeaft/claude-web-chat.git
cd claude-web-chat
# Install all dependencies
npm install
# Start server + agent in dev mode (no auth)
npm run devThen open http://localhost:3456 in your browser.
Next Steps
- Deploy the Server (Docker) — Production deployment guide
- Set up an Agent — Connect a worker machine
- Chat — Start using the chat interface
- Crew — Multi-agent collaboration