diff --git a/server/public/ui/templates/_about.ctmpl b/server/public/ui/templates/_about.ctmpl
new file mode 100644
index 0000000..7658bb0
--- /dev/null
+++ b/server/public/ui/templates/_about.ctmpl
@@ -0,0 +1,47 @@
+{{ define "_about" }}
+
+
Welcome!
+
+
TLDR; how do I write something?
+
+
+ - Click a `+` button somewhere in the tree on the left
+ - Hit "save"
+ - You'll see "Success!" in green at the bottom on save
+
+
+
+
What is this?
+
+ This is a one-stop shop for reading, searching, and optionally writing docs.
+
+
+
Why would I use it? (It looks a little... "janky", no offense)
+
+
+ - Load your Gitlab, Gitlab Wikis, Google Docs, Google Spreadsheets, and Google Slides and enjoy that search bar above.
+ - No version control BUT very fast to edit and hit "save"
+ - Automagically updates, so throw a link to your docs here and continue using Gitlab/Google/etc. as you were
+ - Link to a Gitlab repo/path/wiki and automagically get the entire tree
+
+
+
+
What's this about magic?
+
+
+ - Create a file that just contains "https://gitlab.com/my/repo/-/tree/master/README.md" or "https://docs.google.com/docs/my-doc/edit", wait some time, and now it's an updating version of that doc
+ - Create a file that just contains "https://gitlab.com/my/repo/-/tree/master/runbooks", wait some time, and now it's an updating version of all those docs
+
+
+
+
I got a bone to pick with you!!! Who are you exactly?
+
+
+ | Slack User | @breel |
+ | Email | breel@qualtrics.com |
+ | Slack Channel | #storage-platform |
+ | Gitlab | TODO |
+
+
+
+{{ end }}