Caution
The Moddy Dashboard is currently under active development. Expect frequent updates and changes.
Moddy Dashboard is the official web interface for the Moddy Discord bot.
It provides a modern, responsive, and intuitive environment to manage and configure Moddy without relying solely on Discord commands.
The dashboard is built with:
- React
- Vite
- TypeScript
- Tailwind CSS
- shadcn/ui (powered by Radix UI)
The project is structured to ensure scalability, maintainability, and a clean architecture suitable for long-term development.
Build for production:
cd app
npm install
npm run buildThe optimized files will be generated inside the dist/ directory.
repo/
├─ app/ # Frontend (Vite + React)
├─ docs/ # Technical documentation
└─ README.md
Important
This project is licensed under CC BY-NC-SA 4.0 International — non-commercial use with required attribution.