Vaadin 7 Designer Views to Flow/Copilot Migration

Hello.
I need to migrate numerous Vaadin 7 views created with Designer (using html files) to Flow version (24+). I was wondering if there is a solution with Copilot to help me with these tasks.

My primary questions are:

  1. Is there a way to for Vaadin Copilot to convert the V7 Designer HTML files into modern Flow Java view classes?
  2. Can the resulting code be structured as extendable Java classes for adding business logic, similar to the V7 pattern?

I think you’re better off doing it in multiple steps, converting the declaratives to Vaadin 7 Java code first and then migrating that to Flow code.