logo

logo

Vocale.ai is a platform designed to make adding voice input to websites seamless and effective. With just a single line of code, you can enable voice-enabled forms and completely transform how users interact with your site.

Typing is often slow and prone to errors, especially in complex or repetitive forms. But it’s not just about speed—imagine workers in the field, like those in gas or electricity companies, needing to check measuring devices. These professionals often rely on phones and have to remove their gloves to input data, creating delays and inconvenience. With Vocale.ai, they can simply talk to their phones, capturing data quickly and effortlessly without interrupting their workflow.

We built Vocale.ai with one goal: to make voice-enabled web interactions effortless for developers and delightful for users.

Why Use Vocale.ai?

  • Seamless Integration: Add Vocale.ai to your website with a single line of code or integrate it into your React app with minimal setup.
  • Enhanced User Experience: Provide hands-free, natural speech input, improving accessibility and convenience for all users.
  • AI-Powered Accuracy: Leverage advanced AI to ensure precise speech-to-text transcription.
  • Built for Real-World Use: Perfect for field workers or professionals who need to interact with devices on the go, even in gloves or challenging environments.
  • Flexible for Any Industry: From healthcare to logistics, Vocale.ai adapts to a wide range of use cases.
  • Developer-Friendly: Designed to be simple, reliable, and customizable for your specific needs.

Getting Started

Basic Installation

To begin, you'll need to create an account on Vocale and add your website:

  1. Create an Account: Sign up on the platform to access your dashboard.
  2. Add Your Website: Provide your site's name and URL in the dashboard to get the SITE ID for your project.
  3. Copy the script: Copy the script from the Setup Assistant page.
<script 
  async
  src="https://vocale.ai/service/assistant-script.js?siteId={YOUR_SITE_ID}"
></script>

Start using Vocale on your site!


Advanced Developer Integration

Vocale.ai also provides more advanced integration options for developers:

  • JavaScript Apps Integrate using our API for fine-grained control.
  • React Apps Use our context provider and hooks for seamless integration.