Skip to content

Fully-Informed/retell-fic-victor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retell Frontend Demo using our JS Web Client SDK (React/Node.js)

Context

This demo illustrates a quick setup for integrating a frontend with a backend using React and Node.js. It showcases using our JS Client SDK.

Setup Tutorial

Check out our doc for a step-by-step guide on setting up Web Call.

Run this Demo

Step 1: Step up example backend

  1. Go to example_backend folder

  2. npm install

  3. In index.js file, replace YOUR_API_KEY with your api key

  4. node index.js

Step 2: Step up frontend

  1. go to frontend_demo folder

  2. npm install

  3. In App.tsx, replace ENTER_YOUR_AGENT_ID with your agent ID

  4. npm run start

About

Fork of the Retell demo code, customized for the Victor agent at Fully Informed Conversations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 49.9%
  • CSS 31.5%
  • JavaScript 10.8%
  • HTML 7.8%