add tanstack start

This commit is contained in:
Aman Varshney
2025-04-06 18:07:40 +05:30
parent 702eb2ecb5
commit d943bf0d80
44 changed files with 1559 additions and 70 deletions

View File

@@ -16,6 +16,14 @@ export const TECH_OPTIONS = {
color: "from-cyan-400 to-cyan-600",
default: false,
},
{
id: "tanstack-start",
name: "TanStack Start",
description: "Quick starter template from TanStack",
icon: "🚀",
color: "from-purple-400 to-purple-600",
default: false,
},
{
id: "native",
name: "React Native",