Welcome to the Conversion SDK demos. Choose a demo to explore different features:
Main development interface for testing SDK initialization, configuration updates, and hot reloading. Shows event logs and real-time configuration.
Comprehensive test of the component registry and auto-discovery system. Shows lifecycle events, dynamic component addition, and attribute updates.
Simplified demo showing how components work with just HTML attributes. No manual registration needed - the SDK handles everything automatically!
The SDK automatically discovers and initializes components based on HTML attributes:
<div os-component="selector" os-variant="quantity"> <div os-element="card" os-value="2">2 Pack</div> <div os-element="card" os-value="4">4 Pack</div> </div>