diff --git a/README.md b/README.md
index 25a9399f4..7addacea2 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,23 @@ Start a new project or work with an existing git repo.
Aider works best with GPT-4o & Claude 3.5 Sonnet and can
[connect to almost any LLM](https://aider.chat/docs/llms.html).
+
+
+
+
diff --git a/aider/website/index.md b/aider/website/index.md
index af9e14ad3..3cd7b5b51 100644
--- a/aider/website/index.md
+++ b/aider/website/index.md
@@ -10,6 +10,19 @@ text = open("README.md").read()
text = text.replace('['*3 + 'cog', ' NOOP ')
text = text.replace('['*3 + 'end', ' NOOP ')
text = text.replace(']'*3, '')
+
+# embedding these confuses the syntax highlighter while editing index.md
+com_open = ''
+
+# comment out the screencast
+text = text.replace('SCREENCAST START ' + com_close, '')
+text = text.replace(com_open + ' SCREENCAST END', '')
+
+# uncomment the video
+text = text.replace('VIDEO START', com_close)
+text = text.replace('VIDEO END', com_open)
+
cog.out(text)
]]]-->
@@ -23,12 +36,23 @@ Start a new project or work with an existing git repo.
Aider works best with GPT-4o & Claude 3.5 Sonnet and can
[connect to almost any LLM](https://aider.chat/docs/llms.html).
+
+
+
+
+
+
+ Your browser does not support the video tag.
+
+
+