This directory contains example applications demonstrating the genui SDK
capabilities.
| Example | Complexity | Backend | Description |
|---|---|---|---|
| catalog_gallery | Simple | None | Visual reference for basic catalog widgets |
| simple_chat | Intermediate | Firebase/Google AI | A simple, conversational chat application. |
| travel_app | Advanced | Firebase/Google AI | Full travel planning assistant with custom catalog |
| verdure | Advanced | Python A2A Server | Full-stack landscape design agent |
Each example directory contains a more detailed README.md file with
its specific instructions.
| Goal | Recommended Example |
|---|---|
| Understand basic widgets | catalog_gallery |
| Basic use of the SDK | simple_chat |
| Build a production-like app with custom catalog | travel_app |
| Implement client-server architecture with A2A | verdure |