@the-network-app/relay
v0.2.0
Published
Connect your local Claude Code CLI to The Network App via Supabase Realtime.
Maintainers
Readme
@the-network-app/relay
Connect your local Claude Code CLI to The Network App so you can chat with Claude through the browser.
Quick start
npx @the-network-app/relay <your-api-key>Get an API key
- Open The Network App in your browser and sign in
- Click the AI Operator panel (bot icon in the sidebar)
- Click Generate API Key
- Copy the command shown and paste it in your terminal
What it does
The relay runs on your machine and:
- Validates your API key with the app
- Connects to a private Supabase Realtime channel
- Listens for prompts from the browser chat window
- Spawns
claude -pwith MCP tools pointing at the app's API - Streams Claude's responses back to the browser in real time
Requirements
- Node.js 18+
- Claude Code CLI installed and authenticated (
claude auth login)
Options
npx @the-network-app/relay <api-key> [options]
Options:
--app-url <url> Override the app URL (for local development)
--help, -h Show helpFor local development
npx @the-network-app/relay <api-key> --app-url http://localhost:3000License
MIT
