diff --git a/main/.vitepress/components/Chatbot.vue b/main/.vitepress/components/Chatbot.vue
new file mode 100644
index 000000000..b659a7294
--- /dev/null
+++ b/main/.vitepress/components/Chatbot.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/main/.vitepress/theme/index.js b/main/.vitepress/theme/index.js
index da5ea513b..e3a00c0f6 100644
--- a/main/.vitepress/theme/index.js
+++ b/main/.vitepress/theme/index.js
@@ -8,6 +8,8 @@ import ButtonGoBack from '../components/Button-Go-Back.vue';
import HomeButtonHeader from '../components/HomeButtonHeader.vue';
import HomeButtonRow from '../components/HomeButtonRow.vue';
import ZoeVersion from '../components/Zoe-Version.vue';
+import Chatbot from '../components/Chatbot.vue';
+
/** @type {import('vitepress').Theme} */
export default {
@@ -23,5 +25,6 @@ export default {
app.component('HomeButtonHeader', HomeButtonHeader);
app.component('HomeButtonRow', HomeButtonRow);
app.component('ZoeVersion', ZoeVersion);
+ app.component('Chatbot', Chatbot);
},
};
diff --git a/main/index.md b/main/index.md
index 6ea6a13f3..49031526e 100644
--- a/main/index.md
+++ b/main/index.md
@@ -61,6 +61,8 @@ features:
link: https://twitter.com/agoric
---
+
+
+