DEV Community

Cover image for 🎙️ “I Spoke to My Browser… And It Spoke Back with the Truth!”
Rajguru Yadav
Rajguru Yadav

Posted on

🎙️ “I Spoke to My Browser… And It Spoke Back with the Truth!”

Hey dev 👋
Yes, this actually happened.

I built a Voice-Controlled Wikipedia App where you can just ask questions out loud like:

“Who is Nikola Tesla?”
“What is Quantum Mechanics?”
“Tell me about India’s independence”

And boom — it fetches and reads the answer back to you 🤯

🧠 Tech behind it:

Web Speech API for listening & speaking

Wikipedia API for real-time answers

HTML + JS (no frameworks!)

Why I built it?
Typing during study sessions was slowing me down — so I made the browser do the work 😎

Would you use something like this in your projects or learning setup?
Let’s talk in the comments 💬

Top comments (0)