Get up and running using React
npm install vocode
Or, start from our Replit template.
StreamingConversation
.
To get started, clone the Vocode repo or copy the client backend app directory.
.env.template
and add your API keys.
client_backend
directory:
useConversation
hook with your self-hosted backend as follows:
status
, start
, and stop
objects within your React components to control conversations with your self-hosted backend, e.g.