Your one-stop event platform — streamline your event journey from creation to discovery.
- 📅 Create, manage, and publish events
- 🖼️ Upload and preview event banners (1:1 centered display)
- 🗓️ Intuitive date pickers for event scheduling
- 📍 Set event locations
- 📝 Rich text editor for in-depth event descriptions
- 💾 Draft and publish modes
- 🔔 Toast notifications using
sonner - 🔒 Auth and data integration (v1 ready)
- ⚛️ Next.js – Fullstack React framework
- 🧠 MongoDB – NoSQL document database
- 💨 TailwindCSS – Utility-first CSS
- 🖋️ Lucide Icons – Clean, modern icons
- 🍞 Sonner – Beautiful toast notifications
- ☁️ Vercel – Deployment & hosting
- 🗒️blocknote - For TextEditor
🎉 Version 1.0 is complete!
The core functionality is production-ready and deployed live.
- ⏳ SOL-based Event Join Mechanism (Solana blockchain integration)
- ⏳ Email RSVP and reminder system
- ⏳ Organizer dashboards and analytics
- ⏳ Ticketing and QR code check-in
👉 live
# 1. Clone the repository
git clone https://github.com/GOKULNATH-RS/Xora.git
cd Xora
# 2. Install dependencies
npm install
# 3. Run the dev server
npm run dev