Files
pipecat/examples/pcc-transport/client-react
2025-04-01 18:25:09 +00:00
..
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00
2025-04-01 18:25:09 +00:00

Simple Chatbot Client

A Next.js application using TypeScript and the Pipecat React SDK to connect to a Pipecat AI agent.

Features

  • Next.js App Router architecture
  • TypeScript for type safety
  • RTVI client integration for real-time voice and video
  • Daily.co WebRTC transport
  • Custom API endpoint for Daily room creation

Getting Started

  1. Install dependencies:
npm install
  1. Create .env.local file with your Pipecat Cloud API key:
PIPECAT_CLOUD_API_KEY=your_pipecat_cloud_key
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 in your browser