This page contains StackLive experience markers for testing the overlay
Checking for runtime...
This element has a data-stacklive-experience attribute.
This element has an encoded payload in data-stacklive-payload.
StackLive URLs should be detected in page content.
https://demo.stacklive.dev/app/exampleGlobal contract beacons on window object.
Open your browser's developer console to see overlay debug messages:
[StackLive] Initializing Universal Overlay...[StackLive] Overlay initialized[StackLive] Found X experience(s)[StackLive] Launching experience: ...Add these markers to any page to make it detectable:
<div data-stacklive-experience="your-experience-id"> Your content here </div>
<meta name="stacklive:experience" content="your-experience-id" />
<div data-stacklive-payload="STACKLIVE:base64EncodedManifest"> Your content here </div>
window.__STACKLIVE_CONTRACT__ = {
experienceId: "your-experience-id",
launchUrl: "https://stacklive.dev/app/...",
requiredCapabilities: [],
contextBindings: {}
};