A modern Discord bot landing platform with authentication, server management, and comprehensive bot features.
- 🎵 Music Player - High-quality music streaming from multiple sources
- 🛡️ Moderation - Comprehensive moderation tools and auto-moderation
- 🎮 Fun & Games - 80+ commands including games, economy, and utilities
- 📊 Server Management - Welcome messages, auto-roles, custom commands
- 🔐 Discord OAuth2 - Secure authentication with Discord
- 📱 Responsive Design - Beautiful UI with animations and modern design
- Framework: Next.js 15 with App Router
- Authentication: NextAuth.js with Discord OAuth2
- Database: PostgreSQL (Neon)
- ORM: Prisma
- Styling: Tailwind CSS
- Animations: Framer Motion
- Deployment: Vercel
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables (see
.env.example
) - Run database migrations:
npx prisma db push
- Start development server:
npm run dev
- Website: [Your Vercel URL]
- Bot Invite: [Discord Bot Invite Link]
- Name: Cryonix
- Commands: 80+
- Servers: 2+
- Status: Verified ✓
Check .env.example
for required environment variables.
MIT License