Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Personal portfolio website built with Nuxt3 and TailwindCSS, featuring GSAP animations, HeadlessUI, and Netlify deployment.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
The Nuxt3 Portfolio Website is a publicly available personal portfolio template built on Nuxt 3 and Tailwind CSS that turns your project list, work history, and resume into a modern, deployable single-page site with GSAP scroll animations and a one-click Netlify deployment button.
The Nuxt3 Portfolio Website is a portfolio starter scaffolded with Nuxt 3, the Vue 3 meta-framework, and styled with Tailwind CSS. It takes your content—projects, experience, and links—and renders a polished one-page site; the README includes a one-click Netlify deploy button, a list of dependencies, and links to design resources. The repository is hosted on GitHub with 47 stars and asks users to remove the included Google Analytics script before reusing the project.
npm run dev.useTheme composable example, giving a pattern for adding light/dark mode.Clone the repository, then run npm install to fetch dependencies. Use npm run dev for a hot-reload local development server at localhost:3000, and npm run build to create a production bundle. The README also documents a Netlify deployment button so you can host the static output without extra configuration.
Clone the repository and run npm install to install dependencies. Then start the development server with npm run dev; it will be available at localhost:3000 with hot reload. To create a production build, use npm run build and preview with npm run start.
Yes, the repository is publicly available on GitHub with 47 stars. There is no mention of a paid license or pricing in the README, so you can freely use it as a starting point for your own portfolio.
Yes, the README includes a "Remarks" section that explicitly says: "Please remove my Google Analytic Script before using this project." So before deploying your own version, you need to delete that script to avoid sending data to the author's analytics.
The README only documents a Netlify deployment button, but the Nuxt 3 build output is a static site that can be hosted on any static host or CDN. Since it's a Nuxt 3 app, you can also use server routes if you need SSR, though the default build is static.
It uses Nuxt 3, TailwindCSS, Heroicons, HeadlessUI/vue, ESLint, GSAP (with ScrollTrigger), and SASS. This stack is visible in the README's "Technologies used" section and the repository topics.
