@carlos3g/webhook-it
v0.1.2
Published
Stable public URLs for webhooks, forwarded in real time to your localhost — an interactive terminal dashboard.
Maintainers
Readme
@carlos3g/webhook-it
Stable public URLs for webhooks, forwarded in real time to your
localhost— through an interactive terminal dashboard.
wi opens an interactive dashboard where you start a local daemon, manage
webhook endpoints, watch events arrive live, and replay them. It runs 100% on
your machine; the only external piece is the ngrok tunnel.
📚 Full documentation: https://carlos3g.github.io/webhook-it/
Requirements
webhook-it is built with OpenTUI, which runs on Bun 1.3+. Bun must be installed to run this package.
Install
# run it without installing
bunx @carlos3g/webhook-it
# or install it globally
bun add -g @carlos3g/webhook-it
wiUsage
wi # open the interactive dashboard
wi apply # provision endpoints from .webhook-it.json
wi --help # usage and keybindingsInside the dashboard: u start/stop the daemon · n new endpoint · c set the
ngrok domain · t toggle tunnel/local mode · r replay · d delete · q quit.
Documentation
License
See the webhook-it repository.
