I’m considering whether it would benefit many users to have a chatbot (using NotebookLM) that’s fed only with official FlutterFlow documentation, official YouTube tutorials, and community feedback.
Context:
Current LLMs still hallucinate answers.
Ensuring the chatbot only references verified, official sources would significantly improve its reliability.
However, NotebookLM currently can’t parse beyond the main page, and doesn’t support including an entire YouTube channel (with all videos and transcripts) as a knowledge source.
While it’s possible to download entire websites, the information would be static and wouldn’t reflect updated documentation.
An ideal solution would be if FlutterFlow extended their documentation into a single-page format so that an LLM could ingest everything — plus full transcripts of all YouTube videos.
Questions:
What do you think of this idea?
Would this approach help you when working with FlutterFlow?