Quick start
Services
Configuration
Environment variables
API configuration
Docker
API only
Build and run
Kubernetes
🏢 Enterprise Support Coming Soon: Managed hosting, dedicated support, and SLA guarantees. Contact support@qwedai.com
Scaling
Horizontal scaling
- Stateless API servers behind load balancer
- Redis for distributed rate limiting
- PostgreSQL with read replicas
Performance tuning
Monitoring
Health check
Prometheus metrics
Security
- Always use HTTPS in production
- Set
API_KEY_SECRET— mandatory, no default value - Set
QWED_CORS_ORIGINS— mandatory, explicitly list allowed origins - Set strong API keys
- Enable rate limiting
- Use network isolation
- Rotate secrets regularly