Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
SvelteKit + Shadcn + TypeScript + Tailwind landing page template with 15 prebuilt sections.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Shadcn SvelteKit Landing Page is an open-source SvelteKit boilerplate that converts the shadcn-vue landing page template into a SvelteKit application, providing a complete marketing site with 15 prebuilt sections and built-in dark mode.
This template is a project conversion from leoMirandaa's shadcn-vue-landing-page, rebuilt with SvelteKit, TypeScript, Tailwind CSS, and the shadcn-svelte component library. It produces a fully responsive, multi-section landing page that anyone can clone, install, and customize. The repository is maintained by zxce3 and a live demo is available at shadcn-sveltekit-landing-page.zxce3.net.
build and preview commands work, and deployment requires installing a SvelteKit adapter for the target environment.Clone the repository, install dependencies, and run the development server to see the template locally. The README walks through five steps: git clone, cd into the project, npm install (or pnpm/yarn), npm run dev, then opening http://localhost:5173. For production, run npm run build and preview the result with npm run preview.
The repository is publicly available on GitHub; the source does not state a specific license, so check the repository for license details before commercial use.
Clone the repo with git clone https://github.com/zxce3/shadcn-sveltekit-landing-page.git, then run npm install (or pnpm/yarn), followed by npm run dev to start the development server on http://localhost:5173.
First build the production bundle with npm run build, then preview with npm run preview. To deploy, install a SvelteKit adapter for your target hosting environment as described in the SvelteKit docs.
Yes, dark mode is listed as a feature, and the template ships with a dark/light theme toggle included in the navigation.
Yes, the README links to a live demo at shadcn-sveltekit-landing-page.zxce3.net so you can see the sections and dark mode in action before installing.
