Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Next.js and Tailwind CSS landing page for Google Developer Student Clubs at Universitas Negeri Malang.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
GDSC Universitas Negeri Malang Homesite is an open-source landing-page website built with Next.js and Tailwind CSS for the Google Developer Student Clubs chapter at Universitas Negeri Malang, used to introduce the chapter to the public and share club information.
This website is a Next.js and Tailwind CSS project that serves as the official introduction page for GDSC Universitas Negeri Malang. It collects content from folders named post, quizzes, data, asset, and public, and renders it as a browsable site. The project runs on Node.js 18 and can be deployed on Vercel, which sponsors the repository. It was created as the final project for GDSC Universitas Negeri Malang activities.
To run the site locally, clone the repository, install dependencies with npm install, rename .env.example to .env, request the actual environment values from the website team, and then start the development server with npm run dev. The site reads its configuration and content from the designated folders and renders pages through Next.js.
The documentation and content stored in asset, public, post, quizzes, and data are released under CC-BY-SA 4.0. All remaining code in the repository is under the MIT license. Vercel sponsors the project by providing deployment infrastructure.