Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An open-source Nuxt 3 + Tailwind CSS template demonstrating all Nuxt 3 features with zero configuration on Vercel.

Astro landing page starter with gradient background, responsive hamburger/dropdown menu, and switchable floating/fullscreen headers.
Nuxt 3 Kitchen Sink is an open-source boilerplate built by Vercel that demonstrates every core Nuxt 3 feature working together, styled with Tailwind CSS, and deployed to Vercel with zero configuration.
Nuxt 3 Kitchen Sink is a starter template that bundles the Nuxt 3 framework with Tailwind CSS to showcase how each Nuxt 3 feature operates when hosted on Vercel. The project lives in the Vercel GitHub organization and is open-source, meaning you can clone it, modify it, and redeploy it freely. It takes a standard Nuxt 3 application and adds working examples of server-side rendering, server routes, teleports, middleware, edge rendering, the Nuxt loading indicator, NuxtLink, NuxtContent, and data fetching. The template is pre-configured for a one-click deployment through Vercel, which automatically handles build and runtime settings.
NuxtLink for client-side navigation and integrates NuxtContent for managing markdown-based content.useFetch and useAsyncData to load data during SSR and hydration.vercel.json or build settings.pnpm i and pnpm dev, and inspect how each feature interacts at localhost:3000.After cloning the repository, install dependencies with pnpm i and start the development server with pnpm dev. For production, click the "Deploy with Vercel" button in the README to create a new project with the template's repository URL; Vercel will build and host the app automatically. No environment variables or extra configuration steps are required.
The template is open-source, so it is free to use and modify. There are no paid tiers or licenses mentioned on the page; your only costs would come from hosting it on Vercel if you exceed the free tier.
Yes, the template is open-source and published under the Vercel organization on GitHub. You can clone it, use it in commercial projects, and modify it without paying anything. There are no premium features or licensing restrictions stated in the repository.
The README lists nine key features: server-side rendering, server routes, teleports, middleware, edge rendering, Nuxt loading indication, NuxtLink, NuxtContent, and data fetching. This covers the main capabilities developers need when starting a Nuxt 3 project.
Run git clone https://github.com/vercel/nuxt3-kitchen-sink.git, then cd nuxt3-kitchen-sink, install dependencies with pnpm i, and start the dev server with pnpm dev. The application will be available at http://localhost:3000.
No. The template is designed for zero configuration on Vercel. Using the provided Deploy button, Vercel will automatically detect Nuxt 3 and configure the build step. The repository metadata shows it is intended to work with Vercel's platform as-is.
