Skip to content

Commit 810be4e

Browse files
committed
Add vite+nitro template
1 parent 1071538 commit 810be4e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/shared/templates.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ export const localTemplatesData: Template[] = [
4242
githubUrl: "https://github.com/dyad-sh/nextjs-template",
4343
isOfficial: true,
4444
},
45+
{
46+
id: "react-vite-nitro",
47+
title: "Fullstack Vite+Nitro Template",
48+
description:
49+
"Full-stack React + Vite + Nitro backend with Shadcn, Tailwind, TypeScript.",
50+
imageUrl:
51+
"https://github.com/user-attachments/assets/5b700eab-b28c-498e-96de-8649b14c16d9",
52+
githubUrl: "https://github.com/dyad-sh/react-vite-nitro",
53+
isOfficial: true,
54+
isExperimental: true,
55+
},
4556
{
4657
id: PORTAL_MINI_STORE_ID,
4758
title: "Portal: Mini Store Template",

0 commit comments

Comments
 (0)