A modern, interactive forum platform based on Discord's forums pages built with Next.js and React.
- 📝 Create and manage forum posts
- 🏷️ Tag-based filtering system
- 🔍 Search functionality
- 💬 Real-time messaging system
- 👍 Like/Unlike posts
- 📌 Pin important posts (Admin only)
- 👤 User permissions system
- 🔄 Pagination support
Forums Overview | Post Details |
---|---|
![]() |
![]() |
Main forums listing with filters, search, and messaging | Create a new post with assigning tags and adding images |
Toggle admin mode to access additional features:
- Pin/Unpin posts
- Add custom tags
- Enhanced post management
- Full message moderation
- Clone the repository
- Install dependencies:
npm install
- Configure your environment variables
- Start the development server
npm run dev
Open localhost:3000/forums and you will be able to see the results.
This project is licensed under the MIT License - see the LICENSE file for details.