Hi, testing out a new project and would love to better understand how to create a custom component in a given page? I want to see if Weweb could render a Phaser.js game I made within a specific page but couldn’t find anything under +Add for a layout that could handle custom JS to render a mini game natively. Do I need to host it elsewhere and access via iframe? Or is there a way to do this natively? Thank you very much!
Running a Phaser.js game inside WeWeb isn’t fully supported natively yet. The most practical approach is to host your game externally and embed it via iframe or a custom code block. This keeps performance stable and easier to manage. It’s a similar approach used for many browser-based projects, even games like the nulls brawl game rely on proper hosting and embedding to run smoothly across platforms.