OPEN EVEN is a high-performance, developer-first event management and ticketing platform. Built with modern web technologies, it provides everything you need to host community meetups, tech conferences, or large-scale festivals with ease.
From beautiful landing pages to real-time QR check-ins, OPEN EVEN is designed to be fast, secure, and infinitely customizable.
- Modern Landing Pages: Blazing fast, SEO-optimized pages built with Astro.
- Intuitive Ticketing: Multi-tier ticket categories with customizable limits.
- Digital Wallet: Users can manage, download, and view their passes in a sleek dashboard.
- Automated Emails: Beautiful, branded ticket emails with PDF attachments and calendar invites.
- Centralized Command: Monitor registrations, revenue, and attendance in real-time.
- Sales Insights: Detailed transaction logs and payment verification (Razorpay integrated).
- Attendee Moderation: Full control over user data, role assignments, and ticket issuance.
- Content Management: Manage speakers, sessions, and event schedules dynamically.
- SwiftCheck-in: Integrated QR scanner for instant attendee verification.
- Live Attendance Stats: Monitor crowd flow and volunteer performance on the fly.
- Core: Astro + React
- Styling: Tailwind CSS + Framer Motion
- Backend: Firebase (Auth, Firestore, Hosting)
- Payments: Razorpay
- Email: Brevo (Transactional SMTP)
- Ticket Gen: jsPDF
git clone https://github.com/yourusername/OPEN-EVEN.git
cd OPEN-EVENnpm installRename .env.example to .env and fill in your credentials:
# Firebase
PUBLIC_FIREBASE_API_KEY=
PUBLIC_FIREBASE_AUTH_DOMAIN=
PUBLIC_FIREBASE_PROJECT_ID=
PUBLIC_FIREBASE_STORAGE_BUCKET=
PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
PUBLIC_FIREBASE_APP_ID=
# Brevo (Mailing)
BREVO_API_KEY=
# Razorpay
PUBLIC_RAZORPAY_KEY_ID=
RAZORPAY_KEY_SECRET=npm run devWe love open source! Feel free to fork, open issues, and submit PRs to make OPEN EVEN even better.
This project is licensed under the MIT License - see the LICENSE file for details.
