New Project

Next.js Chat Example with Telemetry

A chatbot using the Vercel AI SDK with Telemetry.

DeployView Demo

AI SDK, Next.js, and OpenAI Chat Example with Telemetry

This example shows how to use the AI SDK with Next.js and OpenAI to create a ChatGPT-like AI-powered streaming chat bot with OpenTelemetry support.

Deploy your own

Deploy the example using Vercel:

How to use

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

npx create-next-app --example https://github.com/vercel/ai/tree/main/examples/next-openai-telemetry next-openai-telemetry-app
yarn create next-app --example https://github.com/vercel/ai/tree/main/examples/next-openai-telemetry next-openai-telemetry-app
pnpm create next-app --example https://github.com/vercel/ai/tree/main/examples/next-openai-telemetry next-openai-telemetry-app

To run the example locally you need to:

  1. Sign up at OpenAI's Developer Platform.
  2. Go to OpenAI's dashboard and create an API KEY.
  3. Set the required OpenAI environment variable as the token value as shown the example env file but in a new file called .env.local
  4. pnpm install to install the required dependencies.
  5. pnpm dev to launch the development server.

Learn More

To learn more about OpenAI, Next.js, and the AI SDK take a look at the following resources:

  • AI SDK docs
  • AI SDK telemetry support
  • Vercel AI Playground
  • OpenAI Documentation - learn about OpenAI features and API.
  • Next.js Documentation - learn about Next.js features and API.
GitHub Repovercel/ai
Use Cases
AI
Stack
Next.js
Tailwind
Radix UI

Related Templates

Object Generation Streaming with useObject

An application that converts text inputs into structured objects and streams the expense as it’s being processed using the Vercel AI SDK.
Object Generation Streaming with useObject thumbnail

Chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
Chatbot thumbnail

Upstash Vector + Vercel AI SDK Starter

A RAG chatbot starter for expert answers on university degrees. Built using Vercel AI SDK, LangChain, Upstash Vector, and OpenAI.
Upstash Vector + Vercel AI SDK Starter thumbnail
DeployView Demo