SkillAgentSearch skills...

Inhook

A simple self-hosted tool to capture, inspect, and debug incoming webhooks in real time.

Install / Use

/learn @themrinalsinha/Inhook
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="assets/inhook.png" align="center" width="200"/> </div> <hr/> <div align="center"> <a align="left" href="https://www.producthunt.com/products/inhook?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-inhook" target="_blank"> <img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1028883&theme=light&t=1761055390831" alt="InHook - Webhook&#0032;inspector&#0032;&#0038;&#0032;debugger | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54"/> </a> <a align="right" href="https://peerlist.io/themrinalsinha/project/inhook--webhook-inspector--debugger" target="_blank" rel="noreferrer"> <img src="https://peerlist.io/api/v1/projects/embed/PRJHQ7M9L9OE9GLNB1OLADN7MP7EOP?showUpvote=true&theme=light" alt="InHook - Webhook Inspector & Debugger" style="width: auto; height: 54px;"/> </a> </div>

Webhook Inspector & Debugger - A fast, self-hosted webhook inspector for capturing and analyzing requests in real time - packaged as a single binary.

Visit <a href="https://inhook.mrinal.xyz" target="_blank">https://inhook.mrinal.xyz ↗</a> - to try it out.

Installation

Local Development

The backend is written in Go and frontend is in React. You need to have Go and pnpm installed.

To run locally:

make run

This will build the frontend and backend and run the server on http://localhost:9000. You can change the port by editing the config.toml file.

[app]
port = ":9000"

Binary

You can build the binary by running:

make build

To run the binary with custom config, you can pass the config file as an argument:

./inhook --config config.toml

Docker

TBD

License

inHook is licensed under the MIT license.


<div align="right"> <a href="https://www.buymeacoffee.com/themrinalsinha" target="_blank"> <img src="assets/bmc-button.png" width="150" alt="Buy Me A Coffee" /> </a> </div>
View on GitHub
GitHub Stars27
CategoryData
Updated4d ago
Forks3

Languages

TypeScript

Security Score

95/100

Audited on Mar 31, 2026

No findings