CodeWithLLM-Updates
-

Build apps with Gemini
https://aistudio.google.com/apps
Inside Google's AI Studio there's a section where you can create simple AI applications using prompts. It's a quick tool for prototyping and testing ideas.

The environment uses the Gemini SDK, runs the app in the browser within a sandboxed iframe, and does not support Next.js, Svelte, Vue, or Astro. It also opens an editor with access to the code. There are examples, including music generation.

You can further deploy it on Cloud Run.

https://www.youtube.com/watch?v=YEzjVvE44R0

The first version of the app generates images with unreadable, distorted text. The author doesn't give up and directly in the AI Studio editor provides the artificial intelligence with additional instructions so that it first analyzes the provided information and then creates a higher-quality result. After this, the app starts generating significantly better creatives with a relevant image and correct text.