diff --git a/src/pages/threads.astro b/src/pages/threads.astro
new file mode 100644
index 0000000..bb98f3b
--- /dev/null
+++ b/src/pages/threads.astro
@@ -0,0 +1,63 @@
+---
+import Layout from "../layouts/Layout.astro";
+import Footer from "../components/Footer.astro";
+import Posts from "../components/Posts.astro";
+
+const posts = await Astro.glob("./now/and-then/posts/*.astro");
+const page = {
+ title: 'Ayo\'s Threads',
+ description: 'Incubator for thoughts before the become a blog'
+}
+---
+
+
+
+ {page.title}
+
+ {page.description}
+ Visit the page
+
+
+
+
+
+