Introduction
Vocale's JavaScript library is designed to streamline the integration of voice functionalities into web applications. Its main focus is to provide a simple interface for developers who want to implement voice interaction to their systems, regardless they want to set it up in the frontend or backend.
Highlighting its key points:
🧪 Pure JavaScript: The library is written in pure JavaScript, making it compatible and easy to use in any web environment without depending on additional frameworks.
🧪 Custom Components: Since it uses a JSON representation of the forms, it allows to handle your forms however you want! It allows the creation of custom components to handle voice interactions and form tracking, providing flexibility to adapt to different application requirements.
🧪 Typescript Support: The library is fully typed and we used common sense for the variables! This library is created by devs and for devs, and we know how fustrating is to having to go over the documentation every time you want to change something.
Next Steps
- Read the basic usage guide to learn more about integrating your app with Vocale.ai.
- Read the API Reference to understand Vocale.ai JS library interface.