An open API service indexing awesome lists of open source software.

https://github.com/ryomendev/retellai

A repository showcasing the integration of Retell using the JS Web Client SDK with React and Node.js. It demonstrates how to implement voice interaction features, including speech-to-text and text-to-speech, enhancing web applications with natural language capabilities.
https://github.com/ryomendev/retellai

expressjs nodejs reactjs retellai vite

Last synced: 3 months ago
JSON representation

A repository showcasing the integration of Retell using the JS Web Client SDK with React and Node.js. It demonstrates how to implement voice interaction features, including speech-to-text and text-to-speech, enhancing web applications with natural language capabilities.

Awesome Lists containing this project

README

          

# Retell Frontend Demo using 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](https://github.com/adam-team/retell-client-js-sdk)**.

## Setup Tutorial

Check out [doc](https://docs.retellai.com/make-calls/web-call) for a
step-by-step guide on setting up Web Call.

## Run this Demo

Step 1: Step up backend

1. Go to server
2. `npm install`
3. set env file (.env.sample)
4. `npm run dev`

Step 2: Step up Frontend

1. go to client folder
2. `npm install`
3. set env file (.env.sample)
4. `npm run dev`