The event website for Poly Prompt, an OpenAI-sponsored hackathon at Cal Poly held February 20–22, 2026. It gave students a place to learn about the event and find application information.
A focused landing page bringing together the event identity, dates, organizers, and application status. The event has finished, and this repository preserves the website as a record of it.
- Next.js and React for the event page and its UI components.
- TypeScript for the application code and Tailwind CSS for layout and styling.
- Local visual assets and Netlify configuration keep the event's imagery and deployment setup with the source.
Completed event · February 20–22, 2026. This is the original event website, rather than an active call for applications.
npm install
npm run devOpen http://localhost:3000. Build with npm run build and serve with npm run start.