Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
SaaS - Pre-configured and ready-to-use features to help you start your full-stack NuxtHub project faster.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Gavarnie is an open-source NuxtHub starter template for full-stack SaaS projects, preconfigured with authentication, profile management, and Cloudflare deployment.
Gavarnie is an MIT-licensed NuxtHub starter template that gives you a ready-to-extend foundation for full-stack SaaS applications. It takes a Nuxt project and adds preconfigured authentication, login and signup pages, a profile page, and deployment tooling, so you can skip the boilerplate and focus on your product logic. Built by barbapapazes (Estéban Soubiran), it is crafted with Nuxt UI Pro, NuxtHub, Nuxt Auth Utils, and Nuxt Security, and runs on Vue and Nuxt.
Gavarnie bundles seven production-ready features that cover interface, authentication, and deployment.
npx nuxthub deploy..env file modeled on the provided .env.example to configure secrets and project values.Three groups get immediate value from Gavarnie: SaaS founders, Nuxt developers, and agency teams. SaaS founders can scaffold a new product with prebuilt auth and account management, then add billing and domain logic. Nuxt developers can study a complete NuxtHub project structure as a learning reference. Agencies can duplicate the template to spin up client projects with a consistent authentication and deployment setup.
Gavarnie's preconfigured stack supports three concrete use cases.
Gavarnie works through a straightforward local setup followed by a Cloudflare deployment. Clone the repository, install the latest Node LTS and enable Corepack, then run pnpm install. Create a .env file from .env.example, adjust the values, and launch the dev server with pnpm run dev at http://localhost:3000. For production, deploy to Cloudflare using NuxtHub Admin or npx nuxthub deploy.
Yes, the template itself is open source under the MIT license. However, building the application for production requires a Nuxt UI Pro license, which is a paid license from the Nuxt team.
You need Node.js LTS, Corepack enabled, and pnpm. After cloning the repository, run pnpm install, create a .env file from .env.example, and use pnpm run dev to start the development server on http://localhost:3000.
Gavarnie is designed for Cloudflare. Use NuxtHub Admin or run npx nuxthub deploy from the CLI to publish the application.
Yes, it comes with Nuxt Auth Utils integration and pre-built login and signup pages, along with a profile page where users can change their email or delete their account.
