How to create an application in Google AI Studio for free and easily

Let’s explain to you how to create a simple web application with Google AI Studio. It is a program with which you can create applications, websites, or other projects by writing the code with artificial intelligence. Come on, you tell him what you want and Gemini will generate the web application, also showing you the code. But there are some things you need to keep in mind, so we’ll start by telling you the risks involved in creating a webapp with AIespecially in terms of privacy if you are going to publish it. Then, we will tell you step by step how to proceed in a simple way. Before you start, dangers to be aware of Before we get into this, you should keep in mind that may not be a good idea create a web application using artificial intelligence, especially if you plan to publish it. It all depends on what you are going to use it for. To start, with Google AI Studio you will only build a skeleton of the web page or web application, pure HTML code without a secure and private database for each user you access. Therefore, without a login system, you run the risk of all data being exposed on a kind of public board. For example, imagine that you create a notes web application, and that you publish it on the Internet. So, everything you write can be read by othersand even other people will be able to add elements. This means that what Google AI Studio allows you to do are web application skeletonsa complete code that you will then have to fill out to add databases and records. It is best not to publish them. as generated by this tool. There is the possibility to ask the tool to generate an application with local memory to be saved in your browser. This will make it private by saving the data in the cache, although everything you type will be lost if you change browsers or when cache cleans are done. And the other big problem with creating a web application with an artificial intelligence tool is that there may be bad code that does not work wellso it is always advisable to review the code with knowledge and verify that everything does as it should. Use an AI to design the prompt Google AI Studio works with artificial intelligence, which means that you can describe what you want with natural language, and then it will translate it into an application. Therefore, you will only need one prompt. However, It will be more effective to use an AI to generate the prompt. It is like using an AI as a translator so that the idea you have in your head is reflected in a much more complete and complex prompt that you will then be able to review. For example, I have used Claude and I have explained to him what I want the application to have and the ideas for the design. When making the request I have specified that what I want is a prompt to make a web application in Google AI Studio. As a result, Claude has created me a multi-paragraph prompt in English, also including the color code I want it to use. In addition, he has thought of an interface to do it, and has designed the prompt explaining it so that Google AI Studio understands it. As a small noteremember that this AI has Claude’s Artifacts, which are like internal applications. Therefore, you will always be able to say something like “create an artifact from this prompt”, so you will be able to create an internal app and verify its style. This will not be the same as the one from Google AI Studio, but you can use it as a test. We start creating the application To start creating your application, enter Google AI Studio with the web aistudio.google.com. Once inside, click on the section Buildwhich is used to start creating an application. Now copy the prompt that we generated before and paste it in the writing field. I recommend that when you do it check the prompt in case there is anything in it that you want to change. Once you have it, click on the button Build to start the process. Now, Google AI Studio will generate your app. When it does, you will see that the screen is divided in two. On the left you have a part that is like a chat with the tool’s AI, and on the right the preview. Once you finish, you can test that everything works to your liking, and use the chat on the left to request changes and corrections. It is very important that you now take your time adding and changing elements in the application. Do it little by little, don’t be in a hurry and make short prompts with specific changes to progress progressively. With every prompt you type, Google AI Studio will remake the app. You can also ask the AI ​​that generated the app questions, and based on the answers to ask it to make changes. For example, you can ask him make sure the data is saved in the localStoragein the computer’s memory, so that they are not exposed on the network. You can also ask for more complex things, like helping you set up a system for signing in with your Google Account and saving your data to Google Drive. In this case, the AI ​​that you have on the side of the project will guide you step by step through what you have to do and giving you the credentials to do it. By default the tool will show you a preview of what you are creating. but you can click on the tab code to preview the internal code of the web application. You also have a download button to download the code and then be able to use it whenever you want. … Read more

How to use Google AI Studio to create your own Gemini without filters or defining its censorship

