Voice to studio-ready music, instantly.
Transform your voice into professional music files in under 60 seconds. Call from any phone, hum your melody, and download MIDI files, backing tracks, and stems ready for your favorite DAW.
- 📞 Call a phone number - No app downloads required
- 🎤 Hum or sing - 30 seconds of your melody idea
- 🤖 AI processes - Multi-agent system creates music
- 📥 Download files - MIDI, backing tracks, and stems
- 🎚️ Import to DAW - Ready for GarageBand, Logic Pro, Ableton
Frontend: React, Tailwind CSS
Backend: Node.js, Express, PostgreSQL
AI: OpenAI Whisper & GPT-4
Voice: Twilio Voice & SMS
Database: Neon PostgreSQL
# Copy environment template
cp .env.example .env
# Add your API keys to .env:
# - NEON_DATABASE_URL (free PostgreSQL from neon.tech)
# - TWILIO_ACCOUNT_SID & AUTH_TOKEN (from twilio.com)  
# - OPENAI_API_KEY (from platform.openai.com)# Install dependencies
npm run install:all
# Setup database
npm run setup:db
# Start development
npm run dev# Start ngrok tunnel
npm run tunnel
# Copy ngrok URL to Twilio Console:
# Phone Numbers → Your Number → Webhook: https://abc123.ngrok.io/twilio/voice- Visit http://localhost:3000to get your PIN
- Call your Twilio number
- Enter PIN when prompted
- Hum for 30 seconds
- Check dashboard for generated music files
Phone Call → PIN Authentication → Voice Recording → 
AI Analysis → Music Generation → File Creation → 
SMS Notification → Web Dashboard Access
Each session generates:
- backing-track.wav- Full mixed track ready to play
- session.mid- MIDI file for DAW import
- stems/- Individual tracks (drums, bass, chords, melody)
- lyrics.txt- Transcribed lyrics
- download-package.zip- Everything bundled together
Files are optimized for immediate import into:
- GarageBand
- Logic Pro
- Ableton Live
- FL Studio
- Pro Tools
All stems are tempo-locked and sync automatically when imported.
Technical Complexity:
- Multi-modal AI pipeline (voice → text → music)
- Real-time audio processing
- Multi-agent music generation system
- Cross-platform file compatibility
Innovation:
- Phone-first interface (no app required)
- Voice-to-music transformation
- Professional-quality output
- Instant DAW integration
MIT License
Built for Cascadia JS Hackathon 2025
Ready to turn your hums into hits? 🎵