diff --git a/projects/gonduit.md b/projects/gonduit.md
new file mode 100644
index 0000000000000000000000000000000000000000..4f021be3a2ab94e3e8038d982e0301df63502994
--- /dev/null
+++ b/projects/gonduit.md
@@ -0,0 +1,10 @@
+---
+title: Gonduit
+platform: go
+github: etcinit/gonduit
+docs: https://godoc.org/github.com/etcinit/gonduit
+---
+
+A Go package for connecting to Phabricator via the Conduit API.
+
+<!--more-->
diff --git a/projects/minebot.md b/projects/minebot.md
new file mode 100644
index 0000000000000000000000000000000000000000..0140c7b39756ccca66320d2b666e3e0f79bd909f
--- /dev/null
+++ b/projects/minebot.md
@@ -0,0 +1,9 @@
+---
+title: Minebot
+platform: Javascript
+github: etcinit/minebot
+---
+
+Minecraft Bot for my final AI project.
+
+<!--more-->
diff --git a/projects/nucleus.md b/projects/nucleus.md
new file mode 100644
index 0000000000000000000000000000000000000000..14dcfb2af979cb16c3390767ff20335ecb3a8312
--- /dev/null
+++ b/projects/nucleus.md
@@ -0,0 +1,14 @@
+---
+title: Nucleus
+platform: PHP
+docs: http://chromabits.github.io/nucleus/
+github: chromabits/nucleus
+---
+
+A standalone PHP utility library.
+
+<!--more-->
+
+Inspired heavily by similar projects like libphutil. Currently used in personal
+and work projects. Designed to make working wth PHP a little bit nicer and
+predictable.
diff --git a/projects/phabricator-yubikey.md b/projects/phabricator-yubikey.md
new file mode 100644
index 0000000000000000000000000000000000000000..931113c24fc7ff2b9a29260f68b361c85e3dc1b0
--- /dev/null
+++ b/projects/phabricator-yubikey.md
@@ -0,0 +1,8 @@
+---
+title: Phabricator Yubikey
+platform: PHP
+github: etcinit/phabricator-yubikey
+---
+Experimental integration of Yubikey OTPs with Phabricator
+
+<!--more-->
diff --git a/projects/phabulous.md b/projects/phabulous.md
new file mode 100644
index 0000000000000000000000000000000000000000..f71943693bdfc7d7edc00262efff000494318c6f
--- /dev/null
+++ b/projects/phabulous.md
@@ -0,0 +1,10 @@
+---
+title: Phabulous
+platform: Go
+docs: http://phabricator.chromabits.com/w/phabulous/
+github: etcinit/phabulous
+---
+
+A Phabricator bot for Slack
+
+<!--more-->
diff --git a/projects/sauron.md b/projects/sauron.md
new file mode 100644
index 0000000000000000000000000000000000000000..9fc722c107e3918d35adaf30fdc15889321a64ce
--- /dev/null
+++ b/projects/sauron.md
@@ -0,0 +1,9 @@
+---
+title: Sauron
+platform: Go
+github: etcinit/sauron
+---
+
+CLI tool for tail-ing a whole log directory recursively and dynamically.
+
+<!--more-->