This example showcases Next.js's Static Generation feature using Drupal as the data source.
Once you have configured the Next.js module for Drupal and have access to the environment variables you'll need, deploy the example using Vercel:
- AgilityCMS
- Builder.io
- ButterCMS
- Contentful
- Cosmic
- DatoCMS
- DotCMS
- Drupal
- Enterspeed
- Ghost
- GraphCMS
- Kontent
- Prepr
- Prismic
- Sanity
- Sitefinity
- Storyblok
- TakeShape
- Umbraco heartcore
- Webiny
- Blog Starter
- WordPress
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example cms-drupal cms-drupal-app
yarn create next-app --example cms-drupal cms-drupal-app
pnpm create next-app --example cms-drupal cms-drupal-app
See the Get Started guide here.
Alternatively, you can deploy using our template by clicking on the Deploy button below.