diff --git a/djangoproject/templates/aggregator/ecosystem.html b/djangoproject/templates/aggregator/ecosystem.html
index a2663c476..c1ca0db13 100644
--- a/djangoproject/templates/aggregator/ecosystem.html
+++ b/djangoproject/templates/aggregator/ecosystem.html
@@ -93,6 +93,15 @@
Packages - use community solutions
We will refresh this list at least yearly to keep up to date.
+
+ Exploratory packages needing feedback
+ The Steering Council is exploring the viability of these packages and would benefit from your help. Please try them out and open an issue with your feedback!
+
+ - Django Tasks — A lightweight task queue for Django applications, suitable for simple background task processing. We want to know if the API is a quality interface for task queues across a variety of brokers.
+ - Django Admin with Keyboard Shortcuts — A Django package that adds keyboard shortcuts to the Django Admin interface for improved accessibility. We want to know how the tool works for users to identify improvements.
+
+
+
Debugging & Development Tools
- Django Debug Toolbar — A configurable set of panels that display various debug information about the current request/response.