nextjs/adapter-vercel

The Next.js adapter for Vercel

TypeScript

45

102 commits

updated Sep 25, 2026

See the code

README

Next.js Vercel Deployment Adapter

This repo contains the Vercel deployment adapter for Next.js. It does not need to be used directly as it will be auto configured when deploying on Vercel.

For debugging use cases you can install this package locally and configure it in your next.config. It is recommended to leave this automatically configured to receive automatic fixes.

npm i @next-community/adapter-vercel@latest
// next.config.ts
import { NextConfig } from 'next' 

const nextConfig: NextConfig = {
  experimental: {
    adapterPath: require.resolve('@next-community/adapter-vercel')
  }
}

export default nextConfig

Contributors

ijjk

33 commits

mischnic

14 commits

jeffsee55

3 commits

nextjs/adapter-vercel

The Next.js adapter for Vercel

TypeScript

45

102 commits

updated Sep 25, 2026

See the code

README

Next.js Vercel Deployment Adapter

This repo contains the Vercel deployment adapter for Next.js. It does not need to be used directly as it will be auto configured when deploying on Vercel.

For debugging use cases you can install this package locally and configure it in your next.config. It is recommended to leave this automatically configured to receive automatic fixes.

npm i @next-community/adapter-vercel@latest
// next.config.ts
import { NextConfig } from 'next' 

const nextConfig: NextConfig = {
  experimental: {
    adapterPath: require.resolve('@next-community/adapter-vercel')
  }
}

export default nextConfig

Contributors

ijjk

33 commits

mischnic

14 commits

jeffsee55

3 commits

Languages

TypeScript

96.3%

JavaScript

3.7%