IP Library Granted Patent US 12681739
Granted Patent B2
US 12681739 · App. 18/477,028 · Granted Jul 14, 2026

Framework agnostic UI toolkit

Inventors: Pavel Kozemirov (Sofia, BG); Serg Bell (Costa del Sol, SG); Stanislav Protasov (Singapore, SG)
Assignee: Acronis International GmbH
G06F9/451G06F9/542
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12681739
App. No.
18/477,028
Granted
Jul 14, 2026
Kind
B2
Abstract

Systems and methods for web UI development, including supporting and rendering UI using multiple frameworks and migrating between different frameworks. Systems and methods can train different adapters for converting UI models in declarative abstract view into framework-specific code and render UI from the code using multiple or optimal frameworks.

Claims (34)

1 . A framework-agnostic UI system for rendering user interfaces across multiple frontend frameworks in a runtime environment, comprising:

a computer processor that executes:

a UI toolkit operable within the runtime environment and configured to load and process UI models, and to generate and render UI components for multiple frontend frameworks, comprising:

a plurality of framework adapters corresponding to different frontend frameworks, each configured to convert abstract UI definitions from the UI models into framework-specific instructions,

a renderer operable with the framework adapters to generate rendered UI components from converted abstract UI definitions, and

an event handler module configured to process user interactions with the rendered UI components by invoking one or more business logic handlers;

the business logic handlers associated with UI components and including instructions and model parameters to define responsive behaviors across the multiple frontend frameworks; and

an abstraction layer including a consistent model defining UI components and behavior in a declarative manner such that each UI component is defined according to at least one property, at least one behavior, and at least one relationship with another UI component, wherein the consistent model causes, for a given abstraction layer command, a first UI component to be generated by the first frontend framework from the given abstraction layer command, and a second UI component to be generated by the second frontend framework from the given abstraction layer command, wherein the first UI component and the second UI component interact.

2 . The system of claim 1 , wherein the abstraction layer includes a predefined UI component template.

3 . The system of claim 1 , wherein the runtime environment is at least one of a web browser or a server-side environment, each configured to generate and render user interfaces.

4 . The system of claim 1 , wherein the UI toolkit is a lightweight library.

5 . The system of claim 1 , wherein the UI model is dynamically extensible and configured to add new UI components and behaviors without changing the one or more business logic handlers.

6 . The system of claim 1 , wherein the UI component is at least one of a button, an input form, a table, a header, a text field, a data visualization chart, a navigation menu, a dialog box, a progress bar, a dropdown list, a multimedia player, an image gallery, an interactive map, a calendar widget, a collapsible sidebar menu, a notification panel, a file upload interface, a search bar, a dynamic data grid, a filter panel, a form validation component, or an interactive data visualization element.

7 . The system of claim 1 , wherein at least one of the business logic handlers is a script.

8 . The system of claim 1 , wherein at least one of the business logic handlers is linked to at least one specific UI component by an identifier.

9 . The system of claim 1 , wherein at least one of the business logic handlers includes instructions for handling user interactions, comprising at least one of click, input, or gesture.

10 . The system of claim 1 , wherein a first frontend framework is migrated to a second frontend framework by loading the second frontend framework adapter into the UI Toolkit without changing the one or more business logic handlers.

11 . A method for rendering user interfaces across multiple frontend frameworks in a runtime environment, the method comprising:

loading and processing UI models with a UI toolkit operable within the runtime environment;

generating and rendering UI components for multiple frontend frameworks using the UI toolkit, the generating and rendering including:

converting abstract UI definitions from the UI models into framework-specific instructions using a plurality of framework adapters corresponding to different frontend frameworks,

generating rendered UI components from converted abstract UI definitions, and

processing user interactions with the rendered UI components by invoking one or more business logic handlers, wherein the business logic handlers are associated with UI components and include instructions and model parameters to define responsive behaviors across the multiple frontend frameworks; and

defining UI components and behavior in a declarative manner such that each UI component is defined according to at least one property, at least one behavior, and at least one relationship with another UI component using an abstraction layer including a consistent model, wherein the consistent model causes, for a given abstraction layer command, a first UI component to be generated by the first frontend framework from the given abstraction layer command, and a second UI component to be generated by the second frontend framework from the given abstraction layer command, wherein the first UI component and the second UI component interact.

12 . The method of claim 11 , wherein the abstraction layer includes a predefined UI component template.

13 . The method of claim 11 , wherein the runtime environment is at least one of a web browser or a server-side environment, each configured to generate and render user interfaces.

14 . The method of claim 11 , wherein the UI toolkit is a lightweight library.

15 . The method of claim 11 , wherein the UI model is dynamically extensible and the method further comprises adding new UI components and behaviors without changing the one or more business logic handlers using the UI model.

16 . The method of claim 11 , wherein the UI component is at least one of a button, an input form, a table, a header, a text field, a data visualization chart, a navigation menu, a dialog box, a progress bar, a dropdown list, a multimedia player, an image gallery, an interactive map, a calendar widget, a collapsible sidebar menu, a notification panel, a file upload interface, a search bar, a dynamic data grid, a filter panel, a form validation component, or an interactive data visualization element.

17 . The method of claim 11 , wherein at least one of the business logic handlers is a script.

18 . The method of claim 11 , wherein at least one of the business logic handlers is linked to at least one specific UI component by an identifier.

19 . The method of claim 11 , wherein at least one of the business logic handlers includes instructions for handling user interactions, comprising at least one of click, input, or gesture.

20 . The method of claim 11 , further comprising:

migrating a first frontend framework to a second frontend framework by loading the second frontend framework adapter into the UI Toolkit without changing the one or more business logic handlers.