DEV Community

Adarsh Kant
Adarsh Kant

Posted on

Why We Built a Voice AI That Takes Real Actions on Websites (Not Just Chats)

Every website chatbot in 2026 does the same thing: answers questions from a knowledge base. Some are better than others, but they all share one fundamental limitation — they can't DO anything on your site.

The Problem

A visitor lands on your e-commerce site and asks "Show me red shoes under ₹2000." A traditional chatbot responds with a text list. The visitor still has to navigate, filter, and find the products themselves.

That's not an AI assistant. That's a glorified FAQ.

What If AI Could Actually Act?

We built AnveVoice to solve this. Instead of just chatting, our voice AI agent:

  • Navigates to the right page when a user asks
  • Fills forms based on voice commands
  • Clicks buttons and triggers actions on the DOM
  • Guides visitors step-by-step through complex flows
  • Speaks back in natural voice (multilingual — Hindi + English)

It's the difference between "Here's a link to our pricing page" and actually taking the visitor there.

The Tech Behind It

Without going too deep:

  • Real-time DOM manipulation via a lightweight JS widget
  • Speech-to-text + LLM reasoning + text-to-speech pipeline
  • Action mapping: natural language → DOM selectors → browser events
  • Works on any website with a single script tag embed

Why India First

We're an Indian startup building for Indian businesses first. Here's why:

  1. 500M+ new internet users coming online prefer voice over typing
  2. Hindi-English code-switching is natural — our AI handles it
  3. ₹999/mo pricing makes it accessible to SMBs (not $299/mo enterprise pricing)

Try It

Visit anvevoice.app — there's a free tier. Drop the script tag on your site and your visitors can start talking to your website in minutes.


I'm Adarsh, founder of AnveVoice. Building in public. Follow the journey on Twitter/X.

Top comments (0)