Show HN: Dograh – an OSS Vapi alternative to quickly build and test voice agents

Hacker News (score: 13)
Found: December 08, 2025
ID: 2673

Description

DevOps
Show HN: Dograh – an OSS Vapi alternative to quickly build and test voice agents Hi HN, I have been building voice agents for sometime now. I was earlier automating parts of visa processing, and we needed real-time, multilingual voice calling.

I assumed the hard work was just wiring LiveKit/Pipecat + STT/TTS + an LLM. It wasn’t.

Even with solid OSS (Pipecat/LiveKit), we still had to do a lot of plumbing- variable extraction, tracing, testing etc and any workflow changes required constant redeploys.

We eventually realized we’d spent more time building infrastructure than building the actual agents. Everything felt custom. We hit every possible pain with Pipecat and VAPI style systems.

So we built Dograh - a fully open-source voice agent framework that includes all the boring, painful pieces by default.

What’s different:

- Pipecat-based engine, but forked - custom event model, and concurrency fixes

- One-click start template generated by an LLM Agent for a quick get start template for any use case

- Drag-and-drop visual agent builder for quick iteration (the thing we wished existed earlier)

- Variable extraction layer (name/order/date/etc.) baked into the LLM loop

- Built in Telephony integration (Twilio/ Vonage/ Vobiz/ Cloudonix)

- Multilingual support end-to-end

- Select any LLM TTS STT (add their credits, if any)

- AI-to-AI call testing: automatically stress-test an agent before shipping (still a work in progress- so patchy as of now)

- Fully Open Source

It's built and maintained by YC alumni / exit founders who got tired of rebuilding the same plumbing.

Why we open-sourced it: We kept feeling that the space was drifting toward closed SaaS abstractions (VAPI, Retell). Those are good for demos, but once you need data controls, privacy or self/offline deployment, you end up stuck. We wanted a stack where you can see every part, fork it, self-host it, and patch it as needed.

Try it:

- Repo: https://github.com/dograh-hq/dograh

This spins up a basic multilingual agent with everything pre-wired.

Who this is for:

- If you are looking for self hosting a Vapi like platform for Data Privacy etc.

- Anyone trying to build production-grade voice agents without reinventing audio plumbing.

- If you’ve tried to glue STT→LLM→TTS manually, you probably know the exact pain this is built for

Happy to answer technical questions, show the architecture, or hear how we can improve the product.

More from Hacker

Security vulnerability found in Rust Linux kernel code

Security vulnerability found in Rust Linux kernel code

Show HN: Wirebrowser – A JavaScript debugger with breakpoint-driven heap search

Show HN: Wirebrowser – A JavaScript debugger with breakpoint-driven heap search Hi HN!<p>I&#x27;m building a JavaScript debugger called Wirebrowser. It combines network inspection, request rewriting, heap snapshots, and live object search.<p>The main experimental feature is BDHS (Breakpoint-Driven Heap Search): it hooks into the JavaScript debugger and automatically captures a heap snapshot at every pause and performs a targeted search for the value or structure of interest. This reveals the moment a value appears in memory and the user-land function responsible for creating it.<p>Another interesting feature is the Live Object Search: it inspects runtime objects (not just snapshots), supports regex and object similarity, and lets you patch objects directly at runtime.<p>Whitepaper: <a href="https:&#x2F;&#x2F;fcavallarin.github.io&#x2F;wirebrowser&#x2F;BDHS-Origin-Trace" rel="nofollow">https:&#x2F;&#x2F;fcavallarin.github.io&#x2F;wirebrowser&#x2F;BDHS-Origin-Trace</a><p>Feedback very welcome, especially on whether BDHS would help your debugging workflow.

Reinventing how .NET builds and ships (again)

Reinventing how .NET builds and ships (again)

A ncurses-based command line torrent client for high performance

A ncurses-based command line torrent client for high performance

No other tools from this source yet.