Load Desk Page to workspace

Is it possible to load a custom desk page to workspace?
My use case is that I want to load a react/vue desk page to workspace, i used doppio a cli tool to create SPA apps in frappe, I have created a desk page i need to use it in workspace.
The hack I tried is using the Html block to put the page in iframe and display but when I open an alert using frappe.msgprint() it opens inside the iframe not globally.