Files
pipecat/examples/simple-chatbot/client/javascript
mattie ruth backman fc09854d7f fix cam light always on
2025-07-07 15:56:08 -07:00
..
2025-07-07 15:56:08 -07:00
2025-07-07 15:56:08 -07:00

JavaScript Implementation

Basic implementation using the Pipecat JavaScript SDK.

Setup

  1. Run the bot server. See the server README.

  2. Navigate to the client/javascript directory:

cd client/javascript
  1. Install dependencies:
npm install
  1. Run the client app:
npm run dev
  1. Visit http://localhost:5173 in your browser.