Join me in analysing Django’s UI / templating / frontend ecosystem.
There’s 600k packages on PyPI. Of those, 17k contain word django
in their name. I’m using LLMs to categorize these into UI / NOT UI. Currently there seems to be roughly equal split, so let’s say 9k packages.
What kind of insights could we learn from this? For what other ways could we use this data?
Personally, I want to know what packages are there, what are some good ideas, what’s missing. I’m co-author of django-components (DJC), and my aim is to build out DJC to become the next default templating engine. And with that comes also building out an ecosystem around it.