Inspiration

We were inspired by Gumloop to build a no-code AI Pipeline builder with UI integration

How we built it

We designed the UI ourselves and managed to finish coding it within the 24 hours of the hackathon. The node chaining logic was done with a graph in the frontend, where each UI component is a node, and the connections between them are registered as edges. This helped us be able to chain api calls and UI outputs based on the edges between the nodes. In the backend, we used ChatGPT, Gemini, and various Cloudflare models, to provide the user with easy access to the models and the ability to tweak their parameters.

What's next for FloowBox

We want to move the logic to the backend and integrate websocket communication for updating the nodes. We also want to improve the UI and allow users to upload their own models into the playground.

Built With

Share this project:

Updates