https://github.com/thorwebdev/twilio-whatsapp-voice-agent
An asynchronous voice agent for WhatsApp built with ElevenLabs, Twilio, and Hono, running on Cloudflare 🔥
https://github.com/thorwebdev/twilio-whatsapp-voice-agent
Last synced: 10 months ago
JSON representation
An asynchronous voice agent for WhatsApp built with ElevenLabs, Twilio, and Hono, running on Cloudflare 🔥
- Host: GitHub
- URL: https://github.com/thorwebdev/twilio-whatsapp-voice-agent
- Owner: thorwebdev
- Created: 2025-06-12T11:16:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T11:18:12.000Z (about 1 year ago)
- Last Synced: 2025-08-12T05:50:06.193Z (10 months ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 28
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```txt
npm install
npm run dev
```
```txt
npm run deploy
```
[For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types):
```txt
npm run cf-typegen
```
Pass the `CloudflareBindings` as generics when instantiation `Hono`:
```ts
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>();
```
## Twilio / Whatsapp Notes
- Voice note requires opus format / opus_48000_64 (clear speech small file size)