Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A sleek portfolio built with React and Tailwind CSS to showcase your skills, projects, and experience in a modern design.
Portfolio Website is a free, open-source React portfolio template built with Vite and Tailwind CSS that lets developers showcase their skills, projects, and experience in a modern animated design. The template comes with six pre-built sections — Home, Skills, Experience, Education, Projects, and Contact — along with a toolbar of reusable UI components such as badges, buttons, cards, flip-words, icon-cloud, meteors, and tooltips. It was created by Nazmul Hossain and is licensed under the MIT License, so you can fork, modify, and deploy it freely.
Portfolio Website is a personal portfolio template designed for software developers and creatives who want a polished online presence. It takes your content — biography, skill lists, work history, education, project links, and contact details — and renders it as a responsive single-page application. The template runs on React with Vite as the build tool, uses Tailwind CSS for styling, and includes a vercel.json file for one-click deployment on Vercel. A live demo is available at codervai.vercel.app.
The template is a standard Vite-powered React app. After cloning the repository, run npm install to fetch dependencies, then npm run dev to start the development server at http://localhost:5173/. Each section lives as a component inside src/pages, and content is edited directly in the JSX files. To ship the site, deploy the repository to Vercel using the included vercel.json.
Portfolio Website is free to use. It is released under the MIT License, which permits commercial use, modification, distribution, and private use without paying a fee.
Yes. The project is licensed under the MIT License, meaning you can freely use, copy, modify, merge, publish, and distribute it. There are no hidden costs or premium tiers.
Clone the repository, then run npm install to install dependencies and npm run dev to launch the development server. Open http://localhost:5173/ in your browser to preview the site.
The template is built with React and Vite, styled with Tailwind CSS, and animated with Framer Motion. Icons come from React Icons, and the development server runs through Vite.
It includes Home, Skills, Experience, Education, Projects, and Contact sections. Each is a separate component under src/pages, so you can add, remove, or reorder them as needed.
Yes. The repository contains a vercel.json configuration file, and a live demo is hosted on Vercel at https://codervai.vercel.app/. You can deploy directly by importing the repository into Vercel.
