Glossary

adapter

Deploy
also: SvelteKit adapter · adapter-static · adapter-vercel · adapter-netlify · adapter-auto

A small plugin that tells SvelteKit how to package your app for a particular host or deployment target. Different hosts need different adapters — deploying to Vercel uses adapter-vercel, while a fully static site uses adapter-static.