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.

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.

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.

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.

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.

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.

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.

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.

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.
