-
In this tutorial, we are deploying a “serverless” bot to Vercel. Vercel will spin up a little serverless function only when your bot is needed, keeping your PC clean and providing a stable environment for your bot. Of course, the greatest benefit: Vercel is completely free! You will need a free account to use Vercel. You can sign up at vercel.com.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
This tutorial also assumes that you have Node.js and npm installed on your device. I would very much recommend having Bun installed too, though it isn't required. All terminal command examples are for Linux.
-
This tutorial also assumes that you have Node.js and npm installed on your device. I would very much recommend having Bun installed too, though it isn't required. All terminal command examples are for Linux.