Reference
1 min read

Frameworks on Vercel

Vercel supports a wide range of the most popular frontend frameworks, optimizing how your site builds and runs no matter what tool you use.
Table of Contents

Vercel is the creator of Next.js, but our platform also has first-class support for a wide range of the most popular frontend frameworks. You can build your web applications with anything from Astro to SvelteKit, and in many cases deploy them without having to do any upfront configuration

Deploying on Vercel with one of our supported frameworks gives you access to many of our features, such as:

The following table shows which features are supported by each framework on Vercel. The framework list is not exhaustive, but a representation of the most popular frameworks deployed on Vercel.

We're committed to having support for all Vercel features across frameworks, and continue to work with framework authors on adding support. This table is continually updated over time.

Supported
Not Supported
Not Applicable
Framework feature matrix
Feature
Next.js
SvelteKit
Nuxt
Astro
Remix
Vite
Gatsby
CRA

Support for static assets being served and cached directly from the edge

Lets you configure incoming requests, set headers, and cache responses

Execute code before a request is processed

Render pages dynamically on the server

Stream responses and render parts of the UI as they become ready

Create or update content on your site without redeploying

Optimize and cache images at the edge

A granular cache for storing responses from fetches

Generate dynamic open graph images using Vercel Functions

Customize runtime environments per route

Lets your whole application utilize different runtime environments

Analyzes build artifacts to identify and include only necessary files for the runtime

Ensure that only the latest deployment version serves your traffic by not serving older versions of code

Framework-native integrated middleware convention

Learn more about deploying your preferred framework on Vercel with the following resources:

Last updated on March 6, 2023