Was this page helpful?

Vercel Next.js toolkit

Overview

To ease the process of integrating certain critical Contentful features inside a Vercel-hosted Next.js project, Contentful provides a Vercel Next.js toolkit that your team can install and use inside your Next.js application.

The toolkit provides helpers and other utilties that do things like providing drop in route handlers for activating Draft Mode.

Getting started

Install the toolkit using npm:

npm install --production @contentful/vercel-nextjs-toolkit

Usage

See other topics in this guide to learn how to use the Vercel Next.js toolkit: