diff --git a/config.json b/config.json
new file mode 100644
index 0000000000000000000000000000000000000000..c090f1f67677e39167004b9ee6e26298a7d33ac3
--- /dev/null
+++ b/config.json
@@ -0,0 +1,4 @@
+{
+    "homeserver": "http://localhost:8008",
+    "auto_join_room": "!nXJtsUatHBGyIYfyYw:matrix.org"
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 19dd971a7e36b6a0c6a5948ab54448038e2462ec..00f5a61a336d41d5ef347bcf405c1b19a6ea9f91 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
     <title>Vite App</title>
   </head>
   <body>
-    <div id="app" class="hydrogen"></div>
+    <div id="chatterbox" class="hydrogen" data-config-link="./config.json"></div>
     <script type="module" src="/src/main.ts"></script>
   </body>
 </html>