Let’s explain to you how to use Google AI Studio to set up a Gemini chat that does not have security filters. Thus, you will be able to chat without the protections that the website has. Gemini by default with the same model that uses the chat with artificial intelligence. Google AI Studio It is a page that has many functions, you can from creating applications and code to playing with the AI ​​models created by Google by configuring the way it responds to you. And this second is what we are going to teach you in a quick and simple way. Gemini without filters in Google AI Studio The first thing you have to do is enter Google AI Studio and open a new chat. For that, you have to click on the option Playground or go directly to aistudio.google.com/prompts/new_chatalthough this will be what the tool itself does by default when you enter. This will put you in a new chat. In it, in the right column you will have several options to configure it. Here you have to go down to the bottom and open the section Advanced settingswhich will be closed by default. Once inside, click on Safety Settings to proceed to configure chat security. This will open the key window, where you can completely disable security filters that censor the content of your chats. Of course, even if you reduce it there will still be minimal protectionssuch as for adult content. Therefore, basically what you are going to do is reduce the filters to a minimum. And once you have it, just close the window and start chatting normally. The conversation will take place with these filters. Two small details to take into account Although just using Google AI Studio to chat does not involve the use of the APIat the top of the chat you will be able to see the account of tokens you are spending and their equivalent in money. Thus, if you built an app that requires the API to make these dialogues, you would know the money it costs you. Another thing to note is that on the right you will be able to choose the Gemini model that you want to use. Each of them will have a different token consumption, but also more or less possibilities. Besides, you can configure some system instructions in case you want to define the tone you want Gemini to use or its responding style. In Xataka Basics | Free Gemini API: what it is, what it is for and how you can get one to use in your projects

What is Google AI Studio and what you can do with this creation tool with artificial intelligence

Let’s explain to you what it is and what you can do with Google AI Studiothe creation suite with artificial intelligence from Google. It is a website aimed at all types of users, from artificial intelligence experts to the curious, to be able to create things with Google AI in a more flexible way than with Gemini. We are going to start the article by explaining what exactly this tool is and how it is different from Gemini chat. Then we will tell you what you will be able to do with it once you go to its official website, which is aistudio.google.com. What is Google AI Studio Google AI Studio is a kind of artificial intelligence laboratory from Google. It is a web tool that you can use on any device through your web browser, with which you will be able to create applications, prototypes, or functional code based on your requests. You tell it what you want, and artificial intelligence will help you create it. Therefore, it is like a developer environment with the Gemini SDK, but with a simple interface so that any user can use it. It’s like having the Gemini engine in sight and with all the controls exposed so that you can adjust, experiment and build your own things, choosing between several artificial intelligence models to use. So you understand, the Gemini chat is like a closed computer, an already finished product. You ask it for what you want, and the chat decides which model to use, generating a result for your request based on how it has been configured to work. Meanwhile, Google AI Studio is like an open computer where you can change the parts. You can choose the model to use, and you have complete control over your behavior without personality filters or anything like that. You can adjust how it responds, upload all types of files as a starting point, or even create your own Gemini adapted to what you want without knowing how to program. Therefore, It’s like a blank canvas where you can give shape to any idea that needs artificial intelligence. Do you want to create an application or web tool? Here you will be able to do it in a much more versatile way than with normal Gemini. Do you want to create code? Well, you can do it too, although if you prefer a more classic website development environment you also have the tool Antigravity from Google. What you can do with Google AI Studio To begin with, with this portal you can talk to Gemini having greater control about AI. You can go to the Playground section and simply use Gemini by adjusting how he responds, his tone, how long he extends his answers, etc. Come on, you can get a custom Gemini. One of its main functions is to create applications without writing codein just a few minutes and without knowing how to program. Just describe the app you want and Gemini will build it. Additionally, you will be able to access the Free Gemini APIand create several for projects within this tool or in other third-party tools where you want to link AI. You can also generate images and videos. Keep in mind that among the many Google models available are Nano Banana and Veo, so you can access them directly. You can also analyze documents, images and videos uploading files of all types, from photos to PDFs. Additionally, you can analyze the content of web pages just paste the URL and ask it what you want. Another function is that you can create your own custom assistant or chatbotcreating practical and specific tools for personal use. They can be tools to practice languages, apps to organize photos, whatever you need. You can also write and debug code. You can ask with natural language what you want to achieve, and Gemini will create the necessary code for it. Additionally, you can access the latest models created by Google. In Xataka Basics | The best applications to have local artificial intelligence on your mobile or PC, without needing a connection and with greater privacy

