Back to Projects
AI/SaaSPublic

Webhook Relay & Inspector

Event ingestion + live inspector: receive provider callbacks, browse payloads in real time, replay captured events, and forward matches with bounded retries.

Python 3.11FastAPIWebSocketsEvent verificationReact + VitePostgreSQL (scale-up)Docker Compose

Pattern

Ingest · Inspect · Replay · Forward

Reliability

Verified ingest + retries

Project Overview

FastAPI ingress with verified event intake, in-memory event store, three-pane inspector UI, live status panel, replay flow, and rule-driven forwarding. Built to prove backend depth beyond CRUD.

Challenge

Debugging provider callbacks usually requires tunnel logs and manual replay, which is slow and lossy.

Solution

Built a small operational tool: verified event intake, real-time inspector UI, replay support, and rule-driven forwarding with retries.

Results

Portable backend service that demonstrates event-driven design, idempotency thinking, and operational debugging — directly transferable to multi-tenant SaaS work.

Webhook Relay & Inspector | Nasir Nasir-Ameen