diff --git a/www/src/config.ts b/www/src/config.ts
index 22dfb5c23f..7e0418636c 100644
--- a/www/src/config.ts
+++ b/www/src/config.ts
@@ -231,6 +231,7 @@ export const SIDEBAR: Sidebar = {
{ text: "Structure des dossiers", link: "fr/folder-structure" },
{ text: "FAQ", link: "fr/faq" },
{ text: "Collection T3", link: "fr/t3-collection" },
+ { text: "Exemples", link: "fr/examples" },
{ text: "Autres recommandations", link: "fr/other-recs" },
],
Usage: [
diff --git a/www/src/pages/fr/examples.mdx b/www/src/pages/fr/examples.mdx
new file mode 100644
index 0000000000..b06eb27699
--- /dev/null
+++ b/www/src/pages/fr/examples.mdx
@@ -0,0 +1,23 @@
+---
+title: Exemples
+description: Exemples d'application actives
+layout: ../../layouts/docs.astro
+lang: fr
+isMdx: true
+---
+
+import Callout from "../../components/docs/callout.tsx";
+import Form from "../../components/docs/exampleOptionForm.astro";
+
+Vous pouvez essayer plusieurs combinaisons de technologies que create-t3-app offre.
+
+