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

A template for integrating Sveltekit with Effect

Open-source starter kit for building full-stack multi-tenant SaaS platforms with Next.js, Tailwind, and Prisma.

Free HTML5 multi-page education website template built on Bootstrap 4, with full-screen slider, load-on-scroll animations, and parallax effects.

Starter template for Next.js with TypeScript and Tailwind CSS, preconfigured with linting and formatting devtools.
Nuxt SaaS Template is an open-source SaaS starter built on Nuxt that ships with a landing page, pricing page, documentation, and blog, all powered by Nuxt UI and Nuxt Content.
Nuxt SaaS Template is a fully built application skeleton for launching a SaaS product, provided as a Nuxt starter template. You start from an empty Nuxt project using the ui/saas theme and get a complete multi-page website with marketing, pricing, docs, and blog sections. The template is maintained by the Nuxt UI team and uses Nuxt UI components for the interface and Nuxt Content to manage documentation and blog content as markdown files.
npm create nuxt@latest -- -t ui/saas in one terminal command.pnpm install, pnpm dev for a local server at http://localhost:3000, pnpm build for production, and pnpm preview to test the production build locally.Nuxt SaaS Template is made for developers who want to launch a SaaS product without spending time on boilerplate setup. It is also useful for Nuxt developers who want a reference implementation of a marketing site, documentation, and blog built with Nuxt UI. Teams that need a clean, maintainable content structure for docs and blog will find the Nuxt Content workflow straightforward.
Start a new project by running npm create nuxt@latest -- -t ui/saas, then install dependencies with pnpm install. Run pnpm dev to start the development server at http://localhost:3000, write content in markdown, and use pnpm build to create a production bundle. You can deploy the result to Vercel using the provided deploy button or any Nuxt-compatible hosting service.
The template is an open-source starter distributed as a Nuxt theme, and the source repository is publicly available with 555 stars. You can scaffold a new project from it at no cost using the included command.
The template includes a landing page, a pricing page, a documentation section, and a blog. All of these are prebuilt with Nuxt UI components and are ready to be customized with your own content.
Since the template uses Nuxt Content, you add new markdown files to the content directory. Nuxt Content automatically renders them into the documentation and blog sections without needing to modify page components.
The repository includes a Vercel deploy button for a one-click deployment. You can also deploy to any host that supports Nuxt applications, such as Netlify, Cloudflare Pages, or a Node.js server.
