▲ fullstack2024
DevConf
Developer conference platform with schedule management, speaker profiles, and session booking.

The problem
Conference sites usually ship as a static schedule PDF and a signup form bolted on. Attendees can't tell what they're booked into, and organizers can't see capacity until the day of.
The approach
A scheduling platform where sessions, speakers, and bookings share one data model, so capacity and conflicts are computed rather than tracked by hand.
Notable details
- Multi-track schedule grid that detects time conflicts across an attendee's bookings
- Session capacity enforced at the database level, not just in the UI
- Speaker profiles linked to their sessions, generated as static pages for SEO
Tech Stack
Next.jsTypeScriptPrismaPostgreSQLClaude Code