diff --git a/site/content/tutorial/01-introduction/04-todo/App.svelte b/site/content/tutorial/01-introduction/04-todo/App.svelte
new file mode 100644
index 0000000000..ac50b89923
--- /dev/null
+++ b/site/content/tutorial/01-introduction/04-todo/App.svelte
@@ -0,0 +1 @@
+
TODO: lots of things
\ No newline at end of file
diff --git a/site/content/tutorial/01-introduction/04-todo/text.md b/site/content/tutorial/01-introduction/04-todo/text.md
new file mode 100644
index 0000000000..1986341cb2
--- /dev/null
+++ b/site/content/tutorial/01-introduction/04-todo/text.md
@@ -0,0 +1,9 @@
+---
+title: TODO
+---
+
+* write the rest of the tutorial
+* change the orientation of the REPL, so that it's editor on top, result on bottom
+* remove the props editor. it's superfluous in this context
+* add an 'open this in REPL' button that takes you to the full REPL
+* figure out wtf to do on mobile
\ No newline at end of file
diff --git a/site/src/routes/examples/index.svelte b/site/src/routes/examples/index.svelte
index 49dfc9d9c1..27c43b8ecf 100644
--- a/site/src/routes/examples/index.svelte
+++ b/site/src/routes/examples/index.svelte
@@ -1 +1 @@
-Examples
\ No newline at end of file
+TODO
\ No newline at end of file