diff --git a/index.html b/index.html
index 325112f..67ac748 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,8 @@
diff --git a/posts/projects.md b/posts/projects.md
new file mode 100644
index 0000000..1c30b21
--- /dev/null
+++ b/posts/projects.md
@@ -0,0 +1,75 @@
+---
+title: Projects
+date: 2026-08-13
+tags: software, games, engineering
+---
+
+# Projects (Megathread)
+
+This post serves as a place to list all my projects, previous, ongoing, and future. It will be updated as I do more.
+
+## // Software
+
+### Critterfolio
+[View on Gitea](https://git.bellsworne.tech/bellsworne/critterfolio)
+
+A portfolio for your critters! Keep track of critter data from viewing a family tree to storing important notes and documents, all stored locally on your device.
+
+- **STATUS:** In development
+- **TECHNOLOGY:** C++ with the RmlUi library using the SDL3 backend
+- **PLATFORMS:** Linux, Windows, Android
+
+### SessionZero
+[View website](https://sessionzero.app) | [View on Gitea](https://git.bellsworne.tech/bellsworne/sessionzero)
+
+A data-driven, user-generated, open source TTRPG companion application for managing games, game systems, and characters.
+
+- **STATUS:** In development
+- **TECHNOLOGY:** C++ with the RmlUi library using the OpenGL backend
+- **PLATFORMS:** Linux, Windows, Webassembly
+
+### ADEPT
+
+A secret project, for now. Not in development yet.
+
+## // Games
+
+### Let there be Blight
+A game jam game made by a bunch of friends about a wizard saving his town from the 'blight'.
+
+[Play in your browser!](../dev/blight/index.html)
+
+### Shots in the Dark
+My magnum opus, and a secret (for now). Not in full development yet.
+
+- **STATUS:** In development
+- **TECHNOLOGY:** Godot
+- **PLATFORMS:** Linux, Windows
+
+## // Electronics
+
+Nothing planned yet
+
+## // Other
+
+### Adventures in Brandari
+
+A current, heavily customized homebrew Dungeons and Dragons campaign in which I am the writer and the Game Master.
+
+### Morality and Mortality
+
+A book I am writing about our world, and the human condition.
+
+## // Legacy/School projects
+
+
+
+### Stars
+A simple weird little webpage that procedurally generates "stars". Idk I was bored one day.
+
+[View it here](../dev/stars/index.html)
+
+### "Interactive world map"
+A dumb school project that lists information about a continent when you hover over it.
+
+[View in your browser](../dev/interactive-angular-map/index.html)
\ No newline at end of file