Netlify Edge Functions with SvelteKit is now available, providing closer execution of endpoints to site visitors, improved performance, and flexibility for dynamic content. SvelteKit is a framework for building applications with Svelte components, known for its compilation to JavaScript and server-side rendering. Edge Functions connect Netlify with Deno, an open runtime standard at the network edge, enabling use cases such as middleware, localization, authentication, and A/B testing. To enable Edge Functions with SvelteKit, developers can make a small change to the adapter configuration or install the Netlify adapter and update their svelte.config.js file. Netlify provides benefits for developers running SvelteKit, including customizable build workflows, faster feedback loops, and easier integrations. Developers can start using SvelteKit on Netlify today with a free Starter plan.