Add Vaadin App into a Wordpress Website

Hello, is it possible to add a vaadin application with login functionality as a part of an existing wordpress website and access it by a specific URL let’s say www.test.com/my-vaadin-app.

Is there any example of how I can achieve that?

Embedding | Integrations | Vaadin Docs tells how to embed Vaadin apps. The url part you’re going to have to handle elsewhere, but surely that is possible somehow

Hi! I wrote a blog post and created a small cross-site embedding example that should help you get started. In this example I’m using fly.io for Vaadin 24 app hosting and pages.github.com as the website.

I haven’t yet tested with WordPress specifically (don’t have a WP setup available), but if someone does try it out, please let us know how it goes.