Third Party UI Library Integration

Can we integrate GoRules (Business Rules Engine) in retool.
gorules.io is an open source library that provides UI for creating rules etc.
Can we integrate it with retool.

Hi @Chakshu_Jain1 ,

Depends on what exactly you are trying to do or integrate. But short answer is yes! You can integrate just about anything (if not everything) with an API to ReTool.

To get started with a ReTool API integration with gorules.io, you'll probably want to start with creating a REST API resource for your Gorules.io. Here's ReTool's guide to get you started: Connect a REST API | Retool Docs

Hope that helps!

Welcome to the community, @Chakshu_Jain1! Thanks for reaching out.

I'm not familiar with GoRules, in particular, so might need some additional context in order to concretely say that it can be integrated into Retool. Are you looking to set it up as a resource that you can query via a REST API or as a JS library that can be imported into the Retool browser environment?

@BaraAgency's recommendation above addresses the former use case, but you will most likely need a CDN for the latter. If you can give us a little more information about your goals, we can definitely be more helpful!