diff --git a/templates/projects/003-simplechatfilter.json b/templates/projects/003-simplechatfilter.json
new file mode 100644
index 0000000000000000000000000000000000000000..29d7fcaf50781e38ee28a2ee993200c01c77b0d1
--- /dev/null
+++ b/templates/projects/003-simplechatfilter.json
@@ -0,0 +1,18 @@
+{
+    "name": "SimpleChatFilter",
+    "image": "img/project/placeholder.png",
+    "description": "A simple chat filter plugin for Bungeecord and Velocity.",
+    "badges": [
+        {
+            "text": "Finished",
+            "classes": "text-bg-success"
+        }
+    ],
+    "buttons": [
+        {
+            "text": "Source Code",
+            "url": "https://git.rb9.xyz/dappergoose/simplechatfilter",
+            "classes": "btn-secondary"
+        }
+    ]
+}
\ No newline at end of file