Alternatives
Products that do what Enabling end-to-end LLM-based voice driven conversational applications does
Hey everyone on HN! We recently spent the past couple of weeks building out an end-to-end platform which can plug-in multiple models (both open/closed-source) to create voice driven conversational applications. We've tried to make the process simple & concise through documentation. Feel free to try it out and provide feedback. We will be launching a dashboard in the coming week for monitoring and analytics alongwith more open source models. Let us know what you all think. (if you want to contribute, we have tons of features planned - do let us know)
- 1

- 2SHShow HN▲14
Hi, i was wondering what the HN community thinks of this email tone check application? Do you think this can be done better with open-source? Disclaimer: I am neither a founder or an employee at the company. Just someone who had a similar idea.
2011 · tonecheck.com
- 3OV
Hi Hackernews, we're Maitreya, Prateek and Marmik. Over the past few months we've been working on building a platform to build, scale and monitor voice based LLM applications. Demo (https://www.youtube.com/watch?v=OSrOmyR7oQs) 1⃣ Open Source orchestration: We're open-sourcing our orchestration to quickly setup and create LLM based voice driven conversational applications https://github.com/bolna-ai/bolna/ 2⃣ Hosted API Platform: Exposing our managed solution via APIs to build voice driven applications…
2024 · bolna.dev
- 4PG
we have been building an open source orchestration which enables you to plug in your own TTS/ASR/LLM for end-to-end voice conversations at -> https://github.com/bolna-ai/bolna. Few days back, was having a discussion here in HN about the possibilities of having a complete open source stack for ASR+LLM+TTS. Today, we are releasing a complete open sourced Dockerized stack by merging Bolna with Whisper ASR, Llama3 and Melo TTS.
2024 · github.com
- 5MC
Hey everyone! Many of you might have come across the Mamba paper a few days ago, which introduced an LLM based on a state space model architecture. The Mamba architecture is quite useful as its complexity scales subquadratically with input length and is therefore way more efficient than transformer models: https://github.com/state-spaces/mamba I got really excited about the paper, so I decided to fine-tune the model on a chat dataset. It turns that this actually worked quite well! The model is quite suitable for casual chatting, which honestly surprised me given that it…
2023 · github.com
- 6CC
Hey there HN! I believe the future of AI communication will be more voice and less text. Low-latency realistic voice interactions are finally becoming feasible. I've built a few voice-first apps on Retell AI using Elevenlabs voices. This one uses Claude Haiku for responses and Mixtral to switch between posts and comments. The AI knows about the top 30 posts and their comments on Hacker News right now. After a Google sign-in you can try it free for 10 minutes. I'd love to hear your thoughts!
2024 · callhackernews.com
- 7IB
Hey everyone! My name is Will. I’ve been leading engineering teams for over two decades. Also, first time HN user here! One of the common pains I’d encounter in nearly every product I managed was alerting end users to infrequent events like outages, global announcements, beta launches, planned maintenance, etc. We’d always need to deploy custom, one-off modals or other alerts and then have to remember to revert them later. It was always a time sink for a developer to put aside what they were working on to make this happen. This Is Not A Drill! is a simple-to-install JS SDK that makes it…
2024
- 8GS
This weekend I finally shipped Gryt, a project I’ve been building since 2022 — an open-source, self-hostable Discord-style app focused on reliable voice chat + text. I’m the creator. I started it after getting fed up with Discord disconnects/paywalls and wanted something self-hosted and auditable. I started on this in 2022 and had an early proof-of-concept working back then (auth + friends list), but I quickly realized WebRTC voice isn’t something you can duct-tape together. I spent a big chunk of the next couple years learning the stack (ICE/DTLS-SRTP, NAT traversal, SFU design),…
Feb 2026 · gryt.chat
- 9VA
2021 · vocalvoid.com
- 10OS
Hey HN, it’s Russ - cofounder of LiveKit. An open source stack for building realtime AI applications. We’re sharing our first homegrown AI model for turn detection. Here’s a live demo: https://cerebras.vercel.app/ Voice AI has come a long way in the last year. We now have end-to-end systems that can generate a response to user input in 300-500ms — human level speeds! As latency reduces, a common problem that surfaces is the LLM responds too quickly. Any time there’s a short pause in a user’s speech, it ends up interrupting them. This is largely due to how voice AI applications…
2024
- 11WT
Hey HN, This newsletter didn’t come from a growth hack or content strategy. It started with frustration. Every week, I was drowning in blogs, PR blasts, and Twitter threads trying to keep up with Voice + AI. New models dropping. Partnerships overnight. Startups in India and Asia pushing infra upgrades that no one was covering. But whenever I wanted to know what really mattered, the signal was buried under the noise. And there wasn’t a single newsletter focused on India’s Voice AI ecosystem — most only covered the US. So I built the thing I wished existed: Voice AI Stack — a newsletter on…
2025 · videosdkweekly.substack.com
- 12SY
Hi HN, I built Lengpal, a simple language exchange platform where two people get instantly matched on video to practice their native and target languages. There’s a timer built in so both sides get equal time to speak. I created this because I wanted something beyond passive apps like Duolingo. Something to actually speak with real people without the hassle of scheduling or chat fatigue. Right now we are testing the concept with a waitlist. We’ve collected 77 emails so far from Reddit and IndieHackers. I would love your feedback before launching the MVP. Site:…
2025
- 13SC
Hey HN Community! We're excited to introduce Spine, a tool we've been developing for the past month that aims to streamline the process of building and sharing AI-driven natural language interfaces like ChatGPT for various data formats. With Spine, you can: * Upload numerous data types such as websites, PDFs, docs, PowerPoints, CSVs, audio files, YouTube videos, and more * Navigate lots of data and get in-depth referenced results with our hybrid search * Built-in Feedback: Craft accurate, personalized & adaptive experiences -- we will update the search models and eventually your LLM with the…
2023 · getspine.ai
- 14HM
Hey HN, this is Harsh from Hathora. We started as a game server hosting company and are launching a new offering today centered around voice models, leveraging our existing platform that runs game servers. We hope to achieve a few things with this product: 1. Democratized access to a wide variety of open source and licensed voice models 2. Ability to mix and match speech to text, reasoning (llm), and text to speech models to form inference chains for agentic voice workflows 3. Focus on latency reduction via (a) running models in 14+ regions around the globe, and (b) colocating models in the…
Nov 2025 · models.hathora.dev
- 15WO
We kept hitting the same wall building voice AI systems. Pipecat and LiveKit are great projects, genuinely. But getting it to production took us weeks of plumbing - wiring things together, handling barge-ins, setting up telephony, Knowledge base, tool calls, handling barge in etc. And every time we needed to tweak agent behavior, you were back in the code and redeploying. We just wanted to change a prompt and test it in 30 seconds. Thats why Vapi retell etc exist. So we wrote the entire code and open sourced it as a Visual drag-and-drop for voice agents ( same as vapi or n8n for voice).…
Mar 2026 · github.com
- 16AE
Hey HN! Have been working on Audentic, a platform that simplifies adding voice AI to your website. Think of it as a copy-paste voice assistant that you can embed directly into your site. Setting up voice AI has traditionally been a bit of a hassle, often requiring juggling multiple components like speech recognition, text processing, and text-to-speech systems. With Audentic, we've streamlined this into a more straightforward, end-to-end voice model. While OpenAI's Realtime API has made real-time, multimodal AI interactions more feasible, integrating these capabilities into a website can…
2025 · audentic.io
- 17AD
Hi all, I threw together a small prototype I am calling “Notepad.ai”. A new take on UIs for interacting with LLMs. While I enjoy using LLM’s in the chat format I wanted to see what it would be like to do it in a more long form style. It let’s you write in a pretty free form, much like Window’s Notepad, but you can choose to hit ctrl+[ to analyze the text with a preset prompt of your choosing. It has a few other small features. It’s WIP and very experimental. I would appreciate any feedback or thoughts. Video: https://youtu.be/ntdlgFmSxQY Live Demo:…
2024 · github.com
- 18IM
Hey HN! I created Hanasu.ai after my 9-5 job as a side project. Previously I'd used Duolingo to learn Japanese, but failed spectacularly when I actually spoke with my roommate from Tokyo. Now, after OpenAI improved their Realtime audio model in December and reduced pricing, I spent my entire winter break building. So how does it work? Just choose a daily topic and converse with the AI model: (1) Didn't catch a phrase? Double tap to reveal a transcript. (2) Couldn't understand? Double tap for translations powered by Google. (3) Can't recall that intricate Chinese/Japanese character? Just…
2025 · hanasu.ai
- 19AL
Hey there! We've been working on something pretty cool lately, and I'm excited to share it with you. It's called Zing Advanced Voice Mode, and it's designed to make data analysis more intuitive, accessible, and efficient. With Zing Advanced Voice Mode, you can simply ask a question in plain English, and the tool will instantly provide a clear, concise answer, along with a visual representation of the query. No more struggling with complex syntax or spending hours writing intricate SQL statements. It works with google sheets, excel files, csvs, postgres, mysql, Databricks, SQL Server,…
2024 · getzingdata.com
- 20VM
Long time lurker, first time poster here. I have been teaching myself web and app development and I just built my first web app in my spare time. It's called Voxxcast, and it allows you to leave voice messages on Facebook via your phone. I'm definitely interested in any feedback you can give me. I plan on creating a lot more apps and developing this one even further. http://www.voxxcast.com
2011
- 21CA
Just finished the first draft of my weekend project. Sadly my industry is far away from all the exciting machine learning developments happening right now, so I wrote this project as my first exploration into the world of LLMs. It's not perfect, but I'm excited to see where the project goes from here! https://github.com/clarkmcc/chitchat My main motivations were: - Easy-of-use: Many models are supported out-of-the-box so users don't have to figure out how to download, where to save, etc. - Intuitive: A clean interface - Cross platform: The project is written in Rust and…
2023 · clarkmccauley.com
- 22HH
I found myself building a bunch of LLM-backed features that needed to use tool calling, and some of those tools involved doing things that were somewhat high stakes - communicating on my behalf or modifying shared / production data. one example - I wanted to replace a marketing website with a chatbot + vector DB loaded with the previous content, docs, and blog posts. Between hallucinations, missing knowledge base info, and the LLM generally writing like an psuedo-intellectual high schooler, I realized I couldn't trust it to communicate unsupervised with my website visitors. I needed a…
2024 · github.com
- 23AS
Hi everyone, I read HN every day, but there was always more great content than I had time to read. I know there are already several HN summarizers on GitHub, and I tried some of them. They just didn't fit the workflow I wanted, so I decided to build my own. My project is a self-hosted app that automatically fetches top stories, summarizes them with AI, translates them into your preferred language, and prepares a personalized daily briefing in a nice customizable UI while you sleep. Maybe I'm not the only one who wanted this kind of workflow. I'd love to hear your thoughts, especially on what…
Jul 2026 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →