diff --git a/components/Header.vue b/components/Header.vue
new file mode 100644
index 0000000..e701da0
--- /dev/null
+++ b/components/Header.vue
@@ -0,0 +1,30 @@
+
+
+
+ {{ tool_name }}
+
+
+
+
+
+
+ {{ card.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/Launcher.vue b/components/Launcher.vue
new file mode 100644
index 0000000..c958aa7
--- /dev/null
+++ b/components/Launcher.vue
@@ -0,0 +1,56 @@
+
+
+
+
+
+ Please complete the recaptcha to launch the app
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/Loading.vue b/components/Loading.vue
new file mode 100644
index 0000000..6ec3eec
--- /dev/null
+++ b/components/Loading.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Cloud instance is starting...
+
+
+ Why do you have to wait?
+
+
+ We start our server only on demand... and this takes a few minutes before
+ you can use our free app.
+
+ This is aligned with an energy sobriety strategy. So be patient
+
+ mdi-emoticon-excited-outline
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/Stepper.vue b/components/Stepper.vue
index aa3918a..26251df 100644
--- a/components/Stepper.vue
+++ b/components/Stepper.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/components/Wrapper.vue b/components/Wrapper.vue
index 09df890..2e22458 100644
--- a/components/Wrapper.vue
+++ b/components/Wrapper.vue
@@ -2,16 +2,16 @@
-
+
-
+
-
+
-
+
diff --git a/package.json b/package.json
index 677aac1..e0a23de 100644
--- a/package.json
+++ b/package.json
@@ -15,17 +15,18 @@
},
"description": "OpenSource Vue/Vuetify framework for web applications",
"type": "module",
- "version": "0.0.7",
+ "version": "0.0.8",
"main": "./nuxt.config.js",
"dependencies": {
"@mdi/font": "^7.2.96",
"@pinia/nuxt": "^0.4.11",
- "@types/node": "^20.4.9",
+ "@types/node": "^20.5.0",
"@vueuse/core": "^10.3.0",
"pinia": "^2.1.6",
"semver": "^7.5.4",
"sass": "^1.65.1",
- "vuetify": "^3.3.12"
+ "vuetify": "^3.3.13",
+ "vue-recaptcha": "^2.0.3"
},
"repository": {
"type": "git",