So, here we go. Step two. We have a list of a bunch of challenges we can solve. Now, we're going to choose one of those challenges that we're going to build our app around. Our app is going to be purpose-built to solve this one challenge. Again, if we're solving a challenge that we personally have in our day-to-day life, the odds are someone else out there or many people out there have that same challenge that we can solve and we can get them as customers to our app. So, here are my list of challenges I came up with just from writing down my challenges every day. Let's choose one of these challenges to solve. And I'll show you in a second how to actually build the app out, even if you've never coded before. So, I'm gonna choose for this one, not knowing meals, I can meal prep for an entire week. So, every day I have to make my own lunch and it takes up a ton of time. All I want to do is create content and code, but making my own lunches take so long. So, what I want to do is be able to meal prep at the beginning of the week so that I have meals just good to go that I can microwave every day. The problem is I don't know any meals I can meal prep. I have a bunch of ingredients in the fridge, but I don't know what meals to make with them. So, let's choose this challenge and let's figure out an app that makes it easier for meal prepping at the beginning of the week. So, time for step two. Let's figure out the solution to our challenge. So, to figure out what the solution is to the challenge that we're going to build, open up your LLM of choice. For me, at the moment, I think chat GP03 is the most powerful model. I use it for all my logic based stuff. Open it up. If you want to do what I'm doing, just go to chatgbt. com. What you're going to do is start a new chat and you're going to copy this prompt that I have on screen right now, which is I want to build an app that solves a challenge I have. The challenge I'm trying to solve is, then you put in the challenge you're trying to solve. I don't know what meals I can meal prep for my entire week. I have a list of ingredients, but don't know what to make. Please list five solutions I can vibe code that will solve this challenge. And then you hit enter. And what this is going to do is the LLM is now going to give us a list of possible solutions to this challenge. And what we're going to do is choose one of those solutions and actually build it out with Claude code, which I'll show you how to do. This is exactly what I did with Creator Buddy. I said, "Hey, it takes too long to review my own tweets. What are solutions I can come up with that solves this challenge? " And it basically gave me the outline for Creator Buddy. I built out the app and then I was making $100,000 in 10 minutes. So, we're going to go through that exact same process now. Okay. So, here are the list of the solutions that Chad GPT came up with. It looks like a pretty interesting list here. So, a drag and drop meal prep can man. Interesting. One-click cook once playlist generator. Turn your ingredients list into a step sequence cooking playlist. I kind of like this idea. So, you drop in your ingredients. You list all your ingredients and then an AI takes those ingredients and gives you a list of meals you can make. I kind of like that. So imagine every Sunday night you go in, you list out the ingredients you have in your fridge and then it gives you ideal meals that you can meal prep for that entire week and like remembers your past meals so it always keeps it fresh. That's an app I would use that solves my problems and I can build that and start getting customers right away. So let's do this. Let's take that idea and let's start building out an app for it with AI. So I'm going to show you now is how we can turn that into a prompt for cloud code. We're going to go into actually how to build that out with Cloud Code. Even if you've never used Claude Code before, I'll show you how to get that set up. And then right after, I'm going to show you exactly how to get your first customer so you can start making money right away like Creator Buddy did. So, let's do this. Let's go back into the AI and let's say this. So, here's the prompt we're going to do. I like the idea of giving a list of ingredients in my fridge and then an AI takes those ingredients and recommends me three meals. I can meal prep that week with those ingredients. So, I'm telling the AI exactly which one of those ideas I like. It gives me step-by-step instructions how to build those meals. Please give me an initial prompt. I can put into claude code to build v1 of this app using Nex. js. So feel free just to take this prompt and build out the exact same app as me if you didn't have the list of challenges built out yet, right? Because then we can build this out together and afterwards you can do all these steps I'm giving you. But just a couple things to note. I put in cloud code here so it knows we're building with cloud code so it knows what type of prompt to give us. And I also said Nex. js JS which is a very popular web app framework that we can build our app on top of and we're going to hit enter on this now and what this is going to do is give us the initial prompt we can drop into cloud code to actually build this app out as you can see I'm not going to write any lines of code here it's all going to be done through the AI which is cloud code which again I'll quickly show you how to set up in a second okay so wow look at this is the power of using AI to generate your AI prompts look at this prompt it built out for us it includes all the technologies we need it shows is exactly what's going to be in the app, what the components need to be, what the UI is going to look like, all the tech, all the cards, everything is in there. This is awesome. So, we're going to leave this here for a second. I'm now going to show you the next step how to set up Claude Code. If you haven't already, just take a couple seconds. And then I'm going to take this prompt and we're going to start building out V1 of our app together before we get into how we're going to get our first customers. Let's go.
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.