You are viewing Pre-Alpha documentation.
Vuetify0 Logo
Theme
Mode
Accessibility
Vuetify
Vuetify0 Logo

The AI-native headless framework
for Vue

Composable-first primitives. AI-integrated docs. Published benchmarks. Built by Vuetify.

Get Started
pnpm add @vuetify/v0
GitHub Stars
Monthly Downloads
100%
TypeScript
AI
Native

AI-FIRST DEVELOPMENT

Your AI assistant already knows v0

First-class MCP server. Machine-readable SKILL.md. Context-aware AI search. Multiple AI doc formats.

Vuetify MCP

One command connects Claude, Cursor, or Windsurf to every v0 API.

claude mcp add vuetify-mcp https://mcp.vuetifyjs.com/mcp
Learn more

SKILL.md

700+ line reference with decision trees and anti-patterns for AI coding tools.

npx skills add vuetifyjs/0
Learn more

Ask AI

Built into every docs page. Sends examples, API specs, and benchmarks as context.

AI-Ready Scaffold

Scaffold a Vue or Nuxt project with Vuetify MCP pre-configured in one command.

pnpm create vuetify0 --name=my-app --features=mcp
Learn more

COMPOSABLE ARCHITECTURE

Logic without components. Components without opinions.

Use createSelection as a composable, or Selection as a compound component. Same logic, your choice.

<script setup lang="ts">
  import { createSelection } from '@vuetify/v0'
  import { ref } from 'vue'

  const items = ref([
    { id: 1, label: 'Option A' },
    { id: 2, label: 'Option B' },
    { id: 3, label: 'Option C' },
  ])

  const selection = createSelection({
    items,
    multiple: true,
  })

  // Pure reactive state — no components needed
  selection.select(1)
  selection.selected(1) // true
</script>

Live Preview

Selected: none

PERFORMANCE PROVEN

We publish our benchmarks

Every composable is profiled across dataset sizes. Browse results in the interactive Benchmark Explorer.

0K+
ops/s peak
0
benchmark scenarios
0+
unit tests

DEVELOPER EXPERIENCE

Every tool you need, built in

We obsessed over every detail so you don't have to.

TRUSTED FOUNDATION

From the creators of Vuetify

40K+ stars. 2M+ weekly downloads. A decade of Vue expertise.

Built by the Vuetify team

v0 extracts Vuetify's battle-tested patterns into a headless layer. The same team that built and maintains Vue's most popular component framework.

John Leider

"Vuetify 5 will be built on v0. Every pattern we've refined over a decade is becoming the foundation for the next generation."

John Leider, Creator of Vuetify

GET STARTED

Build something real in 5 minutes

pnpm add @vuetify/v0

Connect your AI

Vuetify MCP
claude mcp add vuetify-mcp https://mcp.vuetifyjs.com/mcp
npx skills add vuetifyjs/0
© 2016-1970 Vuetify, LLC