Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Getlinked Pre-hackathon landing page design built with Next.js, Tailwind CSS, and shadcn/ui.
The Hackathon Landing Page is a Next.js single-page template for promoting pre-hackathon events, built with the App Router, TypeScript, and Tailwind CSS, and styled with shadcn/ui components.
This template is a front-end website project bootstrapped with create-next-app, designed as the pre-hackathon landing page for Getlinked. It runs on Next.js, a React framework, and takes content like event schedules, registration links, and prize information to render a marketing page with scroll-triggered animations. The template is written in TypeScript and uses the Next.js App Router (app/page.tsx), with automatic font optimization for the Inter Google Font via next/font. It is open source and hosted on GitHub.
This Next.js template ships with a practical toolchain and several animation libraries out of the box. Here are the concrete components and integrations:
app/ directory with page.tsx as the entry point; hot-reloads on save for instant development feedback.next/font to automatically self-host and load the Inter custom Google Font, avoiding layout shift.This template is aimed at anyone organizing or promoting a hackathon or tech event who wants a polished online presence without hiring a frontend developer. Specific users include:
app/page.tsx.The template is a complete starting point for an event site; these are the main ways to use it:
npm install and npm run dev, then edit app/page.tsx to replace placeholder content with event details.Run npm run dev, yarn dev, pnpm dev, or bun dev in the project root, then open http://localhost:3000.
The main page is app/page.tsx; the page auto-updates as you edit.
Yes, the repository metadata lists Tailwind CSS as a topic, and styling is built with utility classes.
