A Next.js event management and invitation platform built with the App Router.
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4 + shadcn/ui
- Content: MDX (blog, templates)
- Analytics: Vercel Analytics
pnpm install
pnpm devOpen http://localhost:3000 in your browser.
| Command | Description |
|---|---|
pnpm dev |
Start development server |
pnpm build |
Build for production |
pnpm start |
Start production server |
pnpm lint |
Run ESLint |
/— Home/login//register— Authentication/dashboard— User dashboard (events, scan, reports)/events— Public events listing/create— Create event/invite/[code]— Invitation handler/templates— Template gallery/blog— Blog/admin/dashboard— Admin panel/privacy— Privacy policy
This project includes a Dockerfile and vercel.json for deployment on Vercel or any Docker-compatible platform.