From cc33f44136cc065d47a204e8838257afce97bb1b Mon Sep 17 00:00:00 2001 From: GL <45093712+GantonL@users.noreply.github.com> Date: Sun, 3 Aug 2025 11:39:25 +0300 Subject: [PATCH] Add generic-app-template 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b53710..70c74f2 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ _Templates / boilerplate / starter kits / stack ensemble / Yeoman generator._ - [vite-svelte-docker-template](https://github.com/bavragor/vite-svelte-docker-template) - Template for Svelte + Docker + Vite + Vitest. - [svelte-docs-starter](https://github.com/code-gio/svelte-docs-starter) - A modern documentation template built with Svelte 5, MDSvex, and Tailwind CSS. - [template-svelte](https://github.com/phaserjs/template-svelte) - An official quickstart template with Phaser. +- [generic-app-template](https://github.com/GantonL/templates/tree/main/sveltekit-shadcn-v5) - A open-source modern full-stack web application template built with SvelteKit + shadcn-svelte. Supports i18n, theming, cookie managment, SEO management, static content with mdsvex, a shell component and more. ## Utilities