Web app for designing your own pet calendar with generative AI
Budget: €250 – €750 EUR
It's a web app that lets people choose style and prompt, pet photo gets loaded from previous app, and it generates your pet as the "star" of your custom calendar.
At the top people will be able to choose what type of calendar they want. There will only be a few, so these can be hardcoded (not queried from BE).
Then, they can write a prompt like "my dog as an astronaut on the moon", choose a style (eg. "cartoon"), and it will display 8 AI-generated images of it. When clicking on the "style" image, user can select the style. There will be quite a few hard-coded options, but it needs a slider on the modal. When selecting the style, it will close the modal, change the Style image and text below the image.
Users can click on any of the 8 AI-generated images, and it will show that one on the big image (on the left, which is 2x larger than others).
After selecting an image, under "How it looks" the selected image will be shown how the calendar would look on the wall of your room / living room / kitchen / etc. It doesn't need to be a fancy image carousel, can be just something basic.
We are very familiar with backend coding, but not in the frontend part. So what frontend needs to send to backend:
1. Calendar type, prompt, and style selected when clicking "Go"
2. "Go" button would be locked until AI finishes generation, when user can re-generate more images.
3. This should dynamically load images, as they get generated to 100%. For PoC, frontend querying every 1sec is ok (no need for websockets).
4. After selecting the generated image, frontend would query the "How it looks" images from backend and display them.
5. When user clicks "Order now" frontend sends backend which image was selected (of the 8).
Attached is my quick wireframe of the web app. Backend can be prepared in advance (eg. node.js) so it's easier to test some features.
Plus: responsive design, so it works on mobile as well
At the top people will be able to choose what type of calendar they want. There will only be a few, so these can be hardcoded (not queried from BE).
Then, they can write a prompt like "my dog as an astronaut on the moon", choose a style (eg. "cartoon"), and it will display 8 AI-generated images of it. When clicking on the "style" image, user can select the style. There will be quite a few hard-coded options, but it needs a slider on the modal. When selecting the style, it will close the modal, change the Style image and text below the image.
Users can click on any of the 8 AI-generated images, and it will show that one on the big image (on the left, which is 2x larger than others).
After selecting an image, under "How it looks" the selected image will be shown how the calendar would look on the wall of your room / living room / kitchen / etc. It doesn't need to be a fancy image carousel, can be just something basic.
We are very familiar with backend coding, but not in the frontend part. So what frontend needs to send to backend:
1. Calendar type, prompt, and style selected when clicking "Go"
2. "Go" button would be locked until AI finishes generation, when user can re-generate more images.
3. This should dynamically load images, as they get generated to 100%. For PoC, frontend querying every 1sec is ok (no need for websockets).
4. After selecting the generated image, frontend would query the "How it looks" images from backend and display them.
5. When user clicks "Order now" frontend sends backend which image was selected (of the 8).
Attached is my quick wireframe of the web app. Backend can be prepared in advance (eg. node.js) so it's easier to test some features.
Plus: responsive design, so it works on mobile as well