A complete modding website platform built for community-driven mod management.
Azurite is a full-stack modding platform that allows users to:
- Discover mods for their favorite games
- Share their own mods with the community
- Manage mod versions, dependencies, and files
- Interact with other modders through comments and ratings
- Document games with community-maintained wikis
- Moderate content with role-based permissions
- User Authentication: Email/password and OAuth (GitHub, Discord, Google)
- Game Management: Complete game catalog with request system
- Mod System: Upload, version, dependency management with malware scanning
- Community Features: Comments, likes, ratings, and user profiles
- Documentation: Markdown-based game wikis with collaborative editing
- Search & Discovery: Advanced filtering, sorting, and search capabilities
- Role-Based Access Control: Users, Moderators, Wiki Maintainers, Admins
- Notification System: In-app and email notifications
- File Management: Custom CDN with WebP image conversion
- Moderation Tools: Content approval, user/IP banning, soft deletion
- Analytics: Download tracking, user statistics, activity monitoring
- API-First: Complete REST API for third-party integrations
- Language: Go 1.21+
- Framework: Gin (HTTP router)
- Database: SQLite3
- Authentication: JWT with OAuth integration
- File Storage: Local filesystem with custom CDN
- Email: SMTP integration for notifications
- Framework: SvelteKit
- Styling: Tailwind CSS
- Package Manager: pnpm
- Go 1.21 or higher
- Git
- Enter the backend directory
cd backend- Setup environment
make setup-dev-
Configure environment variables Edit the
.envfile with your settings. -
Start the development server
make devThe API will be available at http://localhost:8080
- Node.js 18 or higher
- pnpm
- Enter the frontend directory
cd frontend- Setup environment
pnpm install- Start the development server
pnpm devThe frontend will be available at http://localhost:5173
Please refer to the CONTRIBUTING.md file for details on how to contribute to this project.
This project is licensed under the GNU General Public License - see the LICENSE file for details.
- Documentation: Check the README files in each directory
- Issues: Report bugs and request features via GitHub Issues
- Discussions: Join our community discussions
- Email: Contact the maintainers directly