Live Demos
Live Demos
Interactive Demonstrations
Explore these live demos to see hyperfrontend in action. Each demo showcases different aspects of the micro-frontend architecture.
| Demo | Description |
|---|---|
| Chess | Chess game demonstration |
| Clock | Clock demonstration |
| Events | Events demonstration |
| File Share | File sharing demonstration |
| Heartbeat | Heartbeat demonstration |
| Views | Views demonstration |
⚠️
Note: Demo links will be updated once the demos are deployed. Currently showing placeholder URLs.
What Each Demo Teaches
Chess Demo
- Real-time state synchronization across frames
- Complex application logic in embedded context
- Two-way communication patterns
Clock Demo
- Basic embedding and lifecycle management
- Time synchronization between host and feature
- Simple event handling
Events Demo
- Custom event publishing and subscription
- Event-driven architecture patterns
- Decoupled communication
File Share Demo
- Binary data transfer between frames
- Security policies and CORS handling
- File upload/download workflows
Heartbeat Demo
- Connection health monitoring
- Automatic reconnection logic
- Status reporting
Views Demo
- Multiple view management
- State persistence across view changes
- Dynamic feature loading and unloading
Running Demos Locally
| |
Source Code
All demo source code is available in the GitHub repository.