The Ultimate Agentic Ecosystem for High-Performance Hackathon Teams and Organizers
Overview | Innovations | Technical Stack | Core Functionalities | Setup
DevHack v2 is a revolutionary collaborative workspace and event management platform engineered for the modern hackathon era. It transforms the chaotic high-pressure environment of a hackathon into a streamlined, high-density innovation hub for both hackers and organizers. By integrating real-time intelligence with robust project and event management, DevHack v2 enables teams to transition from raw ideation to production-ready submissions with unparalleled speed while organizers monitor and direct the entire hackathon lifecycle perfectly.
- Next-Gen Architecture: Migrated to Next.js 16 and React 19 for cutting-edge performance and developer experience.
- Event Orchestration: Fully integrated Organizer and Judge portals for granular event control, team scoring, and real-time timeline management.
- Aggressive Real-Time Data: Live leaderboard synchronization, rapid polling, and active cache-busting to ensure global state matches the second points are awarded.
- Agentic Intelligence: Integrated Antigravity AI capabilities for autonomous debugging, documentation generation, and problem analysis.
| Category | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Edge Logic | Next.js Proxy (v16) |
| Language | TypeScript |
| Library | React 19 (Stable) |
| Styling | Tailwind CSS 4 |
| Database | PostgreSQL |
| ORM | Prisma |
A real-time public scoreboard tracking team performances globally. Features a synchronized rapid clock module seamlessly recalculating dynamic task completions, project submissions, and manual rewards awarded live by organizers.
An absolute command center for organizers. Monitor live team registration feeds, oversee global timeline schedules, manage custom problem statements, assign specific jury pools, and run an exclusive "Ceremony Mode" embargo masking live results until stage reveal.
Hackers natively "Push Update" their research notes and development commits directly to the Organizer dashboard. Without leaving the commit log, organizers can immediately read logs, review progress, and organically reward explicit point values back into the live leaderboard.
High-density sprint management with secure invite-only codes. Includes native task tracking, dynamic markdown team notes, centralized resource libraries, and integrated final project submission portals.
A dedicated, isolated scoring environment for event Judges to log into and assess team project submissions across metrics such as Innovation, Implementation, Design, and Impact, instantly feeding averages back to the global scoreboard.
Exhaustive documentation and boilerplate hub for over 75+ technology stacks, helping teams ship faster without leaving the environment to search the web recursively.
- Node.js 20.x or higher
- PostgreSQL Database URL
- Clone the Repository
git clone https://github.com/ckr-redlinedatavault/DevHack.git
cd DevHack- Install Dependencies
npm install- Configure Environment
Create a
.envfile with the following keys:
DATABASE_URL="postgresql://..."
NEXTAUTH_SECRET="..."
NEXTAUTH_URL="http://localhost:3000"
RESEND_API_KEY="..."- Initialize System
npx prisma db push
npx prisma generate- Start Innovation
npm run devBuilt with passion by the DevHack Team
