A production-ready landing page template built with SvelteKit, Tailwind CSS v4, and MDsveX.
- Blazing Fast — SSG + Vite 8. 100 Lighthouse score out of the box
- Tailwind v4 — Design tokens in
@theme, zero config file - TypeScript — Fully typed, Svelte 5 runes syntax throughout
- MDsveX Ready — Add a blog in minutes
- SEO Optimised — OG tags, sitemap, JSON-LD structured data
- Deploy Ready — Cloudflare Workers configuration included
git clone https://github.com/loke-dev/sveltekit-landing-page-template
cd sveltekit-landing-page-template
pnpm install
pnpm devRequires Node.js 22.12+ and pnpm 11.17.0.
- Update the GitHub URL in
src/lib/config.ts - Update the site URL in
src/routes/+page.svelte - Edit section content in
src/lib/components/sections/ - Add your own
og-image.pngtostatic/(1200×630px recommended)
pnpm ci-check
pnpm test:e2e
pnpm deploy:dry
pnpm deployTypeScript 6 is intentional: it is the newest release currently supported by typescript-eslint.
MIT