All Systems Operational

Global Widget CDN

Lightning-fast, reliable content delivery for Fynchat customer service widgets. Deployed globally with 99.9% uptime guarantee.

99.9%
Uptime
< 100ms
Global Response Time
150+
Edge Locations
1M+
Daily Requests

🚀 Widget Endpoints

🔄 Latest Version (Recommended)

https://cdn.fyncall.com/widget/latest/fynchat-widget.js

Always points to the latest stable version with automatic updates and new features.

📌 Specific Version

https://cdn.fyncall.com/widget/v1.0.0/fynchat-widget.js

Pin to a specific version for production stability and controlled updates.

📋 Version Information

https://cdn.fyncall.com/widget/latest/version.json

Get current version info, build date, and deployment details.

💊 Health Check

https://cdn.fyncall.com/health

Real-time system health and performance monitoring endpoint.

⚡ Quick Integration

Add our widget to any website in under 30 seconds

HTML
<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:

JavaScript
// 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

Uses https://api.fynchat.com by default

Zero configuration needed for production. Just set your API key and you're ready to go!

🔧 Development Mode

Override with baseUrl: 'your-backend-url'

Perfect for local development. Simply override the baseUrl to point to your ngrok tunnel or local backend.

🚀 Runtime Override

window.FynchatWidget.baseUrl = 'custom-url'

Change the backend URL at runtime without rebuilding. Maximum flexibility for dynamic environments.

📝 Single Variable Build

REACT_APP_API_URL=your-backend-url npm run 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.

📈 System Status

🔄 Loading system information...