2026
GDSC ESTIN Hackathon Registration
Registration platform for GDSC hackathon with form validation and database persistence.
Next.jsPrismaPostgreSQLTailwind

1 / 2
The challenge
Collect accurate participant data with validation rules and persistence, while keeping the UI simple for students signing up quickly.
My approach
Next.js forms post to server actions or API routes; Prisma writes to PostgreSQL with a clear schema; Tailwind keeps the UI unobtrusive and readable on mobile.
The result
A focused registration flow for a university hackathon: teams and individuals submit details that are validated, stored, and ready for organizer export. Built for reliability under event-day traffic spikes.
Highlights
Validated registration with persistent storage
PostgreSQL schema ready for reporting
Deployed on Vercel for zero-ops hosting
Tech stack
Next.jsPrismaPostgreSQLTailwind