DEV Community

Cover image for WebDev Docs Workflow
Nabil Alamin
Nabil Alamin

Posted on β€’ Edited on

9 4 3 4 3

WebDev Docs Workflow

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

Workflow Link

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 πŸ‘‹

Image of DataStax

Langflow: Simplify AI Agent Building

Connect models, vector stores, memory and other AI building blocks with the click of a button to build and deploy AI-powered agents.

Get started for free

Top comments (12)

Collapse
 
hikolakita profile image
Hikolakita β€’

Congrats bro! Your workflow was really awesome! :D

Collapse
 
arndom profile image
Nabil Alamin β€’

Thanks a ton 🀝 wanderlust was also really amazing!

Collapse
 
hikolakita profile image
Hikolakita β€’

Thank you too!

Collapse
 
philiphow profile image
Philip How β€’ β€’ Edited

@arndom Did you publish the workflow on the Coze store? The Bot works great, but the Trailblazer prompt needs you to publish the workflow!

Collapse
 
arndom profile image
Nabil Alamin β€’ β€’ Edited

@philiphow
It's published but there's no store for workflows on Coze or am I missing something?

I asked on their discord and was told by an admin the only way was to share a bot
Image description

I've also just edited the workflow and added the only URL I can find for the workflow

Collapse
 
philiphow profile image
Philip How β€’

That's my mistake! Thanks @arndom

Thread Thread
 
arndom profile image
Nabil Alamin β€’

No worries. Thanks for the concern πŸ‘

Collapse
 
hikolakita profile image
Hikolakita β€’

Awesome work, like always!

Collapse
 
arndom profile image
Nabil Alamin β€’

Thanks πŸ€—

Collapse
 
jaredcodes profile image
Jared Weiss β€’

For what it’s worth, I’ve spent more than a day trying to make loops work. I’m convinced they just don’t :(

Collapse
 
arndom profile image
Nabil Alamin β€’

They probably have a loop node in the works but since everything is free at the moment it's not released

Collapse
 
jaredcodes profile image
Jared Weiss β€’

I hope so!

Image of Checkly

Replace beforeEach/afterEach with Automatic Fixtures in Playwright

  • Avoid repetitive setup/teardown in spec file
  • Use Playwright automatic fixtures for true global hooks
  • Monitor JS exceptions with a custom exceptionLogger fixture
  • Keep your test code clean, DRY, and production-grade

Watch video

πŸ‘‹ Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay