DEV Community

Cover image for My entry for "Build apps with Google ai studio
Reyvaan Jariwala
Reyvaan Jariwala

Posted on

My entry for "Build apps 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

As given by you, I created an app in which you can input an idea of a drawing of your choice, and in return, a AI model(not imagen cuz its not free) creates an image which can be printed and then colored.

*Here is the prompt I used to make the app - *

So I have an app Idea, the target audience is children aged 8 to 18 so make the interface, font and color palette vibrant, engaging, and easy to navigate. my idea is an app which generates on demand coloring book pages based off of the user's specific prompts using integrated generative AI technology. use imagen to create the images, these images can then be directly printed by the users and used for coloring. to process the request made by the user, use Google Cloud Functions for seamless server less execution and prompt handling. I want the app to be extremely simple, featuring a navigation bar on the left hand side, including the tabs: Home, Recent designs, and deleted designs, on the main page, I want a large search bar, similar to google Gemini's search bar in the middle, an option to upload a file for reference(and actually refer to it). the color scheme should be mainly pure black, with white text and highlights, the font can be taken from google fonts, and it should be Nunito for the small text and Manrope for the large text(if any)

Demo

Here is the link to my app - https://coloring-book-page-generator-948168143220.asia-southeast1.run.app/

My Experience

From this course, I learnt the importance of clear prompts in which you tell the AI exactly what to do an dhow you want it, I was pleasantly surprised to see how well this AI can actually create an app and how it fixed its own errors.

Questions

-If i want to change some things inside the app myself like dimensions, color, components, font, or font size, how do I do that, I don't know java script or any other coding(like typing)

Top comments (0)