Example: Text-based UI Generator

This tool generates a text-based user interface based on description. Full source code is provided for you to try out.

We are advocates of AI Driven Development as practiced by https://eastagile.com. To support that we use AI to help us develop user interfaces. This tool generates a text-based user interface based on description and an (optionl) request for certain user interface elements. The prompt for the tool asks for design elements as well as appropriate UI text. This example is presented as a concete and practical example of a tool that one might create and deploy throughout your team. Here is an example of its usage. User Input:

text based UI generator sample input
Sample input using the specified input fields.

Generated Output:

text based UI generator output
A text-based user interface with text generated by our app.

You add your custom tool json inside Genstudio.

upload custom tool
Upload json to define a custom tool

Here is the actual json that you would update in a file (i.e. text-based-ux-designer.json).

You could create your own icon and enter it as a base64 block of text to this json. Otherwise a nice default will be used.

Last updated