Manish Singh logo
Back to Projects

Case study · Developer tooling

Webhook Viewer — Real-time HTTP Inspector

Capture and inspect any HTTP webhook in real time with a permanent endpoint URL.

Live: webhook.manishfullstack.online

WebhooksHTTPReal-timeDeveloper ToolsAPI DebuggingJSON Export

Project Snapshot

Webhook Viewer is a lightweight developer utility for debugging inbound HTTP callbacks. Open the app, copy your permanent endpoint URL, and every request sent to that URL appears instantly in the browser — method, headers, body, and timing — without spinning up a local tunnel or temporary request bin.

Key Features

  • Permanent webhook endpoint URL saved in the browser (example path: /api/w/<uuid>)
  • Live capture of GET, POST, PUT, DELETE, PATCH, OPTIONS, and HEAD requests
  • Inspect payload size, method, and request details as they arrive
  • Sort by newest/oldest, method, or payload size
  • One-click copy of endpoint URL and curl example for quick testing
  • Export received webhooks as JSON; clear history when done

How to use

  1. Open webhook.manishfullstack.online
  2. Copy your permanent endpoint URL
  3. Point any webhook provider or curl client at that URL
  4. Watch requests stream into the live viewer

Why it matters

Useful while integrating Stripe, Razorpay, GitHub, payment webhooks, or any third-party callback — inspect exact payloads without deploying temporary debug servers or exposing a local machine.

Portfolio Impact

Demonstrates practical developer-tooling product sense: a focused, production-hosted utility with a clear workflow (copy endpoint → send request → inspect live), shipped under the manishfullstack.online domain family alongside Finance Tracker and the portfolio site.