I have tried Apple Creator Studio and it is clear to me that Adobe has a problem. The key: its price

Prove Apple Creator Studio It is relatively simple because, in one way or another, the subscription includes applications already known in the creative world. Apple has been smart and has come up with a package that allows access to Final Cut Pro, Pixelmator Pro and Logic Pro. That’s for starters. And finally, more tools like Motion, Compressor, MainStage, and even AI tools in your office suite. In any case, the real value of the subscription is provided, at least for me, by Final Cut Pro and Pixelmator Pro. Although my time as a TikToker is now a thing of the past, I still use photo and video editors for my things and my daily life and, after having been playing around with the apps included in Apple Creator Studio, I can only conclude that Adobe has a problem. One that costs 12.99 euros and that expands throughout the Apple ecosystem. This is not about YoTO. As much as one of the interesting additions to Apple Creator Studio is AI, the truth is that the utilities based on it, which are useful in some cases, take a backseat in practice. The key to the subscription is the price and the comparison with its direct rivals. And for example, a button: monthly price apple creator studio (Includes Final Cut, Pixelmator Pro and Logic Pro, among other apps) 12.99 euros Creative Cloud Pro (includes entire adobe suite) 118.96 euros Adobe photography (includes photoshop and lightroom) 24.19 euros adobe photoshop 26.43 euros adobe premiere 26.43 euros adobe audition 26.43 euros capcut pro 29.99 euros canvas pro 12 euros The separate purchase of all the apps included in Apple Creator Studio would amount to around 800 euros, but it is possible to access them for 12.99 euros per month. Not one of the rival subscriptions, not a single one, is capable of matching what Apple offers in price, features and simplicity. Pixelmator Pro | Image: Xataka In few contexts something else comes to light. The Adobe subscription that includes all its tools costs 119 euros per month. Almost ten times what Apple’s costs. The problem is that this subscription contains apps that not everyone will take advantage of. Anyone who wants to access Photoshop and Premiere has no choice but to go through either Creative Cloud Pro (119 euros per month) or combine photography and video plans whose cost would amount to more than 50 euros. The question is whether the 119 euros per month subscription offers the user 119 euros in value, because probably not. Anyone who wants to edit photos and videos probably has no interest in Audition, InDesign, or Fresco, so by choosing Adobe you will be paying more for tools you don’t use. Apple goes simple. Because Apple knows that this is not about great creators with teams behind them, but from aspiring/small influencerscreators who cook it and eat it. If you already have an iPad (undisputed king of the tablet world) or a Mac (historical favorite in the world of creativity), the integration, familiarity and communication between apps achieved by Apple is unrivaled, and neither is the price. Some of the Apple Creator Studio apps | Image: Xataka The apple firm has not warmed up by offering very niche products, quite the opposite. You have taken the four key tools that you know work, some AI tools for office automation, you have put them in the blender and served them to the user. Will there be cases in which Adobe is more worth it? Possibly at the studio or company level (or if you have a Windows PC, of ​​course), but at the user level and in the Adobe environment, CapCut and Canva in particular are against a rock and a hard place. AI Utilities. At the office automation level, I consider that a lot and at a very extreme level you have to use Pages, Number and Slides for Apple Creator Studio to be worth it to you. Beyond certain utilities such as rescaling a photo, accessing premium templates and generating images (with OpenAI models in the background, by the way), office automation remains more or less the same. It is not the strong point, of course, and if you use these apps for university work you can survive without the subscription without any problem. Here you can see the search by transcript. When searching for “iPhone Air”, Final Cut Pro returns only the parts where that word is mentioned | Image: Xataka Little lifesavers. Where AI does play, or can play, an interesting role is in editing. Apple’s approach is not so much to have the app edit for you, but to assist in the process. There are a couple of features that have caught my attention and I find particularly useful. They are not even half of those included and that puts another reality on the table to which we will return shortly. Search by transcript: If you have followed a script and you are clear about the phrase you are looking for, you can reach the exact moment by simply entering that phrase in the search engine. For a TikTok maybe not, but for a half-hour YouTube video, an interview or a podcast I find it super useful. beat detection: One of the first things they teach you when you edit video is to change shots to the rhythm of the music so that there is coherence and dynamism. Until now, the best guide was the peaks in the audio track. At each peak, plane change. Final Cut Pro is now able to flag those changes to make docking faster and more intuitive. I like it. Montage Creator: I don’t edit on iPad because the day they distributed patience I fell asleep, but having the ability to make quick montages by importing several video clips and an audio track seems quite useful to me, especially for typical reels or TikTok which are just resourceful shots happening to the rhythm of the music. For typical b-roll … Read more

