Files
이동현 fe87d7ac75 docs: fix typos in example links (#97149)
Fixes typos in the `analytics.tsx` link syntax in the two Segment
example READMEs.

Co-authored-by: Marcos Hernanz <96699542+marcoshernanz@users.noreply.github.com>
2026-08-18 15:08:17 -07:00
..

With Segment Analytics

This example shows how to use Next.js along with Segment Analytics using segmentio/analytics-next. The main app layout includes a Client Component analytics.tsx which loads Segment and also exports the analytics object which can be imported and used to call the Track API on user actions (Refer to contact.tsx).

Deploy your own

Deploy with Vercel

How to use

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

npx create-next-app --example with-segment-analytics with-segment-analytics-app
yarn create next-app --example with-segment-analytics with-segment-analytics-app
pnpm create next-app --example with-segment-analytics with-segment-analytics-app

Deploy it to the cloud with Vercel (Documentation).