This is a submission for the Coze AI Bot Challenge: Trailblazer.
What I Built
WebDevDocs is a workflow that aims to provide bots with up-to-date documentation and information regarding various areas of web development; from a library, package, framework, standard, programming language and everything in between.
Demo
Here's an example bot to see it in use: Web Dev Docs
Journey
Whenever I tried using ChatGPT or Gemini to get real-time information, they weren't always helpful so hearing about the Coze platform allowed me to create a potential solution.
While making this, I tried to jam as many features as possible; looking for up-to-date articles, parsing through github issues, going through code, and many more... at the end of the day, the workflow test run failed. After some interactions on their discord, I figured that running such complex activities would lead to hitting a limit.
After a night of fighting trying to make a loop work to reduce the load (which didn't work, was tempted to make conditional loops workflows my submission 😅), I cut it down to simply finding the links and pointing a user in that direction, the reason being those extra features can be built using this workflow as a base.
Thanks for reading and I hope you find this workflow helpful 👋