Discord Bot & Dashboard

A full-stack Discord integration featuring a bot, a management dashboard, and a custom backend.

JavaScriptReactNode.jsHTMLCSS

The Problem

Discord bots are often difficult to configure via text commands alone.

The Solution

Built a web-based dashboard using React that allows users to toggle bot features and view logs via a dedicated backend API.

Technical Challenges

  • Syncing Discord OAuth2 authentication with the dashboard
  • Real-time communication between the bot and the web server
  • Scaling the bot to handle multiple guild events