4 ms·
This is really cool. I'm interested in the GenUI part. Is the web app itself static and the stories are generated on-demand? Do you give gemini some UI compone
by vedmakk 9mo ago
This is really cool. I'm interested in the GenUI part. Is the web app itself static and the stories are generated on-demand?
Do you give gemini some UI components/templates to build with or is it just prompting to get consistent results across multiple stories?
- pests 9mo agoGoogle AI Studio has a Gallery[0] with some similar apps. It's an editor so you can view the code, they are usually react apps with gemini integration via genai package. Like this one here[1] is similar. It generates interesting stories to share about a route you are driving / walking / biking along. This is one of the pre-made examples I believe, I didn't make it or anything. Just to show some how some of this might work. [0] https://aistudio.google.com/apps?source=showcase&showcaseTag=featured https://aistudio.google.com/apps?source=showcase&showcaseTag... [1] https://aistudio.google.com/apps/bundled/echo_paths?showPreview=true&showAssistant=true https://aistudio.google.com/apps/bundled/echo_paths?showPrev...
- sdan 9mo agoYes I have base css/js that I inject on top of whatever codegen gemini 3 comes back with -- It runs via ai-sdk so the specific function is streamObject which is prompted to generate inner HTML elements