This example shows how to integrate Intercom into a Next.js app.
Deploy the example using Vercel or preview live with StackBlitz:
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