diff --git a/packages/nc-gui/components/dlg/ConvertToManagedApp.vue b/packages/nc-gui/components/dlg/ConvertToManagedApp.vue
deleted file mode 100644
index d803ae517f..0000000000
--- a/packages/nc-gui/components/dlg/ConvertToManagedApp.vue
+++ /dev/null
@@ -1,185 +0,0 @@
-
-
-
-
-
-
-
-
-
-
Convert to Managed App
-
{{ $t('labels.publishToAppStore') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('general.cancel') }}
-
-
-
-
-
- Convert to Managed App
-
-
-
-
-
-
diff --git a/packages/nc-gui/components/dlg/ManagedApp/Header.vue b/packages/nc-gui/components/dlg/ManagedApp/Header.vue
new file mode 100644
index 0000000000..a55de64a1b
--- /dev/null
+++ b/packages/nc-gui/components/dlg/ManagedApp/Header.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+ {{ subTitle }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packages/nc-gui/components/dlg/ManagedApp/Index.vue b/packages/nc-gui/components/dlg/ManagedApp/Index.vue
new file mode 100644
index 0000000000..b0b857f37f
--- /dev/null
+++ b/packages/nc-gui/components/dlg/ManagedApp/Index.vue
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packages/nc-gui/components/workspace/project/create/ManagedApp.vue b/packages/nc-gui/components/workspace/project/create/ManagedApp.vue
index 264cccacee..fad9b47b3c 100644
--- a/packages/nc-gui/components/workspace/project/create/ManagedApp.vue
+++ b/packages/nc-gui/components/workspace/project/create/ManagedApp.vue
@@ -1,16 +1,22 @@