intercom-nextjs icon indicating copy to clipboard operation
intercom-nextjs copied to clipboard

A Next.js app that uses Intercom

Intercom example

This example shows how to integrate Intercom into a Next.js app.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-intercom with-intercom-app
# or
yarn create next-app --example with-intercom with-intercom-app