New Project

Nuxt 3 Kitchen Sink

A kitchen sink template to demonstrate how to use Nuxt 3 features on Vercel.

DeployView Demo

Nuxt 3 Kitchen Sink Template

This template is an open-source, customizable template built with Nuxt 3 and Tailwind CSS. It showcases how all Nuxt 3 features work with zero configuration on Vercel.

Look at the Nuxt 3 documentation to learn more.

Supported Features

  • Server-Side Rendering (SSR)
  • Server Routes
  • Teleports
  • Middleware
  • Edge Rendering
  • Nuxt Loading Indication
  • NuxtLink
  • NuxtContent
  • Data Fetching

Deploy Your Own

Development Server

Start the development server on http://localhost:3000

git clone https://github.com/vercel/nuxt3-kitchen-sink.git
cd nuxt3-kitchen-sink
pnpm i
pnpm dev
GitHub Repovercel/nuxt3-kitchen-sink
Use Cases
Starter
Stack
Nuxt
Tailwind

Related Templates

Nuxt.js 3 Boilerplate

A Nuxt.js 3 app, bootstrapped with create-nuxt-app.
Nuxt.js 3 Boilerplate thumbnail

Vue.js

Vue.js app that can be deployed to Vercel with zero configuration
Vue.js thumbnail

Vuepress

Vue-powered Static Site Generator
Vuepress thumbnail
DeployView Demo