Can you wrap a Retool app with a custom component?

I want to wrap my Retool application with an outer component. This is for integration with my user authorization service (FronteggProvider component for Frontegg). Is there a way to do this with Retool?

Hello! Looks like you're maybe trying to do something like embed Retool in a React app? If that's the case I would recommend starting with this resource:

https://docs.retool.com/docs/embedding-retool#quick-start-react

There are different examples of how to embed Retool and how to go about user authentication and other common issues. This should help, but if you need any further clarification or assistance please let me know!

John

1 Like

Thanks. This looks like exactly what I am looking for. I wrote up a story to test this out.