SvelteKit 1.0 Is Here—And Ready for Vercel
SvelteKit 1.0 reached its official release today, December 14th, 2022. The framework—often compared to Next.js for React—is built atop Svelte and aimed squarely at developers who value simplicity and speed when creating web apps.
Out of the box, SvelteKit brings server-side rendering, routing, and code-splitting. Its adapter system also makes deployment to various serverless platforms straightforward, and Vercel has a ready-to-use template for getting started immediately.
Deploying SvelteKit 1.0 on Vercel today is possible, and the company highlights the framework’s improvements over the past year. For anyone evaluating new builds, the template offers a quick path to production.
Note: This post is historical. Product names and runtime guidance may have changed. For new projects, use Vercel Functions with the Node.js runtime and Fluid compute. Use Routing Middleware for request-time routing before a response completes.



