Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free and open-source Next.js portfolio template for developers, featuring sections for projects, skills, and contact.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
urFolio v2 is a free, open-source personal portfolio template built with Next.js that lets developers create a responsive personal website with sections for projects, skills, and contact information.
urFolio v2 is an open-source portfolio template created by GitHub user alsiam, built on Next.js with TypeScript. It takes placeholder content in src/pages/index.js and produces a responsive personal website that can be deployed to any Next.js host. The project is free to copy, fork, and use under the MIT License, and its repository on GitHub has earned 82 stars.
styles/globals.css, so you can rebrand the site by editing one file.public/img, allowing you to swap in your own screenshots and profile photos.npm install, then npm run dev to start a local server at localhost:3000.public/img to highlight your best work.The template is installed via Git clone and npm. Edit src/pages/index.js with your personal information, adjust styles in styles/globals.css, and run npm run dev for local development. When ready, build and deploy the Next.js project to any hosting provider.
Yes, urFolio v2 is free and open source. It is licensed under the MIT License, which means you can use, copy, modify, and distribute it for personal or commercial projects, provided you include the original license.
urFolio v2 is built with Next.js 14 and TypeScript, using the App Router. The repo metadata also confirms it is a React-based portfolio with Next.js-specific tooling.
Colors and fonts are defined in styles/globals.css. Edit that file to change the site-wide styling. For images, replace the placeholder files in public/img with your own assets.
Yes, the live demo is hosted on Vercel at urfolio.vercel.app, demonstrating that the template works well on that platform. You can deploy your own copy by connecting your forked repository to Vercel.
