Discover the AIX Extensions Catalog—a vibrant, open-source portal uniting the top App Inventor add-ons from four thriving communities: Kodular, MIT App Inventor, Niotron, and Android Builder. Crafted by the BosonsHiggs Team (Aril Ogai) and hosted for free on GitHub Pages (https://iagolirapasssos.github.io/AIX-Extensions-Catalog/), this entirely client-side app lets you search, filter, and explore the freshest extension topics without any server hassles.
Whether you’re building your first app or managing a large project, our one-stop hub keeps you connected to the latest tools and innovations across every community—all in your browser. Need to dive deeper or customize your own version? Just clone the repository with:
Open index.html in any modern browser (or deploy it yourself), and instantly tap into the collective creativity of App Inventor developers worldwide. Empower your projects with the best extensions—no setup required!
Hmmm, nice try, but sorry, this doesn't work very well.
Scroll far enough, or do a search, and the returns are not extension providing topics, but any topic with the search term or that might mention extensions.
Also, mobile view is not good, and does not provide all the option selectors.
The site crawlers need to focus on the extension categories of the discourse sites, and the returns probably need to be curated (which would mean human intervention), so that only extension providing topics are returned. Also, how would this pick up extensions that are not posted on the builder communities?
Others have tried this before without success. Again this appears to be more style over substance.
Thanks for the feedback. If users report feedback like you did, we will definitely make the app much better.
The app's focus is to bring together extensions from communities only. As it is open source, any Dev will be welcome to add their improvements or publish their own improved apps.
When i selected Android builder, it shows only 2 extension its oks, but problm is, when i click on load more then its same again load, the again click again load, mostly 2 extra time load.
This slowness is due to the response time of the APIs. To try to improve this I wrote the code to save all downloaded links in the cache so that they can be loaded faster next time... I will continue to bring new improvements and adjustments to make the site as responsive as possible.