# Using Svelte with Astro ``` npm init astro -- --template framework-svelte ``` This example showcases Astro's built-in support for [Svelte](https://svelte.dev/). No configuration is needed to enable Svelte support—just start writing Svelte components in `src/components`.