diff --git a/.changeset/brave-cheetahs-smile.md b/.changeset/brave-cheetahs-smile.md
new file mode 100644
index 0000000000..ad4775459d
--- /dev/null
+++ b/.changeset/brave-cheetahs-smile.md
@@ -0,0 +1,5 @@
+---
+"shadcn": minor
+---
+
+add support for TanStack Start
diff --git a/apps/www/config/docs.ts b/apps/www/config/docs.ts
index ba6854f578..d32331b442 100644
--- a/apps/www/config/docs.ts
+++ b/apps/www/config/docs.ts
@@ -138,6 +138,12 @@ export const docsConfig: DocsConfig = {
href: "/docs/installation/laravel",
items: [],
},
+ {
+ title: "Tanstack Start",
+ href: "/docs/installation/tanstack",
+ items: [],
+ label: "New",
+ },
{
title: "Gatsby",
href: "/docs/installation/gatsby",
diff --git a/apps/www/content/docs/installation/index.mdx b/apps/www/content/docs/installation/index.mdx
index c1adfdc032..9f367fb139 100644
--- a/apps/www/content/docs/installation/index.mdx
+++ b/apps/www/content/docs/installation/index.mdx
@@ -73,6 +73,16 @@ description: How to install dependencies and structure your app.
Laravel
+
+
+ TanStack Start
+