From 42b55d55261d11bf6404495ea816c18db1658faa Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Sat, 22 Nov 2025 15:48:48 +0530 Subject: [PATCH] docs: update dograh overview --- README.md | 17 +++++++++-------- docs/getting-started/index.mdx | 11 ++++++++++- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c068946..33a1249 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@

-Dograh helps you build your own voice agents with an easy drag-and-drop workflow builder. It's the fastest way to build voice AI agents - from zero to working bot in under 2 minutes (our hard SLA standards). +**The open-source alternative to Vapi** - Dograh helps you build your own voice agents with an easy drag-and-drop workflow builder. It's the fastest way to build voice AI agents - from zero to working bot in under 2 minutes (our hard SLA standards). -- **100% open source**, self-hostable platform with built-in AI testing personas and flexible LLM/TTS/STT integration +- **100% open source**, self-hostable platform - no vendor lock-in, unlike proprietary solutions like Vapi +- **Full control & transparency** - every line of code is open, with built-in AI testing personas and flexible LLM/TTS/STT integration - **Maintained by YC alumni and exit founders**, ensuring the future of voice AI stays open, not monopolized ## πŸŽ₯ Demo Video @@ -62,13 +63,13 @@ curl -o docker-compose.yaml https://raw.githubusercontent.com/dograh-hq/dograh/m ## Quick Summary -⚑ 2-Minute Setup: Hard SLA standards - from zero to working voice bot in under 2 minutes +⚑ **Open-source alternative to Vapi** - 2-minute setup with hard SLA standards -- πŸ”§ Minimal setup: Just [run docker command](#get-started) and you're live -- πŸ€– AI Testing Personas: Test your bots with LoopTalk AI that mimics real customer interactions -- πŸ”“ 100% Open Source: Every line of code is open - no hidden logic, no black boxes -- πŸ”„ Flexible Integration: Bring your own LLM, TTS, or STT - or use Dograh’s API’s -- ☁️ Self-Host or Cloud: Run locally or use our hosted version at app.dograh.com +- πŸ”§ **No vendor lock-in**: Self-hostable platform vs proprietary SaaS solutions +- πŸ€– **AI Testing Personas**: Test your bots with LoopTalk AI that mimics real customer interactions +- πŸ”“ **100% Open Source**: Every line of code is open - no hidden logic, no black boxes (unlike Vapi) +- πŸ”„ **Flexible Integration**: Bring your own LLM, TTS, or STT - or use Dograh's APIs +- ☁️ **Deploy anywhere**: Self-host or use our hosted version at app.dograh.com ## Features diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 6ac7145..9063ca5 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -1,8 +1,17 @@ --- title: "Introduction" -description: "Welcome to Dograh AI documentation" +description: "The open-source alternative to Vapi - build voice AI agents with full control and transparency" --- +## About Dograh + +**The open-source alternative to Vapi** - Dograh helps you build voice AI agents with an easy drag-and-drop workflow builder. Unlike proprietary solutions like Vapi, Dograh gives you: + +- **100% open source** - no vendor lock-in, full transparency +- **Self-hostable** - deploy anywhere, own your infrastructure +- **Complete control** - every line of code is open and customizable +- **2-minute setup** - from zero to working voice bot in under 2 minutes + ## Setting up Get the stack up and running using Docker with a single command.