Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean looking FREE portfolio template for devs. Built with NextJS & TailwindCSS
Devfolio is an open-source developer portfolio template built with Next.js and Tailwind CSS that generates a personal portfolio website from a single JSON data file. It was created by ariflogs and is published under the MIT License, making it free to use, modify, and deploy for personal or commercial projects.
Devfolio is a free, open-source portfolio starter for developers. It takes a JSON file containing your personal information, skills, work experience, and projects, and renders it into a clean, responsive website using Next.js and Tailwind CSS. The template uses shadcn-ui components and is designed to be deployed to platforms like Vercel or Netlify.
public/data.json, so you update your site by editing that file rather than touching React components.tailwind.config.js and styles/globals.css.pnpm install and pnpm run dev.git clone, installing dependencies, and starting the dev server at http://localhost:3000.The template runs as a standard Next.js app. After cloning and installing dependencies with pnpm, you start the development server with pnpm run dev, then edit public/data.json to populate your information. When you're ready, you can deploy the project to any Node.js-compatible hosting service.
Yes, Devfolio is free and open-source under the MIT License. There are no costs for using the template, and you can use it for commercial projects.
You need Node.js, a package manager (npm, yarn, or pnpm — pnpm is used in the instructions), and Git to clone the repository.
Edit the public/data.json file to update your name, skills, experience, projects, and other sections. Styling can be adjusted in tailwind.config.js and styles/globals.css.
Yes, the template is a standard Next.js application and can be deployed to Vercel, Netlify, or any platform that supports Node.js applications.
The content does not mention a blog or contact form; it focuses on portfolio sections like skills, experience, and projects.
