Speak Deploy Integration
Overview
Deploy Speak-powered language learning applications to popular platforms with proper secrets management.
Prerequisites
- Speak API keys for production environment
- Platform CLI installed (vercel, fly, or gcloud)
- Application code ready for deployment
- Environment variables documented
- Audio storage configured
Instructions
- Vercel Deployment
- Fly.io Deployment
- Google Cloud Run
- Environment Configuration Pattern
- Health Check Endpoint
For full implementation details, load: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Output
- Application deployed to production
- Speak secrets securely configured
- Health check endpoint functional
- Audio processing infrastructure ready
- Environment-specific configuration in place
Error Handling
| Issue | Cause | Solution |
|---|---|---|
| Secret not found | Missing configuration | Add secret via platform CLI |
| Deploy timeout | Large build or audio deps | Increase build timeout |
| Health check fails | Wrong API key | Verify environment variable |
| Cold start issues | No warm-up | Configure minimum instances |
| Audio timeout | Processing too slow | Increase memory/CPU |
Examples
See references/implementation-guide.md for detailed examples.
Resources
Next Steps
For webhook handling, see speak-webhooks-events.