Easily host your own Discord Webhook Proxy
Hello all,
I recently saw that @lewisakura’s public proxy was experiencing load/request handling issues so I made a simple version that can easily be deployed in one-click!
This Simple Discord Webhook Proxy is the perfect solution for Roblox developers and anyone working with Discord webhooks. Seamlessly send webhooks through Vercel’s global network with just a minor URL tweak.
Key Features:
-
Easy to Integrate:
Just replacediscord.com
with your Vercel domain in the webhook URL. No complicated setup needed! -
Globally Distributed:
Powered by Vercel, enjoy high availability and super low latency no matter where your requests come from. Built on TypeScript. -
ToS Compliant:
Fully complies with Discord’s terms of service, handling rate limits and enforcing anti-abuse measures automatically. -
Ratelimit Handling:
Automatically queue requests withPOST /api/webhooks/:id/:token/queue
, ensuring smooth operation under Discord’s rate limits.
How It Works:
- Enter your Discord Webhook URL – Paste in the webhook URL you get from Discord.
-
Get Your Proxy URL – The proxy service will replace
discord.com
with your Vercel domain. - Copy & Paste – Simply click “Copy” and use the new URL in your app!
-
(Optional) – test an API response by visiting your
domain.vercel.app/api/test
Screenshot
Deploy Your Own Proxy!
Ready to get started? Deploy your own version of this webhook proxy for free in a few clicks on Vercel:
Explore the Source Code
Want to see how it works under the hood or run a local version? Check out the source code on GitHub:
Acknowledgements
Inspired by @lewisakura’s Webhook Proxy
Production Build Status:
Contributors welcome, and always open to any feedback.