2025-09-09 20:58:52 +05:30
# Dograh AI
2025-10-04 15:05:07 +05:30
< h3 align = "center" > ⭐ < strong > If you find value in this project, PLEASE STAR the Github repository to help others discover our FOSS platform!< / strong > < / h3 >
2025-09-09 20:58:52 +05:30
< p align = "center" >
2025-10-04 15:05:07 +05:30
< a href = "https://docs.dograh.com" >
< img src = "https://img.shields.io/badge/docs-https://docs.dograh.com-blue.svg" alt = "Docs: https://docs.dograh.com" >
< / a >
2025-09-09 20:58:52 +05:30
< a href = "LICENSE" >
< img src = "https://img.shields.io/badge/license-BSD%202--Clause-blue.svg" alt = "License: BSD 2-Clause" >
< / a >
< a href = "https://join.slack.com/t/dograh-community/shared_invite/zt-3czr47sw5-MSg1J0kJ7IMPOCHF~03auQ" >
< img src = "https://img.shields.io/badge/chat-on%20Slack-4A154B?logo=slack" alt = "Slack Community" >
< / a >
< a href = "https://www.docker.com/" >
< img src = "https://img.shields.io/badge/docker-ready-blue?logo=docker" alt = "Docker Ready" >
< / a >
< / p >
2025-09-30 09:43:16 +05:30
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
- **Maintained by YC alumni and exit founders**, ensuring the future of voice AI stays open, not monopolized
2025-09-09 20:58:52 +05:30
## 🎥 Demo Video
2025-09-24 21:42:39 +05:30
< div align = "center" >
2025-10-04 15:05:07 +05:30
< a href = "https://www.tella.tv/video/cmgbysbsz00kw0bjm2qnc5f1d/view" >
2025-10-04 15:15:09 +05:30
< img src = "docs/images/video_thumbnail_1.png" alt = "Watch Dograh AI Demo Video" width = "80%" style = "border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);" >
2025-09-24 21:42:39 +05:30
< / a >
< br >
< em > Click to watch a 2-minute demo of Dograh AI in action< / em >
< / div >
2025-09-09 20:58:52 +05:30
## 🚀 Get Started
2025-09-10 14:09:40 +05:30
The only command you need to run:
2025-09-09 20:58:52 +05:30
2025-09-30 09:43:16 +05:30
##### Download and setup Dograh on your local machine
2025-10-04 15:05:07 +05:30
> **Note**
> We collect anonymous usage data to improve the product. You can opt out by setting the `ENABLE_TELEMETRY` to `false` in the below command.
2025-09-09 20:58:52 +05:30
```bash
2025-11-06 10:08:27 +05:30
curl -o docker-compose.yaml https://raw.githubusercontent.com/dograh-hq/dograh/main/docker-compose.yaml & & REGISTRY=ghcr.io/dograh-hq ENABLE_TELEMETRY=true docker compose up --pull always
2025-09-10 11:33:54 +05:30
```
2025-09-09 20:58:52 +05:30
2025-10-04 15:05:07 +05:30
> **Note**
> First startup may take 2-3 minutes to download all images. Once running, open http://localhost:3010 to create your first AI voice assistant!
2025-10-01 12:26:58 +05:30
> For common issues and solutions, see 🔧 **[Troubleshooting](docs/troubleshooting.md)**.
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
### 🎙️ Your First Voice Bot
2025-09-24 21:42:39 +05:30
1. **Open Dashboard** : Launch [http://localhost:3010 ](http://localhost:3010 ) on your browser
2025-09-09 20:58:52 +05:30
2. **Choose Call Type** : Select **Inbound** or **Outbound** calling.
2025-10-04 15:05:07 +05:30
3. **Name Your Bot** : Use a short two-word name (e.g., _Lead Qualification_ ).
4. **Describe Use Case** : In 5– 10 words (e.g., _Screen insurance form submissions for purchase intent_ ).
2025-09-09 20:58:52 +05:30
5. **Launch** : Your bot is ready! Open the bot and click **Web Call** to talk to it.
6. **No API Keys Needed** : We auto-generate Dograh API keys so you can start immediately. You can switch to your own keys anytime.
7. **Default Access** : Includes Dograh’ s own LLMs, STT, and TTS stack by default.
8. **Bring Your Own Keys** : Optionally connect your own API keys for LLMs, STT, TTS, or telephony providers like Twilio.
## Quick Summary
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
⚡ 2-Minute Setup: Hard SLA standards - from zero to working voice bot in under 2 minutes
2025-10-04 15:05:07 +05:30
- 🔧 Minimal setup: Just [run docker command ](#get-started ) and you're live
2025-09-09 20:58:52 +05:30
- 🤖 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
2025-10-04 15:05:07 +05:30
## Features
2025-09-09 20:58:52 +05:30
### Voice Capabilities
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
- Telephony: Built-in Twilio integration (easily add others)
- Languages: English support (expandable to other languages)
- Custom Models: Bring your own TTS/STT models
- Real-time Processing: Low-latency voice interactions
### Developer Experience
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
- Zero Config Start: Auto-generated API keys for instant testing
- Python-Based: Built on Python for easy customization
- Docker-First: Containerized for consistent deployments
- Modular Architecture: Swap components as needed
### Testing & Quality
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
- LoopTalk (Beta): Create AI personas to test your voice agents
- Workflow Testing: Test specific workflow IDs with automated calls
- Real-world Simulation: AI personas that mimic actual customer behavior
## Architecture
2025-10-04 15:05:07 +05:30
Architecture diagram _(coming soon)_
2025-09-09 20:58:52 +05:30
## Deployment Options
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
### Local Development
2025-10-04 15:05:07 +05:30
Refer [prerequisites ](https://docs.dograh.com/getting-started/prerequisites ) and [first steps ](#-get-started )
2025-09-09 20:58:52 +05:30
### Production (Self-Hosted)
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
Production guide coming soon. [Drop in a message ](https://join.slack.com/t/dograh-community/shared_invite/zt-3czr47sw5-MSg1J0kJ7IMPOCHF~03auQ ) for assistance.
### Cloud Version
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
Visit [https://www.dograh.com ](https://www.dograh.com/ ) for our managed cloud offering.
## 📚Documentation
2025-10-04 15:05:07 +05:30
You can go to [https://docs.dograh.com ](https://docs.dograh.com/ ) for our documentation.
2025-09-09 20:58:52 +05:30
2025-10-01 13:35:49 +05:30
## 🤝Community & Support
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
- GitHub Issues: Report bugs or request features
- Slack: Our Slack community is not just for support — it’ s the cornerstone of Dograh AI contributions. Here, you can:
- Connect with maintainers and other contributors
- Discuss issues and features before coding
- Get help with setup and debugging
- Stay up to date with contribution sprints
👉 Join us → Dograh Community Slack
## 🙌 Contributing
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
We love contributions! Dograh AI is 100% open source and we intend to keep it that way.
### Getting Started
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
- Fork the repository
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a Pull Request
## 📄 License
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
Dograh AI is licensed under the [BSD 2-Clause License ](LICENSE )- the same license as projects that were used in building Dograh AI, ensuring compatibility and freedom to use, modify, and distribute.
## 🏢 About
2025-10-04 15:05:07 +05:30
2025-09-09 20:58:52 +05:30
Built with ❤️ by **Dograh** (Zansat Technologies Private Limited)
Founded by YC alumni and exit founders committed to keeping voice AI open and accessible to everyone.
< br > < br > < br >
2025-09-18 20:02:47 +05:30
< p align = "center" >
< a href = "https://github.com/dograh-hq/dograh/stargazers" > ⭐ Star us on GitHub< / a > |
2025-09-24 12:01:35 +05:30
< a href = "https://app.dograh.com" > ☁️ Try Cloud Version< / a > |
2025-09-18 20:02:47 +05:30
< a href = "https://join.slack.com/t/dograh-community/shared_invite/zt-3czr47sw5-MSg1J0kJ7IMPOCHF~03auQ" > 💬 Join Slack< / a >
< / p >