Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Personal portfolio website built with Nuxt 3 and UnoCSS.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Saugi.me is a personal portfolio website template built with Nuxt 3 and UnoCSS, designed to give developers a minimal starting point for creating their own portfolio. The repository, which has 38 GitHub stars, derives from the official Nuxt 3 minimal starter and adds a portfolio-oriented structure.
Saugi.me is a personal portfolio website that takes a developer's profile information and project listings as input and outputs a fully styled, deployable Nuxt 3 application. It runs on Nuxt 3, the Vue 3 meta-framework, and uses UnoCSS for utility-first styling. The source is available on GitHub under the repository name "Saugi.me," created by the developer behind the site.
The key features of Saugi.me come from its Nuxt 3 foundation and UnoCSS styling, combined with the minimal starter's workflow.
npm run dev to start a hot-reloading dev server at http://localhost:3000.npm run build to compile the application for production and npm run preview to serve it locally.Saugi.me suits developers looking for a minimal Nuxt 3 portfolio and those wanting to learn the framework by example.
Saugi.me can be used as a personal site, a learning resource, or a base for other Nuxt projects.
Saugi.me follows the standard Nuxt 3 workflow: install, develop, build, and deploy.
npm run dev to start the development server at http://localhost:3000 for local editing.npm run build to create a production build, then use npm run preview to check it locally.Yes, the source code is publicly available on GitHub, so anyone can view, fork, and modify it for personal or commercial projects without paying a fee.
It uses Nuxt 3, the Vue 3 meta-framework, for the application structure and UnoCSS for utility-first styling. The minimal starter includes essential files for a Nuxt project, such as the app entry and configuration.
Nuxt 3, the underlying framework, supports static site generation as well as server-side rendering, so the portfolio can be deployed to any static hosting service if configured accordingly. The minimal starter defaults to a standard Nuxt setup.
