The platform that powered the Cursor Miami Hackathon: registration, teams, screening, judging and admin tools in one codebase. Clone it, brand it, ship your event.
From the first landing-page visit to the final leaderboard, every stage of a hackathon is already built.
Hero, sponsors, schedule, judging criteria and a partnership page. SEO-ready with sitemap, Open Graph and JSON-LD.
Email, Google and GitHub sign-in, optional 2FA for admins, and a guided registration flow with completion tracking.
Create and join teams with invite links and short codes, then screen them with MC questions, videos and an approval queue.
Submissions with demo links, a staff evaluation queue, team scoring, and a public leaderboard with final overrides.
Distribute partner credits to teams or individuals: bulk uploads, shared links, short codes and a full audit log.
Manage users, teams, screening, projects, partners, staff invites, deadlines and security from one dashboard.
Bring a Postgres database and a few environment variables. The Docker image even runs migrations on startup.
# local dev git clone https://github.com/Benmilshtein/cursor-miami-hackathon cd cursor-miami-hackathon && npm install cp .env.example .env # add DATABASE_URL + secrets npm run db:migrate && npm run dev # or the whole stack with Docker docker compose up -d
No exotic dependencies: if you've shipped a Next.js app, you can run this. Setup docs, env reference and deployment guides live in the README.
MIT licensed. Fork it, rebrand it, and give your community a real event platform.