Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Opinionated Vuetify and Nuxt admin starter template with SSR, Pinia, auth, and zero-config Netlify deployment.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Vitify Nuxt is an opinionated admin starter template that combines the Vuetify component library with the Nuxt framework to give you a production-ready dashboard base with SSR, authentication, and zero-config Netlify deployment.
Vitify Nuxt is an open-source (MIT) admin starter template created by KingYue737, built on Nuxt 4 and Vuetify 4. It takes a fresh Nuxt project and produces a working admin dashboard with a drawer layout, route-driven navigation, Pinia stores, theme customization, and built-in authentication using nuxt-auth-utils. The template is written in 100% TypeScript and uses pnpm as its package manager.
Vitify Nuxt is aimed at Vue developers who want to bootstrap an admin dashboard without wiring up Vuetify, Pinia, auth, and deployment manually. It also suits teams that need a TypeScript-first, test-covered starting point for internal tools or SaaS back-office apps.
npx degit kingyue737/vitify-nuxt my-app, then run pnpm i and start developing.You create a GitHub OAuth application with a callback URL of http://localhost:3000/api/auth/github, add the client ID and secret plus a session secret to a .env file, and run pnpm run dev. The template handles the rest, and the auth module generates a session secret automatically in development if none is set.
Vitify Nuxt is free and open source under the MIT License.
Yes. The template is released under the MIT License, so you can use it for commercial and personal projects without a license fee.
The badges show Nuxt 4 and Vuetify 4. The template integrates the official Vuetify Nuxt module for SSR, and it uses Nuxt 4's file-based routing and module system.
Create a GitHub OAuth application with the homepage URL http://localhost:3000 and callback URL http://localhost:3000/api/auth/github. Then put NUXT_OAUTH_GITHUB_CLIENT_ID and NUXT_OAUTH_GITHUB_CLIENT_SECRET in your .env, plus a NUXT_SESSION_SECRET of at least 32 characters.
Yes. The template is described as zero-config on Netlify, meaning you can connect your repository and the build will use the Nuxt Netlify preset automatically.
It ships with unit, component, and E2E testing configured via @nuxt/test-utils, so you can run the provided test suite and add your own tests.
