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
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 Production
Production-ready API key authentication demo showcasing real-world integration patterns.
- Production API endpoints
- Secure token handling
- Production configurations
- Error handling examples
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
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