Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free Next.js portfolio template for developers to showcase projects, skills, and experience.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
This personal portfolio website template is a Next.js-based starter that gives developers a ready-to-use, MIT-licensed site for showcasing projects, skills, experience, and contact information.
The template is an open-source repository that takes your personal data — projects, work history, and technical skills — and renders them into a modern, responsive portfolio site. It is built on Next.js and React, uses CSS Modules for scoped styling, and can be hosted on GitHub Pages, Vercel, Netlify, or any provider that supports Next.js. The project is authored by Ayush Panday and published on GitHub.
data folder, so you update copy in one place without touching component markup.data folder with your own projects and résumé highlights, then deploy the site to your personal domain to share with recruiters.The customization workflow is described in the readme: (1) edit the data files in the data folder to update projects, experiences, and skills; (2) adjust styles in the CSS Modules to change colors, fonts, and spacing; (3) replace images and logos in the images folder with your own assets; (4) deploy the finished Next.js site to Vercel, Netlify, GitHub Pages, or another host.
Yes. The project is open source and distributed under the MIT License, so you can use, modify, and deploy it for personal or commercial projects without paying a fee.
Yes. GitHub Pages is listed both in the Technologies Used section and in the deployment options mentioned in the customization steps, along with Vercel, Netlify, and other hosts.
No. For projects, experiences, and skills, you edit the data files in the data folder. Only if you want to change the layout or visual styling would you work with the CSS Modules and component files.
To run your portfolio website locally, the readme instructs you to clone the repository and add your details. Because this is a Next.js app, you will typically need Node.js and a package manager installed, though those prerequisites are not explicitly listed on the readme page.
Yes. The readme links to a live demo hosted on Netlify at ayushpanday-portfolio.netlify.app.
