diff --git a/lnbits/extensions/twitchalerts/templates/twitchalerts/_api_docs.html b/lnbits/extensions/twitchalerts/templates/twitchalerts/_api_docs.html
new file mode 100644
index 00000000..9dd12cc0
--- /dev/null
+++ b/lnbits/extensions/twitchalerts/templates/twitchalerts/_api_docs.html
@@ -0,0 +1,22 @@
+
+
+
+
+ Twitch Alerts: Integrate Bitcoin into your stream alerts!
+
+
+ Accept Bitcoin donations on Twitch, and integrate them into your alerts.
+ Present your viewers with a simple donation page, and add those donations
+ to Streamlabs to play alerts on your stream!
+
+ Created by, Fitti
+
+
+
+
diff --git a/lnbits/extensions/twitchalerts/templates/twitchalerts/display.html b/lnbits/extensions/twitchalerts/templates/twitchalerts/display.html
new file mode 100644
index 00000000..20250831
--- /dev/null
+++ b/lnbits/extensions/twitchalerts/templates/twitchalerts/display.html
@@ -0,0 +1,197 @@
+{% extends "public.html" %} {% block page %}
+
+
+
+
+ {{ form_name }}
+
+ {{ form_desc }}
+
+
+
+
+
+ {% raw %}{{amountWords}}{% endraw %}
+
+ Submit
+ Cancel
+
+
+
+
+
+
+
+
+
+
+
+
+ Copy invoice
+ Close
+
+
+
+
+
+{% endblock %} {% block scripts %}
+
+{% endblock %}
diff --git a/lnbits/extensions/twitchalerts/templates/twitchalerts/index.html b/lnbits/extensions/twitchalerts/templates/twitchalerts/index.html
index ac30a196..2abb6c65 100644
--- a/lnbits/extensions/twitchalerts/templates/twitchalerts/index.html
+++ b/lnbits/extensions/twitchalerts/templates/twitchalerts/index.html
@@ -1,56 +1,449 @@
{% extends "base.html" %} {% from "macros.jinja" import window_vars with context
%} {% block page %}
-
-
- Frameworks used by LNbits
-
-
- {% raw %}
-
-
- {{ tool.name }}
- {{ tool.language }}
-
- {% endraw %}
-
-
-
-
- A magical "g" is always available, with info about the user, wallets and
- extensions:
-
- {% raw %}{{ g }}{% endraw %}
-
-
+
+
+
+
+ New Service
+
+
+
+
+
+
+
+
Services
+
+
+ Export to CSV
+
+
+
+ {% raw %}
+
+
+
+
+ {{ col.label }}
+
+
+
+
+
+
+
+
+
+
+ {{ col.value }}
+
+
+
+
+
+
+
+
+
+ {% endraw %}
+
+
+
+
+
+
+
+
+
Donations
+
+
+ Export to CSV
+
+
+
+ {% raw %}
+
+
+
+
+ {{ col.label }}
+
+
+
+
+
+
+
+
+
+
+ {{ col.value }}
+
+
+
+
+
+
+
+ {% endraw %}
+
+
+
+
+
+
+
+
+ LNbits Twitch Alerts extension
+
+
+
+
+ {% include "twitchalerts/_api_docs.html" %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Update Service
+
+ Create Service
+ Cancel
+
+
+
+
+
{% endblock %} {% block scripts %} {{ window_vars(user) }}