toilet-claude
v1.1.1
Published
Backend service for remote Claude Code access via WebSocket
Maintainers
Readme
Toilet Claude
A WebSocket-based backend service for remote Claude Code access.
Installation
npm install -g toilet-claudeSetup
Just run toilet-claude - it will start automatically!
Usage
# Start the backend
toilet-claude
# In another terminal, expose it with ngrok
ngrok http 3000Requirements
- Node.js 18+
- ngrok (for remote access)
Installing ngrok
# macOS
brew install ngrok
# or download from
https://ngrok.com/downloadAPI Endpoints
- WebSocket:
ws://localhost:3001 - Health check:
http://localhost:3000/api/health
License
MIT
