---
title: "Laravel Adds an Official Svelte + Inertia Starter Kit"
url: https://daily.dev/posts/laravel-adds-an-official-svelte-inertia-starter-kit-runkxqods
source_url: https://laravel-news.com/laravel-svelte-inertia-starter-kit
type: article
source: "Laravel News"
published: 2026-02-18T13:49:32.979Z
updated: 2026-02-18T13:49:51.082Z
tags: ["php", "laravel", "tailwind-css", "svelte"]
reading_time: 2
upvotes: 79
comments: 6
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Laravel Adds an Official Svelte + Inertia Starter Kit

**[Laravel News](https://daily.dev/sources/ln)** · 2 min read · 79 upvotes · 6 comments

## Summary

Laravel now offers an official Svelte starter kit, complementing existing React, Vue, and Livewire options. The kit combines Svelte 5 with TypeScript, Inertia 2, Tailwind CSS, shadcn-svelte, bits-ui, and Vite. Authentication is powered by Laravel Fortify and includes login, registration, password reset, email verification, and two-factor auth. The kit ships with sidebar and header layouts, multiple variants for each, and SSR support out of the box. New projects can be bootstrapped via `laravel new my-app` and selecting Svelte when prompted.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-svelte-inertia-starter-kit>

## Community discussion

Top comments from developers on daily.dev.

**@dmitriylezhnev** · 4 upvotes

> Oh that's a long awaited move, there was a non-official (old) build for that but official support is wonderful. I am doing everything with this stack (svelte+inertia+laravel) since a few years back.

**@erhanurgun** · 3 upvotes

> I tried it, and it worked great... It's wonderful to see this kind of development in the Laravel ecosystem! 🤩

**@romeltech** · 2 upvotes

> Welcome to the party Svelte Devs!

**@robertobutti** · 2 upvotes

> Beautiful ✨

**@grantkennedy** · 2 upvotes

> Just saw this in the docs last night. They must've just been updated cuz it wasn't there last week. Great addition. Love me some Svelte :)

## Similar posts on daily.dev

- [Laravel Nuxt UI Starter Kit](https://daily.dev/posts/laravel-nuxt-ui-starter-kit-lko37qxum) · Laravel News · 34 upvotes · 1 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#tailwind-css](https://daily.dev/tags/tailwind-css), [#svelte](https://daily.dev/tags/svelte)

[View this post on daily.dev](https://daily.dev/posts/laravel-adds-an-official-svelte-inertia-starter-kit-runkxqods)
