Embedding Vaadin Flow into an existing website ?

Hi there ! We would like to embed a Vaadin Flow application into an existing website without using iframes. With vaadin 8 this was possible (https://vaadin.com/docs/v8/framework/advanced/advanced-embedding.html) but unfortunately we can’t find a way to do the same with Flow.
Does anyone know a way or has an idea how to do this ? Every hint is appreciated :slight_smile: Thanks a lot ! André

Embedding Flow as a standalone part of another page is currently not supported. This is something that we will most likely add support for at some point in the future, but it’s not done yet, nor do we have any specific plans on when it might happen.

Thank you for your answer.
This is very unfortunate since it means we have to use some other technology for this project.

That’s a problem here too. The ability to embed without using iframe is fairly critical for us. Any option to get this bumped up on the priority list?

You should go thumbs-up this ticket: https://github.com/vaadin/flow/issues/4316

-Olli

Done!

Thanks Olli