🚀 Widget System Demos

Interactive demonstrations of the embeddable widget system with various configurations, authentication methods, and testing scenarios.

🛠️

Local Development

Test widgets with your local backend API server running on port 15002. Perfect for development and debugging.

  • Local backend integration
  • Real-time debugging console
  • JWT token authentication
  • API key to token conversion
Development Backend Required
🔑

API Key Development

Development environment testing with API key authentication against local backend services.

  • API key authentication flow
  • Development environment
  • Local backend testing
  • Token lifecycle management
API Key Development
🔐

API Key Production

Production-ready API key authentication demo showcasing real-world integration patterns.

  • Production API endpoints
  • Secure token handling
  • Production configurations
  • Error handling examples
API Key Production
🎯

All Widget Types

Comprehensive showcase of all available widget types including chat, banners, modals, and nudges.

  • Chat widget demonstrations
  • Banner configurations
  • Modal dialogs
  • Nudge interactions
Showcase All Features
📦

ES6 Module Integration

Modern ES6 module integration example showing how to embed widgets using JavaScript modules.

  • ES6 module syntax
  • Modern JavaScript patterns
  • Dynamic imports
  • Tree-shaking friendly
Modern JS ES6 Modules