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

A free, responsive HTML5 site template by HTML5 UP with a portfolio-style grid and contact form, released under Creative Commons.

Free one-page HTML/CSS website template for artists, with a brown color scheme, from templatemo.com.

Free open-source portfolio template for web developers, deployable to GitHub Pages and open to Hacktoberfest pull requests.

Minimalist, resume-style Gatsby starter with dark mode, JSON-driven skills and projects, and mobile-responsive design.

Minimis is a free Bootstrap 4 HTML5 portfolio template with a minimal, responsive design, hover effects, tabbed content, and a contact form.
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.
