> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/huntabyte/shadcn-svelte/llms.txt
> Use this file to discover all available pages before exploring further.

# Migration Guide

> Learn how to update your project to the latest version of shadcn-svelte.

The latest version of shadcn-svelte expects you to be using Svelte v5 and Tailwind v4.

## Overview

Migrating to the latest version of shadcn-svelte involves two main updates:

1. **Svelte v5** - The latest version of Svelte with new features and improvements
2. **Tailwind CSS v4** - Major update to Tailwind with new features and better performance

For detailed migration instructions, please refer to the official Svelte and Tailwind CSS documentation.

## Legacy Documentation

If you're looking for older documentation:

<CardGroup cols={2}>
  <Card title="Svelte 5 + Tailwind v3" href="https://tw3.shadcn-svelte.com" icon="link">
    Documentation for Svelte 5 with Tailwind CSS v3
  </Card>

  <Card title="Svelte 4 + Tailwind v3" href="https://svelte-4.shadcn-svelte.com" icon="link">
    Documentation for Svelte 4 with Tailwind CSS v3
  </Card>
</CardGroup>
