feedpipe
v0.1.3
Published
Real-time feedback on your localhost
Readme
feedpipe
Real-time feedback on your localhost. Share a link, get annotations in your terminal.
Install
npm install -g feedpipeQuick Start
# Start your dev server
npm run dev
# In another terminal, create a tunnel
feedpipe 3000Share the generated URL (e.g. https://my-app.feedpipe.dev). Comments and highlights appear instantly in your terminal.
CLI Options
feedpipe <port> [options]
Options:
-s, --slug <slug> Custom URL slug
-h, --host <host> Local host (default: localhost)
-p, --password <pass> Password protect the tunnel
--no-toolbar Disable toolbar injection
--ai <agent> Pipe events to AI agent
--ai-command <cmd> Custom agent command
--ai-cwd <dir> Working directory for AI agent
--ai-filter <types> Filter event types
--no-telemetry Disable anonymous telemetry
-q, --quiet Minimal output
--json JSON output mode
--open Open tunnel URL in browserDocs
Full documentation: https://feedpipe.dev/docs/
