Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@ Widget build(BuildContext context) {
}
```

## Look & Feel

### Interactive [Travel App Example](examples/travel_app/)

<img src="misc/travel_app_genui_example.gif" alt="GenUI Travel App Demo" height="500">

*The GIF above shows how GenUI enables dynamic, interactive UI generation — instead of text descriptions or code from a traditional AI coding agent.*

### Core Difference
This UI is not generated in the form of code; rather, it's generated at runtime based on a widget catalog from the developers' project.

<img src="misc/travel_app_genui_example.png" alt="GenUI Features Breakdown" height="600">


## Implementation goals

* **Integrate with your LLM:** Work with your chosen LLM and backend to incorporate graphical
Expand Down
Binary file added misc/travel_app_genui_example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added misc/travel_app_genui_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.