diff --git a/templates/settings.html b/templates/settings.html
new file mode 100644
index 0000000..4448e38
--- /dev/null
+++ b/templates/settings.html
@@ -0,0 +1,28 @@
+
+
+
+ Bot Configuration
+
+
+ Core Settings
+
+
+ Membership Plans
+ + New Plan
+
+ {% for p in plans %}
+ -
+ {{ p.name }} (/{{ p.command_name }}) — {{ p.price_sats }} sats —
+ Expires: {{ p.expiry_type }}
+ Edit
+
+ {% endfor %}
+
+
+