Feel free to take it from the description down below and build along with me because if you do, you'll have a really awesome app you can use day-to-day as well. I want to build an AI prompt library app. Users can enter in an AI prompt and save it to their library. They can view their library of prompts and edit them. The prompt editor should be a beautiful markdown editor. There should even be a button in the editor called optimize that takes the prompt and sends it to Claude Sonnet 45 API and optimizes the prompt to improve it. This should be a beautiful application using Tailwind and Shad CNN. It should be Nex. js and Superbase for database and off. Get creative with the UI. Don't make it a basic AI interface. So, we're going to build an awesome application full stack. So, have database off AI everything you need for a fullscale application. So, you're going to learn a ton of and have an awesome app. Let's hit enter on this. Let's put it to work. So when I typically use Claude Sonnet for Opus 4. 1, I'd break it down into small little tasks, make it easy to build out. It was great with building those tasks out little step by little step. But with Sonnet 45, Anthropics telling us it can work for 30 hours straight on code. So I gave it the full monty. prompt. So let's see if we can just build it out in one shot here. So it built out its to-dos here. I'll make this a little bit bigger for you guys so you can see this. So, it's going to build out the application, add all the technology, do I want to allow this command? Yes, and don't ask again. And we'll get to work here. We're using Nex. js for the front end. Really simple to use web framework. We are going to use Superbase for the database. I'll show you how to set up that as well for both the database and the O. And we'll see if Anthropic will come through on their promise here on this being the best coding model ever. I'll be honest with you, over the last few weeks, codeex with GPT5 has been incredible. Let's see if Anthropic took the lead once again. So now it is installing the visual components. It is installing Shad CN which is a really nice visual library for Nex. js. So it's going to look hopefully not like an AI application. Look more like a beautiful project. You want to make sure you use Tailwind and Shad CN for your projects cuz if you just tell the AI, hey buildown application, it will always have that really ugly blue and purple, I don't even know what to call it, that gradient disgust that every AI application has. So make sure you do it this way. I honestly trust Claude a ton. So, I say yes and don't ask again for almost everything it says because honestly, it's never really messed up for me. A lot of people complaining the last few weeks that Claude's gone stupider. I'm gonna be honest, I haven't seen that. That hasn't been my experience, but we'll see how Claude code does here with 45. So, it's setting up the Superbase client. So, that's the all the database stuff. I'll show you how to get all these keys as well. We're also going to be using the anthropic API. So, the Sonnet 45 API. So, you're also going to learn if you don't know yet how to use AI APIs. you're building a fullscale AI application here. So, you're going to have a really, really cool and helpful app by the end of this. I do like the Clawed Code extension they have here. Uh, the UI is a lot nicer, a lot smoother, a lot better than the CLI. I'm going to be using the extension moving forward. All right. So, now it's building the authentication pages. It's going to build the prompt library page with the card layout. It's going to have a beautiful editor. If it can pull this off in one prompt, I don't think I ever got sonnet four or three five to do something like this. So, if it can pull this off in one prompt, work and look nice, that'll be amazing. I'll be I'll say Anthropic is back if it can do this. As this is going, by the way, leave a like if you want more Claude code tutorials like this. That's how I know you guys like this content. I'll also be coming out with a video in the next couple days as well on how to build an application with the new Claude agent SDK. I've been playing around with that and let me tell you, uh, it's actually really, really cool. So, make sure to subscribe for that as well. Looks like it is now building the beautiful markdown editor. That's great. It's going to have the prompt creation editing functional. So, you'll be able to save prompts to the database. I'll walk through all that as well. And then the AI integration. I'm really excited to see what the UI is going to look like on this one. I'm going to be honest. I haven't been impressed by any AI models ability to create UI on by itself. Even GPT5, I really didn't like the UI. So, it's going to be a really nice test to see how the UI turns out when it's done this to-do list. From a speed perspective, I'd say this is actually faster than Claude Sonnet 4. Definitely Opus 4. 1. We're already 80% way done building this application and it's only been a couple minutes here. So, if it can build this full scale, like this is an app people pay for. People pay for these type applications and we could potentially have it done in just a couple minutes here. As this is going, I probably won't do too much of a deep dive on kind of the just prompting the AI chatbot on claude. ai, but my tests over the last 24 hours have been rock solid. I really like the way that Claude communicates with you and gives you information on claude. a, just a regular chatbot. I'd say compared to GPT5, I actually like the vibes better. Like vibes are a big thing with AI. And the vibe test, it passes with flying color. So, I actually really do like Sonnet 45 inside Claude's chatbot on Claude. AI. All right, looks like it's all done. Honestly, does it give you a timer? No. But it only took a couple minutes. That was extremely fast. Uh, I've built your prompt library. Here's what's been created. So, the entire structure, the library, markdown editor. Okay, everything we asked for. Let's do this. Let's get the backend set up. So, I'll show you how to set up the Superbase backend. We'll get that set up. We'll put in the AI API key. Then, we'll see what this puppy looks like. We'll get We're only a couple of minutes away from seeing how good this app looks. Let me just quickly walk you through setting up the back end. So, if