Global Widget CDN
Lightning-fast, reliable content delivery for Fynchat customer service widgets. Deployed globally with 99.9% uptime guarantee.
🚀 Widget Endpoints
🔄 Latest Version (Recommended)
Always points to the latest stable version with automatic updates and new features.
📌 Specific Version
Pin to a specific version for production stability and controlled updates.
📋 Version Information
Get current version info, build date, and deployment details.
💊 Health Check
Real-time system health and performance monitoring endpoint.
⚡ Quick Integration
Add our widget to any website in under 30 seconds
<script>
window.FynchatWidget = {
apiKey: 'your-api-key-here',
baseUrl: 'https://api.fynchat.com', // Optional: Override API URL
position: 'bottom-right',
theme: 'light',
primaryColor: '#007bff',
greeting: 'How can we help you today?'
};
</script>
<script src="https://cdn.fyncall.com/widget/latest/fynchat-widget.js" async></script>
🔧 Development Setup
For development with custom backend URL:
// Runtime configuration for development
window.FynchatWidget = {
apiKey: 'your-api-key-here',
baseUrl: 'https://your-ngrok-url.ngrok-free.app', // Your development backend
position: 'bottom-right',
debugMode: true // Enable debug logging
};
⚙️ Configuration Options
🎯 Production Ready
Zero configuration needed for production. Just set your API key and you're ready to go!
🔧 Development Mode
Perfect for local development. Simply override the baseUrl to point to your ngrok tunnel or local backend.
🚀 Runtime Override
Change the backend URL at runtime without rebuilding. Maximum flexibility for dynamic environments.
📝 Single Variable Build
One environment variable controls everything. Build once, deploy anywhere with confidence.
Global Distribution
Served from 150+ edge locations worldwide for optimal performance regardless of user location.
Enterprise Security
SSL/TLS encryption, DDoS protection, and comprehensive security headers for maximum protection.
Real-time Monitoring
24/7 monitoring with instant alerts and detailed analytics for optimal service reliability.
Lightning Fast
Optimized caching, compression, and HTTP/2 support for sub-100ms global response times.
Auto-Updates
Seamless updates and rollbacks with zero downtime deployment and version management.
Cross-Platform
Works perfectly on all devices and browsers with responsive design and mobile optimization.