Hi 8th Wall Support Team,
I am building a web application using 8th Wall where:
- Most of the user interface (story text, image upload, action buttons, event cards, etc.) is shown as standard HTML (2D) elements on the main page.
- When the user clicks “Start Game”, the UI hides and an A-Frame
<a-scene>
is shown, where a 3D model (generated via API) is bound to the user’s palm using 8th Wall’s hand tracking.- All logic (UI + AR) is managed in a single page app, and the user can switch between 2D UI and the AR scene without a page reload.
Is this approach officially supported and stable on the 8th Wall platform?
Are there any best practices or pitfalls I should be aware of when mixing standard HTML and 8th Wall AR content in one page?
Standard HTML UI
3D AR Scene
Press “Start Game” can turn HTML UI to 3D AR Scene
Thank you so much for your advice!