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
- Install dependencies:
npm install
- Create
.env.localfile with your Pipecat Cloud API key:
PIPECAT_CLOUD_API_KEY=your_pipecat_cloud_key
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser