From b41c02efd2b937bccad8913b78f4a1f64494033b Mon Sep 17 00:00:00 2001 From: GL <45093712+GantonL@users.noreply.github.com> Date: Sun, 3 Aug 2025 22:38:06 +0300 Subject: [PATCH] Update sites.yml - added starter template repo Added a link to a generic-app-template repo. This is a small open-source project that helps me to kickstart new projects without the hustle of rewriting boring code every time. Such as i18n support and app structure, static content rendering with mdsvex, seo management, cookie management, legal pages (policies, a11y, etc.), base component like Shell, SEO, BasePage to abstract these things, theming and more. Adding new features and abstraction if they are generic enough. Hope this will help others to kickstart their projects faster. --- sites.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sites.yml b/sites.yml index 3690545..9c00cb8 100644 --- a/sites.yml +++ b/sites.yml @@ -949,3 +949,12 @@ date_created: 2024-11-12 date_added: 2025-02-20 repo_stars: 3328 + +- title: sveltekit-shadcn-generic-template + url: https://ssv5.templates.guylahav.com + repo: https://github.com/GantonL/templates/tree/main/sveltekit-shadcn-v5 + description: Simple, Powerful & Clean SvelteKit generic application starter template. + uses: [Typescript, Tailwind, shadcn-svelte, sveltekit-i18n, mdsvex, Cloudflare] + tags: [template, saas, blog, store, website, i18n, a11y] + date_created: 2025-07-13 + date_added: 2025-08-03