Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A modern, responsive Tailwind CSS website template for Discord bots with command search, dark theme, and zero build dependencies.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Discord Bot Website Template v3 is a free, MIT-licensed static website template for Discord bots, built with pure HTML, Tailwind CSS via CDN, and vanilla JavaScript, that gives bot creators a dark-themed two-page site — a home page and a commands page — out of the box.
Discord Bot Website Template v3 is a website template created by GitHub user Hadi-4100 for showcasing Discord bots. It takes basic bot information — bot name, command list, description, invite links, and social URLs — and turns it into a responsive, static website with no backend or build step. The template runs on any static file host, including GitHub Pages, Netlify, Vercel, cPanel, or FTP upload, and is distributed under the MIT License.
Version 3 is the current release; it replaced the Bootstrap-based v1 and v2 (Bootstrap + jQuery) with a Tailwind CSS and vanilla JavaScript stack. The file structure is minimal: src/index.html, src/css/main.css, and src/pages/commands.html.
src/css/main.css.src/ folder to any hosting service to launch your bot's site.Getting a live site takes three steps from the repository: clone the repo, edit the three files (src/index.html, src/css/main.css, src/pages/commands.html) with your bot's details, then deploy the src/ folder to any static host. Because the template is pure static HTML/CSS/JS, there is no local server or compilation step — the site works by opening index.html directly.
Free. The template is released under the MIT License with no mention of premium tiers or hidden costs — you can use, modify, and redistribute it, even in commercial projects.
The src/ folder contains index.html (home page), css/main.css (custom styles), and pages/commands.html (commands page). That's the entire project structure.
Yes, it's MIT-licensed, meaning you can use, modify, distribute, and even sell it, as long as you keep the license file.
No. The template uses plain HTML, Tailwind CSS via CDN, and vanilla JavaScript, so you can edit the files with any text editor and upload them directly to a host.
v1 was built with Bootstrap, v2 used Bootstrap plus jQuery, and v3 replaced both with Tailwind CSS and vanilla JS. v3 also added the command search, dynamic copyright year, and a mostly dark, Discord-inspired design.
