Aura is an elegant, emotionally intelligent voice assistant that literally calls your phone and talks to you using GPT-3.5. Built using Node.js, Twilio Voice API, and OpenAI, Aura sounds human, responds naturally, and continues the conversation just like a real assistant.
- 📱 One-click "Call Me" button (via web UI)
- 🧠 Real-time AI voice responses using OpenAI (GPT-3.5)
- 🔁 Continuous phone conversation
- 🗣️ Human-like tone and emotionally aware replies
- 🧩 Modular, simple backend in Node.js
Click the “Call Me” button on the local web page — Aura will dial your number and begin the conversation.
Watch the full video demo on Twitter:
🎥 [@SpyDeyDev on Twitter] https://x.com/SpydeyDev/status/1927255561931743629
- Node.js — backend server
- Express.js — route handling
- Twilio — for voice calls
- OpenAI GPT-3.5 — for natural AI replies
- Ngrok — to expose localhost for Twilio
git clone https://github.com/aaaryanpatel/aura-voice-agent.git
cd aura-voice-agent
npm install