Apple Creator Studio is not just a subscription. It’s Apple looking to conquer the little tiktoker who uses CapCut and Canva

Just a few days ago, Apple announced the launch of a new service: Apple Creator Studio. Roughly speaking, The apple firm has updated its suite of creative tools to bring them to a more specific audience who, instead of a single payment per tool, may be more interested in an affordable subscription that allows access to all of them. Looking at it with perspective, and without losing sight of the fact that it is another recurring expense to add to the current account, perhaps it makes a lot of sense for a very particular profile: the small creator. What’s included in Apple Creator Studio. To give a quick summary, the subscription costs 12.99 euros per month (129 euros if you pay annually or 2.99 if you are a student) and allows access to the entire suite of Apple creativity apps. We are talking, of course, about Final Cut, Logic Pro, Pixelmator ProMotion, Compressor and MainStage. Additionally, some generative AI features and exclusive content are included in Freeform, Keynote, Pages and Numbers. Pixelmator Pro | Image: Apple Some quick accounts. Thinking only about the Mac versions, the cost of all the creativity apps would amount to 794.94 euros. One-time payment, yes, but close to 800 euros. Apple Creator Studio costs 12.99 euros. It would take 61 monthly payments, that is, five years, to reach the total amount of the single payment. And who is this for? Although for a professional user 800 euros may not be such a high figure, for the small creator looking to use professional tools on their Mac, 12.99 euros per month may sound more attractive than 800 euros in one fell swoop. Not to mention that the subscription includes access on all platforms, namely Mac, iPad and iPhone, whenever possible. And Apple is clear that this subscription is not for Pixar, but for the small creator who has and manages himself a TikTok account, a YouTube channel, an Instagram profile and a podcast. For those who, right now, pay for CapCut, Photoshop, Premiere or Canva. Apple wants to tempt you with a more affordable, all-inclusive subscription and integration. Pixelmator Pro | Image: Apple Why now? From Xataka we have had the opportunity to speak with Bryan O’Neil Hughes (Global Director of App Product Marketing at Apple) and John Danty (Senior Global App Product Marketing Manager at Apple). Brian explains to us that this service responds to the “change in the nature of creators.” According to the executive, creators “no longer do just one thing; they need to manage multiple creative workflows and we want to serve them with these evolved apps.” According to Brian, “today’s creators are multidisciplinary: a musician not only writes songs, he also produces, designs his art, edits videos and creates promotional material.” Final Cut Pro | Image: Apple That explains the two options.. However, one thing is worth asking. If Apple is betting so heavily on services, being an almost more important source of income than the iPhonewhy keep the single payment? Danty explains to us that they want to “preserve our relationship with the professional community. Those who already have versions of Final Cut or Logic Pro will continue to receive updates and features such as beat detection.” This makes sense from a practical point of view. The video editor that only edits video will not take advantage of an app like Logic Pro or Pixelmator Pro, in the same way that an illustrator will not take advantage of Logic Pro or MainStage. The single payment is, in that case, more attractive. But to the tiktoker, instagramer, youtuber or budding singer who does everything himself, having access to all the tools doesn’t sound bad. In Brian’s words, “There is an explosion of content, driven in large part by the iPhone. More video is being captured, edited and shared than ever before and our apps are there to participate in that user journey.” Chord ID in Logic Pro | Image: Apple The topic of AI. John Danty explains to us that Apple’s philosophy is to “amplify, not replace human dexterity.” Features like Montage Maker and Chord ID They automate tasks that previously required learning technical skills, but now AI has a role in that creative flow that, in some way, could prevent the user from learning on their own. Brian and John understand it differently. For example, Montage Maker allows you to put together a quick video with the best moments of all the b-roll. For Bryan, “it helps those who have a lot of material and want to move quickly, but the editing and final polishing still depends on the user.” chord ID uses AI to pull chords from any recording and turn it into a progression, so “it helps you understand what you’re playing, which becomes a learning tool,” according to Danty. A matter of preferences. Be that as it may, there are three undeniable realities in this new release. The first, that Apple is going to start charging for applied AI functions. The second, that Canva, CapCut and Adobe have come up with a new-rather-renewed rival. The third, which even though it has an attractive price, is one more subscription that is added to the ones we already have and to generalized satiety with this monetization. How it will gel and evolve is something we will see over time. Images | Apple In Xataka | The incredible stock market performance of Big Tech, in a graph: the magnificent seven are now the unleashed seven

