Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal Next.js website template for Discord bots, with SCSS styling and Vercel deployment.
Discord Bot Website Template is a free, open-source website template built with Next.js for Discord bots, giving bot developers a fast way to publish a clean landing page. Created by Preet Suthar, the template is designed to be forked, customized, and deployed on Vercel without any backend setup.
Discord Bot Website Template is a minimal landing page template specifically for Discord bots, built on the Next.js framework and styled with SCSS. It takes the bot's name, description, features, and invite links as input content and outputs a responsive website. The template is authored by Preet Suthar, who also provides contact and project links in the repository. It is intended to be hosted on Vercel, though it can be deployed on any platform that supports Next.js.
src/components directory, so you never need to touch page-level routing.src/components to change text, links, and layout details.The repository includes a complete Next.js project. After forking, you edit the bot details inside src/components, then deploy to Vercel from the forked repo. Vercel automatically builds and serves the site, and you can optionally configure a custom domain from the Vercel dashboard.
Discord Bot Website Template is free to use forever. It is an open-source project; the author asks that you star the repository as a thank-you rather than pay a license fee.
Yes, the template is completely free. The repository explicitly says "Fork and use for free forever," and the author requests a GitHub star as support.
It uses Next.js (version 13) and SCSS for styling. Next.js powers the React-based rendering, while SCSS keeps the styles organized and reusable.
Open the src/components folder and edit the existing component files. You'll replace placeholder content with your bot's actual name, description, feature list, and invite URL.
First, fork the repository on GitHub. Then sign up at Vercel, create a new project, connect your GitHub account, select the forked repository, and click Deploy. That completes the deployment.
The repository topics include "discord-bot-dashboard-nextjs," but the README describes a website template. To use it as a dashboard, you'd need to extend the Next.js code with authentication and data-fetching logic yourself.
