diff --git a/i18n/locales/fr.json b/i18n/locales/fr.json
index fa798bf41f06bf798931765bcb6ea648f637f2e8..0067d7459ee735e9a884b29666c1c819d23825f6 100644
--- a/i18n/locales/fr.json
+++ b/i18n/locales/fr.json
@@ -306,5 +306,8 @@
 	},
 	"wotwizard": {
 		"nodeselect": "Sélectionnez un serveur"
+	},
+	"rewot": {
+		"title": "Rewot"
 	}
 }
diff --git a/layouts/default.vue b/layouts/default.vue
index 4d32d16776a5ad1e9fe119676deeafae16f0fa6a..f2019d50409850d79121e3dbac9f6b671bc78af0 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -71,7 +71,8 @@ export default {
 					title: "wot.title",
 					items: [
 						{ path: "/membres", title: "membres", icon: "search" },
-						{ path: "/mes-suivis", title: "suivis.title", icon: "user-group" }
+						{ path: "/mes-suivis", title: "suivis.title", icon: "user-group" },
+						{ path: "/rewot", title: "rewot.title", icon: "map" }
 					]
 				},
 				{
diff --git a/pages/rewot/index.vue b/pages/rewot/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3814d8bf55f9c849df8b64475fbb14dbd66a7673
--- /dev/null
+++ b/pages/rewot/index.vue
@@ -0,0 +1,19 @@
+<script setup lang="ts">
+
+let rewot_vue_version = "3.2.45";
+let ww_vue_version = "2.7.14";
+
+</script>
+
+
+<template>
+  <main class="container">
+    <h1>Rewot dans Wotwizard</h1>
+    <p>Ça va être difficile d'intégrer ma wotmap à Wotwizard dans l'état actuel parce que j'utilise Vue {{ rewot_vue_version }} alors que Wotwizard utilise Vue {{ ww_vue_version }} et que j'utilise TypeScript.</p>
+    <p>Donc il faudrait d'abord monter Wotwizard en version pour utiliser Nuxt 3 et TypeScript.</p>
+  </main>
+</template>
+
+<style>
+
+</style>
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 88d4de2837f28d2b93acded66e76ec686e75e910..1bacfa2ae19d290264216a77e4ed75826de3776b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1458,7 +1458,7 @@ packages:
       '@babel/generator': 7.20.5
       '@babel/helper-function-name': 7.19.0
       '@babel/helper-split-export-declaration': 7.18.6
-      '@babel/parser': 7.12.16
+      '@babel/parser': 7.20.5
       '@babel/types': 7.12.13
       debug: 4.3.4
       globals: 11.12.0