From 418e9f79f7e687ed5751b5f451f53c3e1afc395a Mon Sep 17 00:00:00 2001 From: Julius Lipp <43986145+juliuslipp@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:31:04 +0100 Subject: [PATCH] Add sveltekit starter (#508) * Update templates.json * Format --------- Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> --- src/routes/templates/templates.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index c6e0355a1..1163e683f 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -685,5 +685,13 @@ "description": "Template for client side svelte store", "category": "Svelte", "tags": ["templates", "stores and state"] + }, + { + "title": "sveltekit-shadcn-ai", + "url": "https://github.com/juliuslipp/sveltekit-shadcn-ai", + "repository": "https://github.com/juliuslipp/sveltekit-shadcn-ai", + "description": " The SvelteKit-Shadcn-UI-AI starter template is an innovative project combining Svelte, AI, and a range of web technologies, powered by Bun as its efficient package manager. It's an evolving toolkit ideal for developers looking to explore AI integrations and the streamlined capabilities of Svelte.", + "category": "SvelteKit", + "tags": ["templates", "blog", "database", "mdsvex", "markdown", "typescript"] } ]