Discord alerts shipped → bountyindex.in/settings/discord
Solving the biggest thing that was losing us users : if you watched a program on bounty.index, you never got told when it changed. You had to come back and check. That's a bad deal.
Fixed via Discord webhooks. Paste a webhook URL from your own server, pick which program should fire it, done. When the daily ingest detects a scope, reward, or safe-harbor change on that program, an embed lands in your channel within seconds. Up-arrow if it went up, down if it dropped, green for pure additions, amber if there's removals.
Setup is ~1 minute, no code. Server / channel settings → Integrations → Webhooks → copy URL → paste on our /settings/discord page. There's a test button on every row so you can smoke-test the wiring immediately, no waiting for a real diff.
Why webhook and not a real bot : the webhook covers ~95% of what a slash-command bot would do at ~15% of the work — no OAuth invite flow, no bot verification, no hosted process. Just one HTTPS POST per event from the existing cron. If enough people ask for `/watch shopify` in-server, that's v2.
Covers all 6 platforms — HackerOne, Bugcrowd, Intigriti, YesWeHack, Federacy, Immunefi.
Site : bountyindex.in. Repo : github.com/Varun2024/Bounty-index. Still solo, still free.
What I want feedback on : does per-program cover what you actually wanted, or is the real ask "ping me when any program in web3 scope starts paying $10k+" ? The second is a much bigger build — worth knowing before I do it.

Replies