How to Render Output with a Custom React UI

Hi,
I built a custom UI for my Agent using the User Input block with the Custom Interface option. The React code works great. After collecting input, I parse it into JSON in the next block and analyze it in the following blocks.

At the end of my flow, I want to display the analyzed results to the user, but I don’t see a Custom Interface option for the Display block.

Is there a supported way or a workaround to render output using a custom React interface?

Thanks

Hi @Guyaros,

Thanks for the post!

You can display the output using the Custom Interface in the Generate Asset block. Set the Behavior to Display to user, and vibe code the Custom Interface the same way you would in the User Input block:

We also have a tutorial on the Custom Interfaces:

1 Like

Thank you very much !! :star_struck:
Very helpful.