The Voxide Blog

Guides and deep dives on adding voice to a web app — voice control, function calling in the browser, accessibility, and what we learn building Voxide.

3 min read

Voice AI for Customer Support Websites

A support agent that resolves requests instead of deflecting them — answering from your own content, taking action, and handing off to a human when it should.

supportguidesuse-cases
Read
4 min read

Build a Voice Shopping Assistant for Your Store

Let customers search products, add to cart and move through checkout by speaking — built on the store functions your site already has.

e-commerceguides
Read
3 min read

Accessible Voice Navigation for Websites

Using voice as a real accessibility path: a wake word for visitors who cannot see or reach the launcher, and spoken navigation across your actual routes.

accessibilityguides
Read
3 min read

LLM Tool Calling for Web Apps

How tool calling works when the tools live in the browser: defining them as client-side functions, streaming them to the model, and feeding real results back.

engineeringllm
Read
3 min read

How to Make Your App Voice-Controlled

Make your app controlled with voice by describing what it can do as functions. The agent decides which to call, so there are no intents or dialog trees.

guidesvoice-control
Read
3 min read

Add a Voice Chat Widget to Your Website

How to put a voice chat widget on your site without building a chat UI: a drop-in component with mic, transcript and text tab that you theme to your brand.

guideswidget
Read
3 min read

How to Add Voice to a Next.js App

Adding a voice agent to a Next.js App Router project: where to mount the widget, how to wire voice navigation to the router, and keeping keys server-safe.

guidesnextjs
Read
4 min read

How to Add Voice Control to Your Website

A practical guide to adding voice control to a website: expose what your site can already do as functions, then let visitors trigger them by speaking.

guidesvoice-control
Read