0.0.8 • Published 1 year ago

ctrl.so v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Embed voice intelligence into your React app

https://ctrl.so provides an embeddable React component that allows you to integrate voice commands into your React app.

Your users can speak to your app, and you will recieve the transcript and the values extracted from the transcript to take actions on behalf of the user.

Install

Install using npm install ctrl.so

Usage

In a React app, use the Button or Badge components:
import { Ctrl } from 'ctrl.so'

// Get your API KEY from https://ctrl.so/dashboard
<Ctrl
  apiKey={'xxx-xxx-xxx-xxx'}
  onResponse={(response) => {
    const { transcript, values, schema, error } = respose
  }}
/>
0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago