Overview of SvelteKit and available packages
version-3SvelteKit is a framework for streamlined web development. It consists of the core @sveltejs/kit package and several official adapters used to deploy your application to different environments.
Official packages include:
@sveltejs/kit: The core framework.@sveltejs/adapter-auto: Automatically detects the deployment environment.@sveltejs/adapter-cloudflare: For Cloudflare deployments.@sveltejs/adapter-netlify: For Netlify deployments.@sveltejs/adapter-node: For Node.js environments.@sveltejs/adapter-static: For static site generation (SSG).@sveltejs/adapter-vercel: For Vercel deployments.@sveltejs/enhanced-img: For optimized image handling.@sveltejs/package: A utility for packaging libraries.
Community-maintained adapters are also available via the Svelte Society.