What is Google Firebase Studio and how this tool works to create artificial intelligence applications

Let’s explain what Google Firebase Studio is, the new tool for Create applications with artificial intelligence. You can do it without writing a line of code, just describing Google’s AI what you want, so that it generates the code for you. At the end of the process, you will have a functional web application that you can use and publish to see the light. Obviously, this is only prototyped, because you will also have the option to edit and review the code on your own to make sure everything is fine. What is Google Firebase Studio Google Firebase is the Webs and Applications Development Platform Created by Google. The idea is to cover most of the needs of developers, being able to store software, provide notification system for apps, necessary databases and authentication services or use analysis. And in 2025 Google has created Firebase Studio, which is a section within this platform that allows you Create webs and apps with artificial intelligence. You do not have to do anything, it’s something like Vibe Codingwhere AI generates the code and you just have to check it. The idea of ​​this service is that you simply have to Describe the type of application you want to create. For that, you must define what you want me to do in detail with a natural language. You have to describe what you want to do with the app, how it should be, its functions and anything else you can think of the same as if you will explain to a person. For this, Google Firebase Studio uses Geminithe artificial intelligence system of the company itself. Specifically use Gemini 2.0 Flashwhich will be the one that is responsible for interpreting your description, and to generate the application code in a few minutes. Of course, remember that what this tool will generate They are applications prototypes. Once you have it, you may have errors, and you will have to check the code, make the corrections you want and click on Post so that Google is in charge of hosting her. How to use Firebase Studio The first thing you have to do is enter the Firebase website, whose address is Firebase.google.com. Once inside, click on the button Begincontinue with the introductory steps that appear when you are going to use this program for the first time. This will take you to the Firebase Studio page, whose address to enter later is Studio.firebase.google.com. The tool interface is similar to that of an artificial intelligence chatbot, you have a writing field where you should Define what you want the application to do. Then click on Prototype with AI. This will take you to a Gemini page, where you are shown Suggested options and design For this application, as well as a name. On the right you have the icon of a pencil in case you want to make changes in the suggestion. When you have the app as you want, click on Prototype This App To create it. If you click on the edit button with the pencil iconyou will go to a page where you can manually change what you want within the description, including colors or functions. You also have a field to write the changes you want to make and that the AI ​​is in charge. When you finish click on Save. You will also have a button Prototype This App To start creating it from this window. And that’s it, then you’ll see in front of your eyes how the application code is createdand how after doing so, possible errors are sought and corrected. And that’s it. When you finish you will have a demonstration of the application to try it, and below you will have the button Edit of Code to review and make changes in the code. Up to the right you have a publishing button so that the web application is accessible. In Xataka Basics | Gemini Advance functions that become free in March 2025

Log In

Forgot password?

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

Add to Collection

No Collections

Here you'll find all collections you've created before.