Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An open-source portfolio template built with Next.js, Tailwind CSS, and GSAP.
Foliotemplate is an open-source portfolio template built with Next.js, Tailwind CSS, GSAP, and Framer Motion that produces a responsive, animated personal portfolio site. It is available on GitHub with a live demo at https://foliotemplate.vercel.app, where you can see the light and dark mode screenshots shown in the README before deciding to clone and customize it.
Foliotemplate is a ready-to-adapt portfolio template for developers and designers, built with the Next.js React framework for server-side rendering and static site generation, styled with Tailwind CSS, and animated with both GSAP and Framer Motion. It takes your content (projects, about text, images) and your styling choices as input, and outputs a deployable portfolio website that runs on any Node.js-compatible hosting platform. The project lives in the foliotemplate GitHub repository and credits Jasmine Maduafokwa's Awwwards-inspired portfolio as the original design source.
The README describes a straightforward setup flow: clone the repository from GitHub, run npm install to install dependencies, customize the content and styles, start the development server with npm run dev to preview changes at http://localhost:3000, and finally build and deploy the project to your preferred hosting platform.
Foliotemplate is free and open source. The only condition stated in the README is that you give proper credit to the original creator when you modify and distribute it.
Yes, the project is open source. The README says you are free to modify and distribute it as long as you give proper credit to the original creator.
It is built with Next.js, Tailwind CSS, GSAP, Framer Motion, and JavaScript. It also uses React under the hood since Next.js is a React framework.
After cloning and installing dependencies, you edit the content, colors, and styles directly. The README explains that you can modify the template to fit your needs; the utility-first Tailwind setup means most visual changes are made with CSS classes in the components.
The README says to build the project and deploy it to your preferred hosting platform. The live demo is hosted on Vercel, which works naturally with Next.js, but any Node.js-compatible host should work.
