Hello! I’d like to suggest adding an AI-powered chatbot assistant to the Babylon.js website, similar to Docker Docs AI. This kind of tool could help answer questions using the latest documentation and source code, which would be a huge help since ChatGPT and other bots often base their answers on outdated Babylon.js versions.
When I was learning Docker, I used Docker Docs AI and found it incredibly helpful. The responses were always accurate and saved me a lot of time. I believe something similar would be just as valuable for the Babylon.js community.
Here are a few reasons why this could be a great addition:
- Accurate, up-to-date answers directly from the official docs and source, rather than outdated third-party content
- Faster access to relevant pages for both new users and experienced developers
- Conversational interface that understands natural language queries, powered by retrieval-augmented generation (RAG)
- Multi-language support, making Babylon.js more accessible worldwide
- Useful for debugging, as users can paste error messages or code snippets and get tailored guidance
The assistant used on Docker’s documentation site is built with Kapa.ai. Other companies, such as Logitech, OpenAI, and Reddit, have also adopted similar tools to support their developer communities.
Thanks for considering this suggestion!