A multi-tenant event management platform that enables organizations to create and manage events, handle ticket bookings, and verify attendees at entry.
## The Problem
Event organizers need a unified platform to manage their organization, create events, sell tickets, and verify attendees at the venue — all with proper role-based access control.
## The Solution
Cortex provides a complete event management workflow:
- Organizations with role-based team management
- Event creation with capacity management and pricing
- Wallet-based ticket booking system
- QR code generation per booking for venue entry
- Real-time ticket verification by volunteers at the door
---
## Features
Authentication
- Multi-provider OAuth — Google, LinkedIn
- Credentials-based auth with secure password hashing
- Session management via NextAuth.js
Organization Management
- Create organizations with unique slugs
- Invite team members and assign roles — Admin or Volunteer
- Admin dashboard with organization statistics
- Revenue tracking, tickets sold, attendance rate
Event Management
- Create events with venue, date, time, pricing, and capacity
- Trending events ranked by sold/capacity ratio
- Individual event pages with real-time availability
Ticket Booking
- Wallet system — add funds, track balance and transactions
- Book tickets with automatic wallet deduction
- Capacity enforcement — prevents overbooking
QR Verification
- Unique QR code generated per booking
- Volunteer scanner page using device camera
- Real-time ticket validation and entry marking
- Prevents duplicate entry — marks ticket as used
User Dashboard
- My Bookings with QR codes
- Booked events calendar view
- Transaction history
UI/UX
- Dark/light mode with system preference detection
- Responsive design
- Professional landing page
Built with