[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Showcase](/c/showcase/41) # Deploy discord bots on Vercel 269 views · 4 likes · 3 posts Fourcolverleaf (@fourcolverleaf) · 2025-10-07 · ♥ 3 About a year ago, Discord introduced the ability to receive interaction events via HTTP, which can be hosted using our beloved **Vercel**. I created an open-source library, [discord.https](https://github.com/discordhttps/discord.https), to simplify development process, along with documentation and a handy CLI template tool, similar to `create-next-app`. It is built with a router architecture inspired by the routing style of the popular library, Express. I’ve also written a tutorial on how to host it with Vercel: https://dev.to/fourcloverleaf/how-to-deploy-a-discord-bot-on-vercel-110c . You can check out the project here: https://github.com/discordhttps/discord.https I’d like to hear your thoughts and would greatly appreciate any feedback, as this is my first tutorial article. Pauline P. Narvas (@pawlean) · 2025-10-14 · ♥ 1 Thanks for sharing! Welcome to the Community :waving_hand: Have you seen this thread too? Worth checking out! https://community.vercel.com/t/deploy-discord-bots-to-vercel/5155?u=pawlean Pauline P. Narvas (@pawlean) · 2026-02-25 Great writeup — this is a popular thread for Discord on Vercel! Worth adding that Vercel just released the **Chat SDK** (`npm i chat`), an open-source TypeScript library that wraps Discord (and Slack, Teams, GitHub, Linear, Google Chat) behind a unified event-driven API. It could be a useful option alongside `discord.https` if you need multi-platform support or want to avoid managing the interaction model differences yourself. One codebase, every chat platform. Reference: https://vercel.com/changelog/chat-sdk