Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean, beautiful, responsive and 100% customizable portfolio template for Developers!

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Master-Portfolio is a free, open-source React portfolio template for developers that turns a single configuration file into a responsive personal website with projects, certificates, and a Dev.to blog feed.
Master-Portfolio is a fully customizable portfolio template built on the React JavaScript framework, created by vimal-verma and distributed under the MIT License. It takes a single configuration file, src/Name.js, as input and renders a complete one-page developer portfolio with sections for greeting, skills, projects, certificates, and a blog. The site runs in any static hosting environment and includes one-click deployment setups for Netlify, Vercel, and GitHub Pages.
src/Name.js, so editing one file updates the whole site.show_Blog is set to true, the template fetches and lists articles from a given Dev.to username, and the blog nav item becomes a skills section when disabled.npm run deploy command builds and pushes the site to a gh-pages branch.src/Name.js and deploy.Clone or fork the repository, or use the "Use this template" button, then run npm install to install dependencies. Edit src/Name.js with personal information, run npm start to preview locally, and deploy with npm run deploy for GitHub Pages or one-click buttons for Netlify and Vercel. The template builds a static Create React App site that is ready to host on any static server.
Yes. The project is published under the MIT License, so it is free to use, modify, and distribute, including for commercial personal portfolios.
No. You only need to edit the data in src/Name.js — the template handles rendering. Knowing React helps if you want to change the layout or add new sections.
Set show_Blog to true in src/Name.js and add your Dev.to username in the BlogData config. The portfolio will then fetch and list your articles.
Yes. The README provides one-click deploy buttons for both Netlify and Vercel, plus a gh-pages deploy command via npm run deploy.
