GitHub → Discord Notifier

Simple webhooks that post rich embeds to Discord

What it does

Listens to GitHub and email events, then sends clean, compact Discord embeds. Built for teams that want actionable notifications without noise.

Endpoints

  • /api/webhook.js — GitHub repo events
  • /api/weborg.js — GitHub org events
  • /api/email.js — Email/Svix webhooks
  • /ping — health check (when running the Node server)

How to use

  1. Deploy to Vercel (Node 20).
  2. Set secrets: DISCORD_WEBHOOK_URL, DISCORD_WEBHOOK_URL2, WEBHOOK_SECRET, WEBHOOK_SECRET_EMAIL, WEBHOOK_SECRET_WEB.
  3. Point your GitHub/Svix webhooks to the listed endpoints.

About

Created and maintained by Abhishek Panthee (@abhishekpanthee). Crafted with focus on reliability and clean output.