A real-time webhook monitoring and logging system built with Node.js. Receive, validate, and track incoming webhooks from external services like GitHub, Stripe, Shopify, and more.
here we go-> https://webhook-logger-rd10.onrender.com/ check the progress so far we can still do add some real cool features in this !
webhook-logger/
├── server.js # Main Node.js server
├── public/
│ ├── index.html # Dashboard UI
│ ├── style.css # Dashboard styles
│ └── app.js # Frontend JavaScript
├── webhooks/ # Stored webhook JSON files
├── logs/ # Daily application logs
└── README.md
- External services (GitHub, Stripe, etc.) send webhook POST requests to your server
- Server receives and validates the webhook using signature verification
- Webhook data is saved to a JSON file with timestamp
- Dashboard displays all received webhooks in real-time
- Click on any webhook to inspect headers, payload, and metadata