So for this app, we are going to use Claude Code, which in my opinion is the most powerful AI coding tool in the world right now. Very easy to set up, very easy to use. I'm going to show you how to set it up. we're going to put it into Cursor, which is my favorite way to use Claude Code. If you already have Claude Code set up and are a Claude Code genius, maybe you watched my other videos, feel free to skip to the next chapter, or maybe you just watch it to get a quick review on how it all works. But let's set up Claude Code so we can start building out V1 of our app. So Claude Code, very easy to set up. Just go to anthropic. com/cloudcode. It has this commands right here that we're going to run in a second. Leave that there. We're going to use it in a moment. And then what you also want to do is install cursor. So cursor is the development environment we're going to install claude code in. It just basically makes Claude code a lot more visual for us. So we can see the code and all the components very easily. So go to cursor. com, download that. There's a free tier that we can get this up and running with. Just download that. And then what we're going to do in a sec is install claude code inside of cursor. We're inside cursor now. Let's get this set up. We're going to put in cloud code. Let's just first open up a new project. So we're going to click open project and we're going to create a new folder. I created a new folder inside there called meal prepper. So we got that set up. Now let's just install clawed code. So you hit command till day to open up your terminal. I'm going to move this over to the right hand side of the screen. There we go. We can close that up. Close that. And now we're just going to paste in our Claude Code command from that last screen. So, paste in that command from the Claude Code website. And then you're just going to hit enter and you're good to go. Claude Code's installed. Then all you need to do once it's installed to run it is hit Claude. You just type that in, hit enter, and boom, Claude is going to open up for you. All right. So, there you go. on the right hand side in that terminal is now claude code and we can start building out this app. So for those who don't know claude code extremely powerful AI coding tool. You just give it prompts on what you want to build and it goes and just builds it out for you. You really don't have to mess with any code whatsoever or have previous technical experience or abilities. So I'm going to take the prompt from chat GPT we just showed a second ago and we're going to paste it in here. And this initial prompt is what's going to build us v1 of our app. Once we get this built out, which should be pretty quick, I'm going to go into how I started getting customers for Creator Buddy. So, you can start doing that for your app. I hit enter and Claude Code now got my entire prompt from the last step and it's going to start building that MVP, the minimal viable product, so that we can get our app up and running and start getting customers as it goes. Just feel free to hit yes and let Claude Code run on every kind of question it asks you there and it'll just keep writing the code for you. Okay, looks like the app is all set up now. Couple more things we need to do. We just need to add the AI API key. So, we're just use an API key for OpenAI. This is going to allow us to have AI functionality inside of our application. Cloud Code pretty much oneshoted everything else. So, let's just get our OpenAI API key and we'll be good to go. So, if you go to openai. com/api, you'll be on their platform site. I can just hit log in here. All right. Once we're in here, we just click on API keys on the lefth hand side. And we can set up a new API key that we can use in our app. You just click create new key in the top right. We're going to give this a name. We'll call it meal prep. And I'll click create secret key. And this will give us our key. Once you have that, just copy it. Paste it right here next to open AI API key in the env file. And you're good to go. All right. So, let's do this. Let's actually run the app. Now, if you don't know how to run the app, feel free just ask cloud code, hey, how do I run this app or get installed? Is it good to go? Once you do that, should be pretty simple for us. It's going to just be npm rundev in the terminal. I hit enter. Bada bing, bada boom. We click on that. Let's see what this app looks like. Okay, there we go. In one single shot, we have this app. Let's do this. Let's put in a few uh materials from our fridge and see what we got here. Let's see if it can build us an actual meal. So, I'm going to put in chicken, rice, asparagus. We'll say salt, pepper, broccoli, eggs, potato chips, paprika. All right, let's do this. Let's plan my week. Let's see what it can do here. All right, look at this. It looks like it generated Okay, it gave me three options. Oh, I like that little hover effect it gives me. Gave me three options and told me exactly how to build uh those meals using the ingredients it gave me. That's pretty awesome. We now have officially have an AI app. Now, there's a bunch of things we can do here. I can sit here for the next 10 hours and show you how to add really cool features and make this better and improve. But the point of this video is to show you how to build and launch an app that starts making you money right away. We have our app good to go. Let's start talking about how we can get our first customers.