This is a request for a new feature that uses generative AI to allow users to create basic Retool app UX templates based on natural language descriptions. Similar to how a dev interacts with v0.dev today, but within Retool.
Here is a sample prompt I put into v0.dev. I would like to put this into Retool to get started, and then wire things up myself:
"""
Build a simple app consisting of a form for requesting "temporary access" to an auth0 organization. I'll input the "reason" I'm requesting access and the org name as a string. My email will be auto populated and uneditable. I have a way to submit this.
Below the form is a table showing me recent temporary access requests submitted by a broader set of users. The table includes the submitter (email), the time they submitted it, and their reason.
"""
It would be extra cool if I could give the interface logos and sample color schemes, and it brands the app for me too, making it look nice.
If this feature is already available, I would love to learn where and how I can use it.
Thank you