diff --git a/content/projects.md b/content/projects.md
new file mode 100644
index 0000000..9676c1a
--- /dev/null
+++ b/content/projects.md
@@ -0,0 +1,68 @@
+---
+title: "Projects"
+description: "Projects I'm currently working or have (mostly) finished"
+date: 2023-01-17T13:42:01-05:00
+draft: false
+---
+
+Most of my projects are hosted on [Sourcehut,][sourcehut] but some of my older
+projects can also be found on [NixNet's Forgejo instance.][forgejo] I do have a
+[Github account,][github] but I don't actually host any projects on it as I
+prefer more open platforms.
+
+[sourcehut]: https://sr.ht/~amolith/
+[forgejo]: https://git.nixnet.services/
+[github]: https://github.com/Amolith
+
+All of these projects were created and are maintained [Just For Fun. No,
+Really.][jffnr]
+
+[jffnr]: https://justforfunnoreally.dev/
+
+## Active projects
+
+These are what I'm currently focusing on.
+
+
+ earl (2022-01-01) (Go)
+
+ I take a lot of hand-written notes and wanted a quick way to write down web
+ references. I was unsatisfied with all of the current URL shortener
+ implementations so I decided to write my own.
+
+
+
+## Finished projects
+
+These are projects that I consider ["finished".][finished] I might fix the
+occasional bug, but they meet my needs as they are and I will not be adding
+major swaths of code to introduce new features.
+
+[finished]: https://gavinhoward.com/2019/11/finishing-software/
+
+
+ go-webring (2021-12-18) (Go)
+
+ This is generalised software for creating and maintaining old-school webrings. It currently
+ powers Fediring.net.
+
+
+
+## Future projects
+
+Tools I want but that I haven't necessarily had time to start on yet
+
+## Abandoned projects
+
+Unfinished tools I don't plan to finish
+
+
+ rārangi (2021-10-12) (Go)
+
+ A todo TUI that operates on basic text files. Unfinished items are denoted
+ with a - and finished items are denoted with a +. I wanted to try
+ Bubble Tea but
+ decided it was more complicated than I was ready for at the time.
+
+