Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A fully built Nuxt SaaS template with landing, pricing, docs, and blog powered by Nuxt UI and Nuxt Content.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Nuxt SaaS Template is a boilerplate for launching a SaaS website, combining a landing page, pricing page, documentation, and blog in one Nuxt application built with Nuxt UI and Nuxt Content.
Nuxt SaaS Template is a fully built starter project created by the Nuxt UI team and hosted at github.com/nuxt-ui-templates/saas. It takes a fresh Nuxt application and pre-populates it with the four marketing pages a SaaS product needs: landing, pricing, documentation, and blog. The template runs on the Nuxt ecosystem (Vue under the hood) and uses Nuxt UI for the component layer and Nuxt Content for Markdown-driven pages. A live demo is available at saas-template.nuxt.dev, and the template has 555 stars on GitHub.
npm create nuxt@latest -- -t ui/saas, a one-line command that downloads the template and sets up the project structure.pnpm install, pnpm dev (development server on http://localhost:3000), pnpm build, and pnpm preview.After scaffolding, you install dependencies with pnpm and start the development server on localhost:3000. The template's structure is built around Nuxt Content: pages such as docs and blog pull Markdown files from the content directory, while Nuxt UI provides the Vue components for layout, navigation, and page sections. Production builds run with pnpm build and can be previewed locally with pnpm preview.
The template is open source and hosted in the nuxt-ui-templates GitHub organization. The README does not mention a paid license, and the live demo is publicly accessible.
Run npm create nuxt@latest -- -t ui/saas in your terminal to scaffold the project. After that, install dependencies with pnpm install and start development with pnpm dev, which serves the site at http://localhost:3000.
Yes. The blog and documentation pages are part of the template out of the box. They are powered by Nuxt Content, so you manage content through Markdown files rather than connecting a separate CMS.
The template supports standard Nuxt deployment methods. The README links to the Nuxt deployment documentation at nuxt.com/docs/getting-started/deployment. The one-click Deploy with Vercel button is an easy integration, but the generated Nuxt app can be deployed to Node.js servers, static hosts, or serverless platforms.
The README's Setup section uses pnpm for installing dependencies, running the dev server, and building for production. The commands shown are pnpm install, pnpm dev, pnpm build, and pnpm preview.
