DEV Community

Cover image for First App built with Google AI studio
Kornel Rzeczycki
Kornel Rzeczycki

Posted on

First App built with Google AI studio

Education Track: Build Apps with Google AI Studio

This post is my submission for DEV Education Track: Build Apps with Google AI Studio.

What I Built

I built an app to generating full box cover of retro game at a snap of the finger. It includes the front being an image generated with Imagen from Google and game text description on the back of the cover. The master prompt I used:
"Please create an app to generate new unique Retro Game cover picture using Imagen for the visuals, and Gemini to create the text descriptions for the game."

Demo


GUI of app


https://ai.studio/apps/c1aa2a41-6d3c-46c7-9bc4-a6fb1357fc1f?fullscreenApplet=true

My Experience

I was surprised how easy it was to generate an app in just a few minutes from successful prompt. Also I was curious about how new Google AI studio can handle such tasks which to me does it surprisingly well. I've got a bit of react along the way to read through generated code.

Top comments (0)