GaIsBAX

GaIsBAX / Webhix

Public

Self-hosted webhook inspector. Single binary, SQLite, no external dependencies.

11
0
89% credibility
Found May 19, 2026 at 11 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Go
AI Summary

Webhix is a self-hosted webhook debugging tool that lets you capture, inspect, and replay HTTP requests entirely on your own computer. Instead of sending sensitive webhook data to third-party services, you download one small program that creates a private endpoint on your machine. The built-in web interface shows incoming requests in real-time, lets you examine headers and body content, replay requests to test your server, and even configure custom responses. It's designed for developers who need to debug webhooks from services like Stripe or GitHub while keeping their data private and secure.

How It Works

1
🔍 You need to debug webhooks privately

You've been sending webhook payloads to online tools, but now you need to keep your data private and secure on your own computer.

2
📦 You download and launch Webhix

With just one file to download, you start Webhix on your machine. Everything runs locally with no external services needed.

3
🎯 You create your first webhook endpoint

Click a button to generate a unique web address where incoming requests will be captured and stored on your computer.

4
Your webhook sender starts sending data
📨
Requests arrive instantly

Each incoming request appears immediately in your dashboard without refreshing the page.

🛡️
Everything stays private

Headers, bodies, and sensitive data never leave your network.

5
🔬 You inspect each request closely

Click on any captured request to see its headers, body content, query parameters, and timing information in an easy-to-read view.

6
🔁 You replay requests to your local server

With one click, you send any captured request to your local development server to test how it responds.

Your debugging is complete and private

You've successfully debugged your webhooks while keeping all sensitive data safely on your own computer.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 11 to 11 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is Webhix?

Webhix is a self-hosted webhook inspector written in Go that captures and inspects incoming HTTP requests. Instead of sending your webhook traffic to a third party like webhook.site, you run a single binary on your own server and get a dashboard to inspect headers, body, query params, and timing. It stores everything in SQLite locally, so sensitive payloads like Stripe tokens or OAuth credentials never leave your infrastructure. The UI updates in real time via SSE, and you can configure custom mock responses for any endpoint.

Why is it gaining traction?

The privacy angle is the hook. A lot of companies block external webhook debugging tools outright because sending production payloads to someone else's server is a compliance risk. Webhix solves that by keeping everything local. Beyond that, it's the only tool combining single-binary deployment, request replay, and custom response mocking without requiring Redis, PHP, or any external dependencies. The built-in CLI forwarding command (`webhix forward --to localhost:3000`) is a practical touch -- it handles the tunnel-to-localhost workflow that usually requires ngrok.

Who should use this?

Backend developers debugging integrations with Stripe, GitHub webhooks, or any third-party API will find this most useful. Teams with strict data residency or compliance requirements who can't use external services will appreciate that it's fully self-contained. Security-conscious developers who want to inspect payloads locally before trusting them in production pipelines will benefit from the signature verification roadmap. It's less relevant for quick one-off tests where an external tool is acceptable.

Verdict

Webhix is a well-structured, minimal-footprint tool that solves a real problem for teams with privacy constraints. With only 11 stars, it's early and unproven at scale, and the docs are sparse beyond basic setup. The codebase shows good engineering discipline (clean architecture, tests, sqlc), but you should treat it as a promising v0.x project. If you need self-hosted webhook inspection today and can tolerate the maturity risk, it is worth a spin. Watch the roadmap -- webhook signature verification and tunnel mode would make it significantly more compelling.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.