Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
urFolio is a free, open-source Next.js portfolio template for developers with sections for projects, skills, and contact.
urFolio is a free and open-source portfolio template for developers, built on Next.js, that creates a personal website with sections for projects, skills, and contact information.
urFolio is a free, MIT-licensed portfolio template for developers, powered by Next.js and React. It takes your personal information, project descriptions, and skill lists as input and produces a responsive, developer-friendly personal website that can be deployed to a hosting service like Vercel. The template is maintained on GitHub in the alsiam/urFolio repository and currently has a public demo at urfolio.vercel.app. According to the README, the template was migrated to Next.js to improve performance and maintainability.
The setup process is described directly in the README. First, clone the repository with git. Second, navigate into the folder and run npm install to install dependencies. Third, execute npm run dev to start the development server, and open http://localhost:3000 to see the site. From there you edit the source files to replace placeholders with your content.
urFolio is completely free to use. It is released under the MIT License, so there are no license fees, subscriptions, or paid tiers. The project is open source, meaning you are free to copy, modify, and use it as you like.
Yes, urFolio is free and open source under the MIT License. You can use it for personal or commercial projects without paying anything, and you can modify the code to fit your needs.
Clone the repository, run npm install to install dependencies, then run npm run dev. Open http://localhost:3000 to view the portfolio in development mode. You need Node.js and npm installed on your system.
You can edit the content in src/pages/index.js for your personal information, projects, and skills. Colors and fonts are controlled in styles/globals.css, and images live in the public/img directory. The template is designed for easy customization.
No, the template currently includes sections for projects, skills, and contact information. It does not come with a blog, but you can extend the code to add one because it is an open-source Next.js project.
