Segfault is the frontend for a hackathon project originally based on the IICT Hack template.
It’s a React + Next.js web application that features a landing page and a team registration flow — ideal for hackathon event websites.
Live demo: https://segfault.compilertech.org
This project was developed to provide a clean, responsive interface for hackathon participants to:
- Explore event information
- Register teams and members
- Submit project ideas
The UI is built with modern web tools and components, focusing on usability and ease of navigation.
- 📌 Responsive landing page with event details
- 🧑🤝🧑 Multi–step team registration form
- 📅 Add event to calendar after registration
- 📍 FAQ section
- 🛠 Easy to customize for hackathons or tech events
- Next.js — React framework for SSR and routing
- React — Component-based UI
- Tailwind CSS — Utility-first styling
app/— Next.js pages & routingcomponents/— UI components used across the sitepublic/— Static assetslib/— Utility functions
- Node.js (v16+)
- npm or pnpm
git clone https://github.com/WasThatRudy/Segfault.git
cd Segfault
npm install