Today we are going to get our first customers for our claude code built app. I'll go through how to build your app, how to get your first customers, how to get customer feedback, how to get attention, how to market your app. We'll go through it all. This will be a super fun live stream. If you got any questions at all, leave them in the replies, chat. Make sure to leave a like as we get started here so we get more people into the party. and let's go straight into what we're building and how we are going to get customers today. Hope you had a beautiful New Year's Eve week. By the way, let's do this. Let me share my screen and we'll get right into it. On our last live stream, we built a entire Vibe app store. So, entire app store for Vibecoded apps. Today, we are going to get customers for it. Here it is. This is live now. It's called Viber. It's available at this link up above here. I haven't put the domain on yet. We bought Viber. ai for like $200. I haven't put it on here yet. So, for the moment, you're going to need to use this domain. Once we got this in a good place, and I'm liking where the app is, we'll put it on Viber. ai, and get a lot more people on here. But that being said, let's go straight into it. What are some things we're going to want to do? First issue I see in our app, which has been beta testing for about a week now, is I see a lot of duplicate apps in here. So, we got a lot of duplicate apps. So, what we're probably going to want to do is have some sort of system that filters out the duplicate apps. So, let's do this. Let's go straight into claw code and let's start implementing some features into our app and then we will talk about getting customers. Vibe app store. Boom. Clawed code. Let's do this. Move over here. And we got it right here. Okay. Excellent. I have an issue with our app store. It appears people are submitting duplicates of apps several times. How could we prevent people from submitting duplicates? There are people outside my window talking who I hope that doesn't get picked up on the microphone. Let's go into plan mode and let's hit enter on this and we'll see how it goes. How's everyone doing by the way? Modeler, my close friend. How you doing my man? Let's go, Alex. Vibe coding my startup with you ranting on the side monitor. Time for the Finnfam to change the startup game. Fanatic Factory. That's a strong name. Fanatic Factory. Good alliteration there. Uh we'll get some good rants in today. Fanatic factory. Uh, what are you building? What are you building, boss? Let me know in the chat. What are you building? We got Braheim. Braheim, what's up, my man? Good to see you. Notifications working. Everyone should hit notifications right now. I just filmed a new video. This one's going to be a banger. There's some videos you film on YouTube and you just know before you hit post, it's going to take off and be an absolute stone cold banger. This is one of them. I will probably be posting tomorrow rather than today because I would rather it be posted on a Saturday morning rather than late on a Friday night like the day after New Year's. So notifications on for that. Uh it's going to be a prompting guide for Claude Code. It's going to be huge. It's going to have a ton of new rules in it, tips, tricks, all that. Hello maestro from Macedonia. Vbie, shout out Macadonia. Hey from uh California. Hey Alex, so good to see you. Really diving in inspiration yours. Happy Grammy Jackie. My close friend Jackie from X. How you doing Jackie? Good to see you in here. the YouTube live stream. Uh yeah, it's I'm pumped. Jackie has been with me through all the transformations. Uh what should we consider a duplicate act? Same URL. Yes, let's do same URL. um been through all my transformations on social media. I've been on social media now for four years. Uh originally I talked about tech and crypto and all that. Then I moved more towards algorithm and coding and now we're on AI. So she's been there through all the transformations. So it's good to have you here, Jackie. I missed last session, says Rad. Well, now I'm banning you. You can't miss any sessions. Rule number one is sessions, Rad. What the hell? What's up, Llama Mama Texas? How you doing, Llama Mama? Hello mom. Another friend of mine that's been here forever. All right, let's see what Claude Code has me doing here. I hate when an auto scrolls up. Yes, an auto accept edits. It's Friday, baby. Friday. Vibe code Friday. It is beautiful. Beautiful. Beautiful Friday. Woo. For vibe coding. I spent all
yesterday building out as this claude code's going here. I spent all yesterday building out an a fantasy football app. Uh I've been in a fantasy football league for a very long time with my close friends that I've grew up with and I found out that Yahoo Fantasy has an API that provides you every piece of data ever from your fantasy football league history. And so I built out an entire app, an entire website that has all the data about our leagues, winners, champions, records, all that. It's sick. Do yourself a favor. This is my number one tip for you today. If you're a Claude coder, a vibe coder or whatever you build, uh, whatever you use, number one tip, make sure you reserve some time to build something just for the fun of it. Not everything needs to be a billion-dollar business. get customers and make you money. Even though the name of this live stream is how to get your first customers and make money, not everything has to be that, although that's what we're covering today. Make sure you reserve some time just to get your creative juices flowing, just to work on something fun. Work on something you know people aren't going to buy, but you love it, right? And that was me building out this fantasy football app, which I'll show you. If anyone wants to see it, let me know. I'll show it to you. Um, but yeah, it's just vibe coding is a lot more fun when you mix in side projects that are fun to build. Why are you not using clawed terminal? That's what I prefer. Actually, says Rick TV9. Uh, for a few reasons. Rick TV9. Sometimes I just like to see the code changes they're making. Uh, a lot of the time, you know, they make migrations for the database and I just want to go in and copy and paste those migrations myself. A lot of times I need to add in uh new environment variables. So, this just gives me the flexibility. Um, and that's literally it. I mean, I don't think there's many downsides to using uh VS Code for this. Really, the only downside is that VS Code uses more memory, so it'll slow down your computer just a tad bit more, especially if you have a bunch of windows open. But I don't really think there's any downside to using the terminal inside of VS Code rather than just the terminal by itself. Uh unless you're like super wanting like you're working on tons of projects, you want to optimize your memory a ton. Hey, Alex. Discovered your channel recently. Love it. Super curious about how you'll get customers here. Well, stay tuned. You'll find out. All right. Done. Code is pushed. Now run this migration your Superbase editor. Okay. So, this migration is going to prevent duplicate app submissions. All right, let's run this in Superbase. Let's get this in. So this query we're going to run in Superbase will prevent people from submitting duplicate apps in our app store which is a very good thing. So let's do this. I'm going to open up Superbase so you can see what I'm doing here. I copied the query we're going to run in Superbase. I'm going to pop open Superbase here. I'm going to go to the SQL editor. I'm going to paste in the new SQL. It's only two lines. Very nice. It is going to uh let's see here. Let me make sure I understand what's going on here. Uh what this does, API checks for duplicate URLs before creating apps and returns a 409 error with duplicate existing app names. Excellent. Run selected. Run failed to run SQL query syntax error. Okay. Did we include um maybe it's the extra spaces? Let's see here. And let's get rid of this. the notes. Let's run it again. No. Boom. Let's take this. I'm going to switch back to clawed code. I'm going to say, "Hey, we're getting an error, big boy. What's going on here? " Getting this error when running the SQL. Boom. Send that. It's going to fix it. It's going to be brilliant. Sitting on here whilst Wilst sitting on here. Wil whilst or is it was it Wilst or is it whilst watching Claude code execute remediation of a combined opus codeex deep code review? Uh how's Codeex going for you? You enjoying Codeex? Robert Santini. Hey, what's up Robert Santini? I'm just waiting for Claude to refresh so I can get back to work on my project. Getting some more good tips straight from the tap here. This is ideally how I want people using this live stream. Like this is how I imagine this live stream going is I go here, I use Claude Code, I ramble, and you guys kind of listen to it in the background and you're building alongside me. I kind of wanted this to be like a digital co-working space where we all hang out together and we're all working on our own thing and we chat and we ask each other questions and we laugh and we cry and we hug and all that. Uh, so I am glad we're getting a lot of replies here saying, "Hey, I'm working on my own thing. Just listening in the
background. " That makes me happy. You already have duplicate apps in the database. Let's find and clean them up first. Run this query to find the duplicates. Perfect. This will show you which apps are duplicates. Then you can either option a delete duplicate. So let's run this. I'm just going to run this in Superbase to see if it gives me anything. Yep. Delete duplicates while keeping the oldest one. Run this. All right. So delete duplicate apps. Then create unique index. Okay. Yeah, let's do this. Let me copy this. I'm going to run this. It's going to delete all the duplicate apps. Run the query. Boom. That ran. Beautiful. Beautious. Uh, and that's it. Keep the oldest or newest submission. Well, we already ran it. I just ran option A. Okay. So, I deleted all the duplicate apps. Let's put on some background music here so we can vibe out while we do this. A little bit of low. 20. Boom, boom, boom, boom. Happy New Year's, Alex, and everyone on this live videos and education. Excited to continue my journey with all you, says Morty. I hope you guys did uh the reflection. I tal told you about the end of the year reflection. Hope you guys did that. If you did it, let me know in the chat or in the replies. Let me know if you did the end of the year reflection I told you all to do. All right, the duplicates are cleaned up. The unique index is now in place. Let's see if all the duplicate apps were cleaned up in our app store. Let's see. And I'll put the link down in the app store down below if you are interested uh in submitting your apps. It's an app store for vibecoded apps. You can submit your apps. Let's see. Refresh. And you can get people to discover your apps. Like I want to help people get their first customers. Look at that. Beautiful duplicate apps cleaned up. Beautiful. Uh here we Let me put this in the chat. If you are watching this live stream, submit your apps. Let me get discovered. Let's see. Community. Let's see. Yes, community is working as well. That's good. Um, feel free to check it out and uh submit your apps. Looking good. You can upvote apps. Let's upload some apps. Sell websites on autopilot. Upvote sales coach AI. I like that. Upvote. You can upvote each other's apps. It's a lot of fun. I'm building a lead genius command center to help local businesses. I'm building right now. That's sick. Rex Duvall. Rex Duval. We have so many strong names in the FinnFam community. So many people are really strong names in the Finnfam. Rex Duvall. That's another really strong name. What's up, bro? What are you building right now? We're building our app store for Vibe Coded App so you all can get discovered and uh get your first customers in your app. I just put the link in the chat so you can go and submit your apps right now. I'm making a social network for online communities. Something like school but for social community focus. What's going to be the difference between yours and school? Social community is school is community focused. So what's the differentiator between yours and school? School is very spammy. What makes it very spammy? What makes school very spammy? I'm I'm curious. I don't I I've I have a school uh Vibe Coding Academy. I don't know much. I don't notice much spam in it. Have you tried Lovable? I love the platform, but the pricing sucks as Nostalgia Games. Here's the deal. I don't know if I'm bullish on any AI vibe coding tool that's not built by the model makers. So, basically, Codeex and Claude Code. I don't know if I'm bullish on any vibe coding tools outside those two. The issue is the pricing just doesn't make sense. The pricing will never make sense. So I'm talking like cursor. I'm talking like lovable. I'm talking like bolt new. Great products, great companies, great people that work there. Great, great. Right. The issue is I don't know if the economics make sense. These companies are already losing so much money like uh Claude Code and Codeex. They're already losing money on these apps because it's so expensive. all this inference, right? And then you got these companies like Lovable and Replet and Cursor that take that pricing model and then layer their own margin on top of that. That's why it feels like the pricing sucks so bad on all of these is because these companies are already taking a pricing model that's losing them tons of money and is tough and then on top of that have to add their own margin and even with their own margin they've all basically pretty much admitted they're burning tons of cash. I think the Replet founder was on a interview said they like lost like a hundred million dollars last year or something. Um, so that I mean I just
like and they're all kind of building the same thing, right? All of them got the same things being built. Even Figma has an app builder now, right? builder. Notion, they have their own app builder. Like everyone in their mothers is releasing app builders right now. So, I just don't know how they'll all be able to survive. I don't understand. Lovable. Everyone complains about their pricing. Well, they're forced to do that because they're losing a ton of money and on top of they're adding margin to already tough business model, right? At least like Anthropic and Open AI, they're making tons of other money other ways so they can like spend it on the coding. And they're I mean, they're all losing billions of dollars. So, I don't know. And then on top of that, Claude Coach is better. So like Claude Coach is better than Lovable. So what are we doing here? You know, I have no reason to use Lovable. Claude Code's better. Uh just came across your channel. I used to manage a lot of media injection on photo video shoots. Thanks to the AI coding boom. I'm developing an app to do what I did manually all day. That's the best type of app to make, Xenoore. is not apps to like build businesses and try to make money and all that. apps that help your own life, that make your own life better, and then if they're good enough because they're making your own life better, you can then turn around and scale it and sell it to other people. Those are the best types of apps. All right, here we go. So, we got our app store. We dduplicated some of these apps. Let's go in see people who added their own apps. So, you have about this app. They put a quick description here. Do they have the website, the rehab diary? Let's click the link. Rehab diary looks good. That's built out. That works. Productivity. Up votes and down votes. Where when did you go live? Oh, that I upvoted that. That's me. Uh, okay. And then you have the categories. And you can share this on social media. Okay. That's looking good. That is looking good. All right. Let's see what else we can add here. to our app store. H. Let's see here. Uh, and also if you've built out your own vibe coded apps, feel free to hit the link for this. Let's see here. Oh, I know what we can do. We can do a little brainstorming. Let's do this. Let's just I like to do this with cloud code. You can do this. Here's a tip for you for claude code. Do this today. If you're working on your app, here we go. create a new document that explains what our app is, how it works, and all the features. Make it a detailed markdown document. Enter. So, what we're going to do is we're going to create this document. I'm going to create a new project inside of chat GBT. I'm going to download this document. You have free guest passes to share. Slashp passes to share. Oh, I have free guest passes. H, who wants a free guest pass? Uh, I mean, if you're watching us, you probably already have Claude code. Uh, we're going to get this markdown file that Claude's creating now, which is super detailed about everything in this app. We're going to put it into a new chat GBT project and then we're going to ask questions to chat GPT about this project with this document has all the details in it which will help us come up with new features, marketing strategies and help us get more customers. I think that's a pretty good idea. Codeex has been a has been great as a code reviewer. It's so much more generous than Clawude with the limits. But the code quality and the skills still aren't quite. Yeah. I mean, here's the issue. Sloth father. Codeex is more generous with limits and it is a really good code reviewer. I'd say that's Codex's strength as code review. But at the end of the day, I don't care quite as much about limits if one tool is just giving me significantly better results, right? And Claude code's results in Codeex. It's not only giving me better results, it's saving me more time cuz Claude is more proactive. It's more anxious to get things done. It's better with tool calling. And so I'm just getting better results. I'm saving time. It's more pleasant to use. So I don't care quite as much about the limits because I enjoy Claude Code so much more. Muhammad, you're live on TV right now and on my Mac. I have the same screen as yours. I worked on my own software, Automated
Trading. Joined Vibe Coding Academy yesterday. Loving the course and the vibes over there. Great to have you in the community, Muhammad. Uh Muhammad, there's a call. We're doing a call right after this live stream. stream, 1 p. m. Pacific time. So, make sure to join that since you're a new member. And if anyone else wants to meet up after this live stream, Vibe Coding Academy link down below. We're doing a call immediately after this live stream. If you want to hang out, show off your app, demo your app, ask questions, get answers, I'll be there hanging out. So, feel free to join that. Maybe we'll see paid ads in the LLMs to make ends meet. No. Uh, I just think the bet the AI I don't think ads in the LLM will be a thing. I think that'll turn too many people off. I think the bet all of these companies are making anthropic and open AAI and the reason why they're burning billions and billions of dollars is that they're placing a bet on the future that eventually the cost of this intelligence will go down a ton and be significantly cheaper. And so what they're doing now is they're burning the billions of dollars in order to get people in, improve the product, collect more data so that when intelligence is cheaper, they have the best tool, and they have the most customers already, which I think makes sense. I mean, all these companies just placing bets on the future. If things don't work out, we don't hit AGI and things don't get cheaper, we're screwed. We're screwed, baby. But, uh, hopefully that doesn't happen. Let's see. Done. Created about Viber. MD 445 lines. Let's see what we got here. Viber is a community-driven platform for discovering, sharing, and showcasing apps built by indie developers and builders. Think of it as a product hunt meets GitHub. Designed specifically for the builder community. All right. So, it has what is Viber? Key value propositions. Discovering apps. Interesting with apps. Okay. Submitting apps. Managing your apps. Okay. Let's take this. I'm going to copy this. Everyone should be doing this with their apps. Um, I'm going to in the background here while I have Claude Code up, create a new Google document. I'm going to paste this in and I'm going to Viber app overview. Uh, I'm going to download this. I'm going to put this in chat GBT. So, give me a second here while I download this doc. Downloading. Okay, I'm going to go into chat and I'll share my screen in a second. Um, bada bing, bada boom. New project. Viber. Create project. You all should have a project inside chat GBT for your whatever app you're building. Very critical. Going to add our document here. I'm going to show you what I'm doing in a second. Uh, Viber app add. All right, here we go. I'll share my screen. Let's share screen. I'll show you what I'm doing. Very critical. You do what I'm doing right here. So, I'm in chat GBT. I still am of belief. Uh, Chad GBT 5. 2 thinking is the best chatting model out there. Claude code for coding. chat GBT 5. 2 for uh chatting, brainstorming, ideulating, business planning. Right? So, I'm in here. I created a new project Viber for our app and I added the file this Viber app overview which if it'll open it here. Oh, it just downloads it. Uh has that entire markdown that Claude just gave me. 11 pages. It generated 11 pages and I put that in. Now we have it as context. So we can say things like tell me about our app and it'll read through the document and give us all the information. So with that being said, now that it knows all about Viber, we can ask it to brainstorm, come up with new features, make us give us marketing plans. So like for instance, if I want to get my first customer, I could say something like I want to write a newsletter re newsletter tangentially related to Viber that will then plug Viber at the end. What can I write about in this newsletter? So like I launched Vibe Coding Academy about a month ago and right before I launched Vibe Coding Academy I wrote a newsletter that was like here's why vibe coding is the most important skill in the world and then at the end I plugged Vibe Coding Academy and that got us like 100 people in the community right so really good marketing plan you can have
to get your first customers for your app is to create content educational content tangentially related to whatever your product is. Right? So I want to figure out newsletter topics I can write about that is tangentially related to Viber. Right? So like Product Hunt is broken and then I plug Viber. The app store is basically unusable now. Here's how I pick tools. The new moat is curation. A simple framework to find hidden apps. So maybe I say, "Hey, here's how you find really awesome apps. " At the end I'm like, "Oh, you can do all this on Viber. " And it pushes people to Viber to find the apps. So, this is why I I've been long saying creating content so critical for you guys. Got to be creating content. You got to be starting a Twitter account. If you want, start a newsletter. If you want to be on the biggest platform in the world, start a YouTube. And then you can start creating content tangentially related to your products, which then drives customers to your apps. That's how you get your first customer. That's the best way to I'm using Claude through Open Code Desktop, but it really starts to struggle after the conversation gets a bit long. Guessing I should move over to Claude in VS Code. Yeah, why wouldn't you? I don't understand the people using all these tools and complicating things and using all these MCPs plugins. It's so freaking simple. If you want the best, most powerful vibe coding setup in the world, just open up Claude Code. You don't need to get all this other stuff, do all these other things. Just open up Claude Code. You don't need to get cursor. You don't need to get all these other services. Open up a terminal and open up Cloud Code. You're good to go. You're the best setup you possibly can have. In my opinion, we have like 3 to 6 months before the internet is completely saturated with new apps, websites, and constant shilling of apps, products throughout social media, and Reddit with automated posts. I completely disagree. I think this is one of the the I don't want to call you stupid, Pth. I'm not calling you stupid, but I'm going to say the word stupid, but I'm not calling you stupid. This is not a personal thing, but I think one of the stupidest objections I get in the world when I tell people they should be vibe coding is, "Oh, if everyone is vibe coding, then there'll be too many apps and there won't be an opportunity in there anymore. " Oh, if there's if everyone's building apps, then no one's building apps and there's not an opportunity. Completely disagree. Completely disagree for multiple reasons. There's a big difference between vibe coding and like a stupid trend like drop shipping, right? You're putting vibe coding in the same lens and framework as dropshipping when you say things like this comment here because dropshipping is inherently a useless activity. Dropshipping does not create any value. Dropshipping you're just a middleman and middlemen create no value. Middle men create issues so that people are dependent on them. Right? Drop shipping you're not creating any new product. goods or services. You're just selling cheap Chinese goods in a different way. You're just a new middleman. You're becoming a middleman for Alibaba, right? That's all drop shipping is that inherently doesn't create any value. So, if everyone is drop shipping, then it is flooded and it is saturated and nothing comes out of it. Right? Vibe coding creates value because all vibe coding is an easier way for people to create goods and services. That's it. It just makes goods and services easier to create. Value building So the more people vibe coding, the more value that's created in the world. And you're right, if people create useless apps, then that's not value added. But that's fine. It's fine if people create useless apps. Who cares? What does it matter? But the more people building apps, the more valuable apps there will be. So we want as many people vibe coding as possible because yes, maybe only 1% of vibe coded apps are valuable, but the more people vibe coding, the bigger that 1% is, right? And so there's a huge difference between
vibe coding and all these other trends and gimmicks we've had in our lifetimes like dropshipping and what are other vibe like uh gimmicks all these like agency people right there's all like there was this big trend for a long time where everyone would start agencies on X where they everyone would be like a social media marketer what's it called like where they manage social media sites for faking restaurants and like they had no idea what they were doing. That's just all people creating more middlemen, slowing things down, deleting value. Vibe coding is so much more different though because it's creating value. It's net creative. So, we want more people doing it. So, I completely disagree with your premise. And then there's also the premise and the idea that, oh, if everyone's creating apps, then who's going to buy apps? If everyone's a creator of apps, then who's going to be the customers? Well, that's a stupid premise as well because not everyone's going to build apps. Like, if you give people really good advice, only 1% of people will take that advice. I can shout from the high heavens, vibe coding is the most valuable skill in the world. And people can see that and understand that and agree with that. But still, only 1% of people will take action. We will never be in a situation where everyone's building apps and vibe coding. It'll never happen. 99% of people are lazy. 99% of people hear, "Oh, vibe coding is awesome. " And then they'll go home and open up Tik Tok on their phone and scroll Tik Tok for 5 hours. Then go to bed, wake up, and go to work, come back, scroll Tik Tok for 5 hours. We will never be in a situation where everyone's creating apps and products. People are too lazy to do that. We will never be in a situation where everyone's doing something because people would rather even though they know vibe coding is very valuable. They'd rather be born scroll Tik Tok than die. for 90 years than die. That's just how human beings work. And if you're one of the people watching this, then smart ones who are taking action and doing the right thing. So that's good. You're part of the 1%. Everything gets confusing. I got to shut the window. I'm yelling at the top of my lungs here and there's like 20 people outside and they can all hear me yelling and they're probably thinking, "What the hell is this guy on? This is crazy. " 3 seconds. All right, we're back. I'm constantly yelling. Everyone in my building hates me. Everyone in this apartment building I'm in absolutely hates me. If you come into this apartment building, doesn't matter where you are in this building, you will hear me 24/7 yelling. Whether I'm vibe coding, live stream, or playing Art Raiders, all you will hear is me yelling 24/7 in this building. To rank in LLMs, your Google presence has to dominate in SEO. Good tip. I do reflect, but never do resolutions. Life demands more flexibility for me. I agree with that. I don't even think you necessarily need to have goals, but you need to have a direction. And you have a direction, Grammy. Jackie, my friend, happy new year. I just finished my PWA agent builder. I'm looking forward to getting it on your marketplace. We'll put it in. Are people able to submit apps to the app store? It's this is completely free, by the way. I'm never going to make a penny off this app store. Well, I don't want to say never, but right now there's no way for me to make money. Are people submitting apps in here? We got 12 of them in here. Anyone having issues submitting apps? Let me know. It's failed to submit app. Please try again. Are other people failing? My submission failed three times and it did not give me a reason. All right, let's test it out. We having errors in the app store. Submit your app. App URL. App name chat GPT. Analyze. We having issues in the app store. All right, let's see. Submit app. Failed the submit app. Please try again. You're right. There is an issue. All right, let's debug this. You guys want to see how to debug? Let's debug. You Good. I like that we're getting errors. That makes me happy because now I can show you how to debug. Let's go here. Uh, people are getting errors submitting to the app store. Oh, nope. Copy. Paste. Enter. Little tip for everyone here. You want a little tip? Here's a
little preview of my next video which comes out probably tomorrow. If I Here's a question. Here we go. Maybe I'll create a poll. Here's a poll. I'm going to create a poll. Let's do a poll right now. When are you Let's see. Start a poll. When are you more likely to watch a 10minute AI YouTube video? Friday night 6:00 p. m. or Saturday morning 10:00 a. m. Start poll. I'm curious. I'm going to because this video is going to be done in the next few hours. So I can either post it at a Friday night at like 6 p. m. or a Saturday morning at like at 9:00 a. m. Um, we're fixing this mission by the way. in the app store. Fixed and pushed. The issue was that create app function used the client sidebase client which doesn't have proper off context when called from an API route. Now the API uses own server side. Okay, so it submitted a fix. That's easy. Vibe apps. Let me see if it deployed. It deployed. All right, let's submit again. Boom. Done. Chad GBT. All right, you guys can submit now. Fixed. You could submit now. Submit your apps. Um, Event Factory use a nice Look at that. Shout out Drake N. Let me upote that. Good on you. Love the animation. Oh, I know. I'm not even sharing my uh the app store screen. Um, you can now submit your apps to the app store. It's live. Uh, what was I saying? Oh, here. Let me give you a little preview of the next video. I'll give you a quick tip. So, Anthropic just released a new prompting guide for Claude Code. Enthropic just released a Uh I'll link to it in the next video, but it has a whole bunch of like seriously great tips on using claw code. And so related to what we just did here where we fixed the bug, Claude Opus 45 is the best model ever when it comes to vision. It can read and understand images better than anything else. And so what you really want to make sure you do as much as possible when using Claude Coast, include as many images as you can. Whether you're doing images for inspiration, to fix bugs. I like doing fixing bugs. Anytime I have bugs, I screenshot whatever I see. Make sure you're using as many images and claw code as you can. You can just paste them in right into the chat. Yes, I always find that opus and codeex find different things. I always do both. to have Opus produce a single harmonized report than act on it. Yeah, it seems that codeex can still do things Claude Code can't. It can understand code bases a little bit better, but Claude Code still ends up writing much better code. [snorts] Swizz HD, captain of the Twitch community. Shout out Twitch. We got Swizz HD from Twitch in the building. What's up, Swiss HD? Good to have you here. By the way, Alex, I've not opened Cursor all week. When I do need to review a markdown file, I fire up a markdown editor. I've been building just raw dogging CLIs in the terminal and using a finder window. That's great, man. I did that a little bit a couple days ago, too, when I was working on my fantasy football app. I went straight terminal. I might switch to do it. I'll show you what I was doing. You guys want to see what I was doing in straight terminal? This might be the new workflow. I might change a lot of people say this. I've been hearing this a lot in the industry that like Alex Finn's best practices when it comes to using Claude Code is like propagated throughout the entire industry. Like Sam Alman watches this, Daario watches this, Elon. When I say, "Hey, you use cloud code in Visual Studio Code or hey, use claude code here or like this. " People take it and they use it and like the entire industry sh entire industry shifts. So I might be shifting my official position soon on cloud code and the best way to use it. I might be shifting my official position soon on claude code and the
best way to use it. Let me show you what I was doing yesterday. I was doing this yesterday. Share screen. I was using clawed code straight up in the terminal. terminal like this, like so. And I had multiple tabs. And what's interesting is when you're in the terminal, it will put a like notification sign at the top here when Claude is waiting on you to respond. So it'll make like a ding and have a notification button up at the top so you know which one you need to respond to. And so I have multiple tabs open in this terminal and I was having them work on different parts of my fantasy football project. And I was cruising, baby. I was cruising. I was chugging through features like this. So, I may or may not be shifting the official This is breaking news here in the live stream. I may or may not very soon be shifting the official Alex Finn recommendation on how to use Claude Code to just using the straightup terminal very soon. I'm not prepared to do it just yet. yet because I want to iron out the workflow. out, okay, when I need to add environment variables, how do I do it? Right? When I want to see if files were created, how do I do it? Right? I need to iron out that workflow in my official recommendations before I make that shift. But once I have those all ironed out, so I can come back to you and say, "Hey, do this. If you need to change code, do this, do this. Once I have those recommendations ironed out, we might be making an official switch to using the straight up terminal. We might be doing it. And yes, I'm using it in light mode. Although, I might be shifting the style so it looks like a Matrix terminal where you can kind of see through it and all the letters are green cuz that looks kind of badass. And I'm a 90s baby and I grew up on the Matrix. So I want to kind of feel like Neo in the Matrix hacking the Matrix. Breaking news right there. Been using Claude and then co-pilot verse code when I get my Claude limits. Pretty insane how much value can produce for like €30 a month. Using CL and then So you're using Claude pilot. You're using co-pilot. You're a co-pilot person. Co-pilot. How's C-Pilot? I've never even considered using Copilot. Gonna be honest. Never considered using C-Pilot. There's in my mind there's just no way Copilot can be as good as Claude. There's like It's like you have two plates in front of you. One has like an ooey gooey brownie with a scoop of vanilla bean ice cream on top and the other plate has like asparagus. And you go, "Trust me, the asparagus tastes better. " And I'm like, "What are you talking about? I haven't tasted either of these, but I can tell you there's no way that asparagus tastes better than ooey gooey chocolate brownie with a scoop of vanilla bean ice cream on top. " Right? I've never used co-pilot, but I can tell you it's not as good as Claude Code. It's the same thing. I can just smell it. I can smell it on Copilot. It's not as good as Claude Code. I can smell it. Gemini CLI, Google Conductor, Google Anti-gravity, Google AI Studio because the tool software I'm building is from the data I get from research from Perplexity Go and Notebook LLM. Did you just What did you just do? Did you just list a bunch of AI tools and hit enter? What is that? What is this reply? I don't get this reply. I think you just typed in every AI tool you can think of and hit enter. Have you tried using the Serena plugin for claude code? It's so much faster than using cloud code by itself to write the code and read files as well. The Serena plugin. What are we doing? Every live stream I get 20 people that say, "Have you used this plugin? Have you used that autocloud? Have you used Serena? " No, I've not used it and I will never use it. Sorry. Like I am a huge fan of the KISS method, the keep it simple stupid method. Claude Code, I mean like it's like going up to Tom Brady in his prime and saying
"Hey, you should try wearing these new gloves. " And he's just like, "No, I'm just going to throw the football. " or they're like, "Hey, use these new vitamins or this that. " And he said, "No, I'm going to go out there. I'm going to throw a football. " Claude codes like that. No, I'm just going to use Claude code to write code. I don't need more plugins. MCP servers. I don't need more sub agents. I'm going to go to Claude Code. I'm going to say, "Build this for me. " And it is going to build it for me better than any other tool in the history of mankind. No offense, Swiss HD. You're the captain of the Twitch community. No offense. I'm not here to offend you. Enjoy Serena plugin. Enjoy the Serena Williams plugin. I'm reading about the Serena plugin over here. It says it in improves the context window in usage. I don't care. I don't need the context window improved. I built You guys want to see this? You want to see what I built the last couple days? I built this fantasy football site for my league. My league's like 11 years old with all my close friends in it. And it has like full record books of like every record from all 11 seasons in our fantasy football league. Like it has all the data. You can search every player in our fantasy football history from the last 11 years and like click on them and like see every team they've been on, what years they were on those teams, how many points they got from those years, how many games they played that year. Like it has every piece of data ever made from our fantasy football league history. And I did it all in one claude code window. I didn't clear context once. I didn't create any new sessions. I opened up one window and I just typed in that one window. didn't manage context, didn't need plugins, and it built this incredible site. The site's incredible. It has all the head-to-head matchups, records in those matchups. You can click the record and you can see all the times those two teams matched up. It's amazing. Didn't have to manage context once. Didn't have to use a single plugin. I mean, it's like going to God. I don't mean to get biblical here, and I hope this doesn't offend anybody, but saying, "Hey, did you do you use this plugin with clawed code? It makes it even better. " Is like going to God and saying, "Hey, God, I know you're creating the Earth and the planet and the human beings and the solar system and the universe right now, but have you tried doing it this way instead? " It's basically the same thing as what you're doing here. It's like, "No, I got it, dude. I'm creating the universe and the seas and the lakes and the fish and the human beings by myself. I don't need your tools or plugins or anything like that. I'm just creating it. Right? That's claude code. Claude code is the god of creating AI code. You don't need the plugin. We don't need to do the memory management and the plugins and the MCPS and the sub aents. Just let it cook, right? Keep it simple. Let it cook. God didn't need wands and this and that to create the heavens and the earth. He just went out and he said, "Hey, you exist. " Boom. Right? He kept it simple. God kept it simple when creating the universe. I didn't mean to get biblical and all that right there, but I think it's the closest uh analogy I could come up with on the fly on this live stream with 134 people watching live. Our biggest Friday live stream of all time. If you're watching this right now, you're part of the biggest Friday live stream all time. There's 134 people watching right now. our largest group ever. We're blowing up. We're the number one vibe coding channel on YouTube. live stream on planet Earth. If you're watching this right now, you're a part of the FinnF fam. You're part of the whole community vibe coding together. So, make sure to leave a like down below. Make sure to subscribe. Make sure to turn on notifications. That is critical. brand new Claude Code Prompting Master Class dropping on YouTube either tonight or tomorrow based on uh the poll. Where are we at with the poll? Are people saying Friday night or Saturday morning? Leave a like down below. Leave a like down below so you can get this party bigger. And uh turn on notifications. Here we go. What's the poll at? The polls at 55% Friday night 6 pm. All right, I guess I'll post it tonight. the video tonight. Also, the Perplexi Pro Comet Assistant is killer for live in time help building in live sessions. Are people using Perplexity Pro? Are people using
Perplexi in Comet? Is that a thing? People use Perplexity. What are people using perplexity for and comet for? I use the chat GBT atlas. I love it. One thing that really rings true for me is sticking with clawed asis without piling on add-ins. Keeping things simple feels like the right call and it's a valid point that doesn't get set up. Yeah, you don't need I think my least favorite tweet in the world is when people tweet or videos or any piece of content. My water ball just squirted. It just squirted everywhere. I just got water everywhere. My least favorite content of all time is when these AI gurus create videos or posts that are like here is the agent of here's the army of sub aents you need to create right now and they give you like a list of like 50 custom sub agents like newsletter builder and tweet builder and it's like 50 sub aents and they make this like 2 and 1/ half hour video of how to create all these 900 different sub aents and then are like you need all these 900 different sub aents. This is what makes Claude code powerful and it's like no dude just open up Claude Code and tell it what to build. What are you talking about? Keep it simple. This with Claude code, the simpler the better. The more MCPs and add-ons you pile on, you're just taking up memory and slowing things down. You have a superpower. Hey mate, love your videos. Been watching it constantly since yesterday. Just curious, do you use any custom skills or agents other than the six skills in your video last week? No, just the ones I have in my video. Just the skills we have in the video. Out of all the things Anthropic has like layered on to claw code like sub agents, slash commands, hooks out of all the things anthropics layered on to claw code. Skills I think are the most useful. I think skills Now, that doesn't mean that you should listen to all these gurus and go and make 19,000 skills and spend like four days just sitting there building skill after skill. No, you should still be as minimalistic as humanly possible. Refresh Viber. We have 19 apps here now. Uh Tinder for gamers. Let's see these apps people are submitting. architect site BMW site with 3D model pylarn a gamified ecosystem for learning Python that's sick I'll upvote that upvote for education Pinky 40 AI tools in one place rehab diary billion dollar journey AI power building machines glad people are uh keeping it appropriate creator I got to vote my own app creator buddy um shout out all the builders Pinky Sizu What was I saying? Oh, out of all the things, anthropics layered on skills are the most useful. That doesn't mean you need to sit there and add 4,000 skills. It just means find the best skills and the ones you're going to use every single day, add them on, right? The front-end design skill. If you want one that understands your voice and can write better content, that one. But you don't need to add these 4,000 skills people are going on Twitter and telling you to implement. By the way, a question. I build a agent on AI studio. Then I deploy it to GitHub. And now how should internet so I can get user? Says MD Abdurazak MD Abdurazzic 1577. I try to pronounce everyone's name. That might be a mistake, but whatever. Um, now it's on GitHub connected to Verscell. So go to verscell. com, connect it to your GitHub and launch it. That's the best way to do it. Hi Alex, I put together a web app to 400 channels with a total of 157,000 videos. Something in knew that one by my subscribers and covering the topic, but I couldn't remember which one. I don't understand the question. Hot take. Open code with the Oh My Open Code plugin to MVP, then auto code to production. Feature ads and maintenance in the two 2026 meta for advanced vibe coders. I'll give you even hotter take, dude.
take. Ambitious realism creates I'll give you hotter take. Uh clawed code for all of it. Claude The slop AI will cancel itself out in my opinion. Quality over quantity. Well, I mean the slop AI people just won't use it. No one's forcing anyone to use any crap AI slop. We need as many people vibe coding as possible. Even if most people are creating slop, it doesn't matter. More good stuff will be created. Comp is healthy for keeping sharp and pushing limits. Am I going nuts? I feel like there's so many comments like this say that like is this a full sentence? Did you just go to Did I just say a spell? out loud a dark wizard spell? Did I just like put a curse on people by saying that? That's not a real sentence. What kind of That's not English sentence. That's just a random assortment of words. Did you just trick me into saying a dark wizard spell? What the hell does that mean? Are you an LLM? Rex Duvall? That is a completely random set of words you just put into my chat and press enter on. Can we make sure when we're putting comments in the chat, they make actual sense. Like we double check. Feel free to run your comments before you hit send through chat GBT and say, "Hey, is this a real sentence? " That's not a real sentence. Too many people still just watching and reading and not actually releasing anything or promoting it. Build a solution for yourself. Deploy and then promote it. Most people stop short. Hey SN Bart, if you're on Twitter, that's a tweet. That's a tweet right there. SN Bart. That's a tweet you put right there. See, this is what I like when people comment in tweets. Tweet that out, baby. I mean, that's the number one vibe coding strategy in the world, right? Building stuff, building things for yourself that solve your own problems, solve your own challenges. If you build apps that solve your own challenges and put them out there, you'll get customers, right? Like Creator Buddy, all Creator Buddy was is I wanted an AI that analyzed my own tweets, right? I wanted AI to analyze my own tweet so I can see what's working, what isn't. So, I built Creator Buddy for myself and it made my life easier. And I'm like, "Okay, interesting. If this is making my life easier, maybe it'll make other people's lives easier. " And I put it out there and it went viral. Now we're at 300K ARR. That's the best strategy for getting customers in the world. It really is. Create apps that solve your own challenges. Put it out there. And the odds are if it solves your challenges, it will solve other people's challenges, too. Why can't I submit site? Are we having issues submitting to the app store again? Viber BMW site with 3D model? Bro, Pinky, no one's going to click on your site, bro. You have to sell your app. site. Sell your You just made the description BMW site with 3D model. We got We need We can't have slop in the app store, dude. This is slop. This is slop, right? Sell it. Give a good description. Tell it why people should use the app. All right, let's go back into Claude. Go. I need a delete button. I need to be able to delete apps easily. Here we go. Can we add a button for admins to delete apps quickly? Like as an admin, when I click an app listing, I want a delete button at the top. I can hit that deletes the app from the app store. Enter. Okay, I need to be able to delete apps quickly because you got to put a little effort into the submissions. We have submissions here. We can't just be submitting BMW site with 3D model. We got to have a little curation in the site. curation. This has got to go. Duo discover Tinder for gamers. Here we go. A modern gaming duo squad finder web app. Build a profile. Add your game. Swipe to discover teammates. See, this is great.
Shout out Freddy. Upvote. Shout out Freddy. This is great. Need this for Arc Raiders. Boom. Post comment. This is great. See, I like this. This is how you sell your app. Boom. Upvoted. Pinky AI. 40 AI tools. Unleash your imagination. Pinky provides cutting edge AI tools to transform your ideas from stunning visuals and compelling areas for detail illustration, engaging stories. Our platform makes AI accessible and fun for everyone. Start creating. I mean, I wish it was a little bit more detailed than this. Is it Pinky? Is it the same guy with the BMW? Pinky. Pinky. We got to put a little bit more effort. Architect. Sight. Just sight for my friend. He is architect. Nothing crazy. Pinky. What are we doing here? This is slop. This is slop, man. We got to put a little effort. Put a little effort in. See, if you want to get ahead, let me get this. Let's talk for a second. Me and you. Just me and you. Life is a competition. This is all one big video game. I kind of hate the trope that all the self-help gurus give. on Twitter and YouTube like, "Oh, life's a video game. It's World of Warcraft. You need to level up and improve your skills. Stupid. Hate. I It's so lame. I hate all these lame self-help tropes. But what I'm saying is this. Everything you do in life, you have competition. Everything you do. And if you put in minimal effort and you put in either below average or average effort, you will lose to your competition. Because in every area of life, there will be someone who puts in a tremendous amount of effort. So if you want any shot, any shot at winning whatever it is you're doing, vibe coding, building content, social media, comedy, acting, whatever it is, if you want any shot at beating your competition, which you always have competition, you need to put in a special amount of effort. You get what I'm saying? So like if you see an app store for vibe coded apps and you're like, "Okay, I'm going to submit my app. " And my description will be this is a website and that's your entire description. Do you think you're putting in an amount of effort that will get you noticed and seen and beat your competition? Let's be honest for a second. The answer is probably no. Do you think putting an app on an app store calling it architect site and saying just site for my friend he is architect nothing crazy. Do you who in your competition are you beating with this app? If all the other apps on Viber are like these intricate apps with great descriptions that tell people how it's going to improve their life and then they go to yours and they see just site for my friend, he is architect, nothing crazy. Do you think they're going to click on your app? upvote your app? If there's anything in your life you want to be special at and win at, right, to win, you need to be special. You can't win being average. below average. The only way to win is by doing something special. That's the only way. And so every day you need to be waking up and you got to think, how am I going to do something special today that puts me above my competition where I do and put in effort that no one else is putting in. That's what your mindset has to be, right? Why am I doing these live streams? Well, number one, I enjoy them. I enjoy doing these live streams. This is fun for me. Doesn't make me any
money. These live streams make me zero dollars. Oh, speaking of that, I got to uh make it so that this doesn't turn off the chat halfway through. Um because the Google Studio YouTube system is absolute crap. Um why do I do these live streams? Well, one, I enjoy them. That's the most important part. But two, because there's nobody else, mostly Ray Fernando does live streams, too. Ray Fernando is a great guy. There's But there's no one else outside of that in vibe coding or AI that live streams, period. No one else. So, when I'm planning how am I going to take over the vibe coding world, when I'm planning how I'm going to take over the world, I thought, okay, what can separate me? What can make me special? And live streaming was one of those things. And so that's the mindset you need to have. What can I do today when you wake up in the morning? What can I do today that separates me from my competition? other people that makes me special. That's a special skill I can deploy. And if your alarm goes off at 6:00 a. m. and you go, I'm going to roll over and sleep until 8 a. m. That's not special. you're not going to win. That's not special effort at all. But if you wake up, you make your coffee, you immediately start building something, you immediately start vibe coding, you film, you write tweets, and then you go to work and you completed this all before you went to work. That's special. That's special, right? Everything you do, everything you do in life, make sure you put in the extra effort. every single Have pride in your work. That's what I'm trying. That's the moral of this rant. Moral of this story. Have pride in your work. When you do anything, whether it's loading the dishwasher, whether it's vacuuming your apartment, whether it's submitting an app to the app store, have pride in your work. Right? Put a little bit more effort into the description. logos. put a little bit more effort into everything you do. If you write a tweet, put a little bit more effort into writing the tweet. Don't just copy people. Don't just do what everyone else is doing. Put a little bit more effort in. If you're making a YouTube video, put a little bit more effort in. Put a little bit more emotion. Put a little bit more humor. Put a little bit more education. Have some pride. Have some pride in your work. That's my biggest tip of the day. Can we edit our submissions? I think you should be. Finn is number one in India. How do I know I'm number one in India? How do I check the India power rankings? Where's the India power rankings to see if I'm number one? Am I number one in India? Shout out India if I'm number one legend. Thanks for your great content. Keep smashing. Thank you. You keep smashing some V81. I appreciate you big dog. I thought I like cursor but then it says I am running out of tokens with the claw and it'll be out on nine. didn't know my $100 plan mean that when them you're paying $100 a month and your stuff runs out quickly with uh cursor I'm paying the 200 for claude and I am working 24/7 on it. What's the URL for the app store? It's in the chat. still happy with VS Code or do you like to use claw desktop? I don't use claw desktop. It doesn't have the plan mode. The plan mode's not nearly as good. So, right now my official Alex Finn recommendation for how to use claude code is the terminal inside of VS Code, but as I said earlier in the stream, we may be shifting our recommendation soon. the official Alex Finn recommendation to using claude code in just the straightup terminal alone. We may hi master opus 45 is amazing. I'm building one website in Android and iOS at the same damn time. How's that song? What's that song?
At the same damn time. Two at the same What's that song? Feel like that was a song when I was in high school. Like a rap song. First of all, if you're not starting your uh replies in my chat with HighMaster, I don't even want to read your reply anymore. If you're not starting your replies with High Master, I don't want even want to read your chats anymore. All chats should start with High Master. Opus 45 is amazing. I'm building one website in Android, iOS, AI at the same time. Good on you. Finn's number one in India. Shout out India. If I'm number one in India, shout out India. Do we need any mods or admins to help with app store? Maybe a pending and then has to be approved to make sure all info looks good. Uh I do have that. Right now I'm letting people submit because I trust people. But once uh done as an admin, you'll see a red trash icon. Okay, let's see if this works. Where's the red trash icon? Did it push it? Add admin. Delete button. Oh, I got to see if uh I'm an admin. Let me see if I'm an admin. [whistles] Admin email. Yeah, I should be an admin. You should be able to edit your other submissions. L Mama, what's everyone working on, by the way? What's everyone working on at the moment? Oh, here we go. All right. BMW site with 3D model. Experience BMW like never before in interactive. Okay, so he added a little bit more. Good on you, Pinky. Oh, and you added some screenshots. Good. I like that. I like that, Pinky. Good architect site. Here we go. Merco is a modern and minimalist architectural portfolio website designed to showcase professional architecture projects in a clean and elegant way. The site focuses on strong visuals, clear typography, and a well structured layout to highlight architectural work without distractions. It's built to feel professional, fast, and timeless. Exactly what an architect needs to present their projects. But is this just is all this is your friend's architecture site is like that's all it is. It's not the spear of the app store is to advertise your friend's architecture site. Yeah, that's all this is. You're just advertising your friend's architecture site. I'm going to have to delete it. The spirit of this app store, Pinky, is like you're showing like you're getting people onto your apps. You're getting customers on apps you vibe coded so that they can use and get value in their life. We're not like advertising like architecture firms. That's not the spirit. You know what I'm saying? trying to say? Like the spirit of the app store is you're like advertising apps you like vibe coded. You know, we're going to have to delete it, right? I thought I just said delete on this. Did it work? No, it's not working. All right. Oh god. Inspect. Let's debug this. Delete. All right, let's go back to Cloud Code. The delete is not working. Can we sell our apps on your platform? I don't know. Like what do you want to do? You want like charge people through the platform? Like you want to make me like a payment provider? It's not working. The delete button is there. But when I hit it and confirm the app remains on the listings page on the homepage. Enter. Okay. Make me an app that makes me rich and solves all my problems. Lol. Haha. Hey, Alex. I am trying to create a new account to submit my app and I got an error sent in the confirmation email. What do you mean? You can mitigate the slop if you put a minimum character count in your description field. Oh, that's a good idea. A ambitious realism. That's a very good idea. I'm going to implement that after I fix this delete thing so I can delete a bunch of the apps. It's a very good idea. Smart. That's why we live stream this. We got the smartest community in the FinnFam. The FinnFam is
the smartest community in the world. How are we doing with this poll? What are we at? Friday night 6 p. m. 's at 59%. All right. I guess I'm posting at 6 p. m. tonight. Make feature report this app to I think I do have a report button in there in the app store. Let's see. Fixed. But now you but you need to add one more environment variable in Verscell settings serbase service ro key. You can find the super. All right, let me make sure I got that environment variables superbase URL. Yep. I don't have the service roll key. Let me grab that. Oh, I'm on the full screen here. How you guys doing? What are you guys up to this weekend? You build Anyone building anything cool this weekend? Anyone building anything cool? I got to just grab my service roll key from Superbase real quick. That's why I'm on the full screen here. Um, bear with me here while I do this. I do not want to show you my service role key because then you all can hack my database and I'm not interested in you doing that. The sickos I know there's I know a lot of my ops are in this live stream right now. Wow. 59,000 rest requests in the last hour. People are flooding to this app store. Are we taking off? store right now. Service roll key. This is a secret. Uh there's 59,000 rest requests to this Vibe app store database right now. Apologies. I am just putting in all my API keys in a versell real quick. Uh I do not want you to see it in Subase. You have two keys. What's going on here? What are you guys building this weekend? Building anything cool. We're going to get back into this. Here we go. Copy. All right, let's do a new environment variable value. This is the Superbase service roll key. Put that in there. save. Added the key. Okay, let's go back in here. Let's do this. Let's uh go back into cloud code. I do not want to show you my environment variables. So, let's not show that. And then let's go in here and let's say okay, make a new push to deploy. So the environment variable gets created gets synced. I don't know. Oh, official um official Alex Finn movie review. Wednesday night I went to see Marty Supreme in theaters. Movie of the year. By far. Marty Supreme. Marty Supreme is a certified FinnFam classic. If you're watching this right now, it's just a FinnFam vibe of a movie. If you're watching this right now in this live stream, that means you're a part of FinnFam. If FinnFam, that means you go see Marty Supreme movie of the year. I'm seeing it for a second time this weekend. It's fantastic. I saw it in 2025. Ambitious. So, it's movie of 2025 in 2026. Screw it. Movie of 2026 as well. Uh, excellent. Cannot recommend if you're a movie person. Excellent movie.
All right, let me see if I can uh delete these uh apps from the app store real quick. Okay, that's pushed. Let's do this. Let's delete these crappy apps from the app store. Not crappy. I didn't mean to say that. Share architect. Delete. Damn it. Okay, we're going to try to uh got this error deleting. Ah, god damn it. I hate this is pissing me off for some reason. I can't command C in my console. Command C doesn't work. Got this error. deleting pisses me off. Uh maybe some requirements in the application for description and so says Tony Dennis 1025 who is a Los Angeles Chargers fan. Well, I got two things for you. Tony Dennis 1025. Did you actually just check if the app is gone from the database? Oh, did I delete it? I'm going to see this stupid architect app right here. It's going to pop up right there. It's going to piss me off. What's going on here? It's failed to fetch the apps. What are we doing here? Someone DDoS the app store? getting these errors now. Someone ddossing my app store. Is that what's going on here? Why can't I just copy and paste this? Uh why can't it connect to my database? Are we Oh, no. Now it's back. It's back now. And I don't see the architect. These are all suited infrastructure errors, not code issues. Your super projects having connectivity problems. Project pause rate limit. Oh, we might be getting rate limited. Am I getting dodoed? I had 2,000 rest requests in one minute. Is that a DOS? Superbase is such I've never had this issue before and I have significantly more users on Creator Buddy than this app. I don't know. All right, let's keep deleting apps. Let's see here. Another Pinky. Pinky is really getting all his apps in here. Pinky AI 40 AI tools in one place. Empowering with AI generated image. Pinky AI is an all-in-one AI platform that brings over 40 powerful AI tools in one place. Designed for creators, developers, and entrepreneurs. Your screenshot isn't working, Pinky. I'll keep this one's fine. I'm fine with this one, Pinky. Experience me for car and mon. This is a clean premium BMW style design combined with smooth animation interactive 3D car model. We're going to delete this one. Pinky, I want like real applications here. Pinky, I don't want just to spam it with websites that have 3D models on it. You know what I'm saying, Pinky? We got to, you know, we want to make sure when we submit an app to Viber, it's like, I'm going for a home run here. We need home run hitters, Pinky. Yo, Alex, how often are you hitting the context of before resets? Maybe I'm doing something wrong, but I'm coding for three hours. I'd say it reset. What do you mean by reset, Benam? Do you mean like compaction? Like when claude code compacts? Is that what you mean? Stop using superbase. What are you using instead? Can anyone steal man superbase? Yeah, I've been using it for all my apps and it works really well. Uh, including my uh popular apps and it's very easy to use. There's my Steelman. I really like it. It's easy to use and it's worked well for me. Is that enough reason? Convex. Convex. Um, okay. Benny am uh to answer
your question. So Claude's compaction uh is actually really good and has been much improved over the last call it month. They've added a lot of updates for its compaction where it's happening more often but it's much more powerful where it's keeping a lot more context as it goes. And so I wouldn't be worried about it to be honest with you. Like I built my entire fantasy football app, which has a ton in it, uh, all in like one chat, and it just kept compacting over and over again, and it never ran into issues. It built it really, really nicely. Um, so yeah, I wouldn't worry too much about it to be honest with you. 59,000 rest requests. Is that a lot? Let's see. Let me see how much Creator Buddy is doing, which is a much more popular app than this. Um, 59,000. Creator Buddy is at 45,000. So, this app store has significantly more requests than Creator Buddy, which has way more users. Um, let's see here. May maybe it's a me issue. Let's figure this out. Maybe there isn't any bad actors out there. Um, I'm getting a ton of requests. Oh, that's over. So, it's 45K in a day for Creator Buddy and then Vibe App Store is 59K in the last hour. I'm getting a ton of requests to the Superbase for our app. 60,000 requests in an hour. My popular app creator buddy has 40K in a day. What is going on here? Are we doing a ton of requests? Um, oh, I didn't finish my comment on the Chargers. Um, they're going to lose the Chargers. Uh, I like your team. I like your quarterback. I like your coach, but you're going to face the New England Patriots in the first round. and Drake May and Mike Greybel are going to end your season in your dreams in the first round and there's nothing you can do about it. The same way Tom Brady ended Leiddenian Tomlin's dreams year in and year out, Drake May is going to start ending Justin Herbert's dreams year in and year out. And there is nothing you can do about it. It is hopeless. you might as well give up on football forever because the NFL is now the Patriots League. It is now Drake May's league. Your time is over. And the sad part is your time never even really began. It's over before it began. If you're a Bills fan, it's over. If you're a Chargers Chiefs fan, it's over. It is now the Patriots League. You have no hope left. You have zero hope left. It's Drake Maze League and you know it and there's not a thing you can do about it. He is 23 years old and he is the best quarterback in the NFL. I don't care. You could have every player on the Chargers dating Madison Beer. It does not matter. Another 20 years of Patriots dominance has just begun. Your worst nightmares are coming to light. Should I be using Convex? A lot of people are saying I should be using Convex. I found the problem. The code is making an insane number of individual API calls. Here's the issue. Individual vote queries for app. For every app, it makes two separate queries. One for up votes, one for down votes. 50 apps equals 100 vote queries. Duplicate loading. Cascade effects on page load. All right. So, it's making it more efficient for us. That's nice. How to install clawed code skill inside VS Code extension.
Do you have a specific skill you're trying to inst What are you trying to do? Do you have a specific skill? If it's like the front-end skill, there's like two commands you can put in to install it. There's also the plug-in store that allows you to install some skills. Uh or you can create a new skill folder inside of Claude to do that. I have a whole skills video you can watch. Check out my channel for the skills video. That's easy to say when you're on the 20x plan. It's rough when you're not able to afford that kind of monthly subscription. That's fair. Everyone's in different financial situations. But I will say this, and I don't want to judge people's finances. That's not what I'm doing here. I'm just saying this. if you're on here and like you're running out of usage, but you're also paying for like HBO Max. Just think about the priorities, right? Think about the priorities. And you're also like buying I'm not saying this is you sloth father. I'm just saying overall people on here if you're like, "Oh, Claude's so expensive. " And then you're buying skins on Fortnite. You're subscribed to HBO Max, Netflix, Paramount Plus, MGM Plus, Apple Plus, you know, plus+ premium plus Premium Plus+ premium C++, right? Just got to think about the priorities, that's all. Based, Finn. Yeah. Hell yeah, I'm based. You think the Patriots are going to lose in the 250th anniversary? Hell no. Patriots ain't losing the two This is the 250th year of America, baby. 250th year of America. You think Patriots are losing on the 250th birthday of America? You think Drake May's losing on the 250th year of America? You do not say you were a comedian and a vibe coder, says Tony Dennis. Los Angeles Chargers fan. One of five Los Angeles Chargers fans in the world. That is a That's pretty special. We have five one of the five Los Angeles Chargers fans in the world is on this live stream right now. That is pretty special. There are more White Elephants in the world than there are Los Angeles Chargers fans. That's pretty incredible. We have one of them right here. Alex channeling Lord of the Rings. The time of man is over. The age of the orc has begun. It's true. Yeah, the app is dodosing itself right now. We're going to get that fixed. How do we change our at username? The field gives a red circle with the slash icon when I try to edit my Viber username. Llama llama, ask me that question again in like two minutes after Claude Code finishes this because I'm probably not going to remember it, you know, as after Claude Code finishes his optimization. Did you hear that Claude got a new feature called alpaca? Is this like one of those jokes like uh Yeah, it is one of those. You did it. Yeah. those jokes. I knew you were going to do that. I smelled that from a mile away. You think it's my first rodeo? I was going to give one of the examples, but I was like, I don't want to like demonetize this video, even though I have monetization off anyway. No ads today for you boys. Monetization's off. Uh, but I still didn't want my video demonetized by saying something crazy. Uh, but I fell for it anyway. But I knew the whole time, just for the record, Mack and I, I knew the whole time that was going to happen. You didn't get me. because I knew the whole I knew before I said it out loud that's what this was going to turn into. I knew the entire time. You did not win. You did not get me. If there was an app idea that you would recommend, what would it be? A little free idea for the fans. Yeah. Build AGI.
Uh, oh, I'll give you a free idea. We need more memory management tools. Tools that create long-term memories and use them to do interesting things. We need more of them. So think of interesting ways to create apps that takes your data from multiple sources and uses it to do interesting things. Bro is trying to defend himself so hard. Laughing my ass off. Off off. I'm not I mean I'm not even defending. I'm just telling you the truth. I'm telling you the true stone cold facts. I knew what you were doing the whole time. You didn't get me because I knew what you were doing. You didn't get me. Like before you even said the alpaca balls thing, I said, "Oh, was this one of those things? " So, I obviously knew what it was. The fact that I said that before you did the alpaca balls thing in the chat means I won because I sniffed it out before you said it. Right. I mean, watch back the tape. I said it before you put it. I'm like, "Oh, this is one of those things. I jokes, right? I said that before you put the alpaca balls in the chat, right? " So, I won. You lost. Congrats. What do you think about creating skills inside Claude Code in VS Code instead of through Claude? Yeah, you 100% can do that and you should be doing that. You should be creating your own skills through the AI. It's a great idea. 100%. Just you can go to CL I mean you can do that for anything for like sub agents and slash commands for the status line. You just go to claude code and say hey can you make me a sub agent that does this or a skill that does that 100% great idea. What are you laughing at Twitch community? Twitch? What are you laughing at? Viber issue solved. It's still working on it. It's still optimizing our code over here. We're still optimizing the code. So, let's see. 53 issues need attention. We're optimizing the codebase. Everyone relax. If you have a killer tool that helps vibe coders, would you make it free? I got some idea that everyone will need. What do you mean? You saying if I build like a really cool tool, I just make it free. Depends. If it costs me nothing to build and make, then sure, I'll make it free. But if it costs money, I got to charge. I'm not trying to go bankrupt. You trying to go bankrupt? SG77 tech? No, I'm going to charge to make money. If it's costing me money to run, if you see any messages out of context here, it's probably an old message for something that happened earlier like that. Lmo. Okay. A lot of people laughing their ass off today. Big dogs got E. Yeah. What are you talking about? If I got a killer tool, I don't think there's anything wrong with charging money for stuff. If you're creating value, why not charge money? charge money so you can afford to create more value. We want money to go to We want capital to go to the value creators. We do want capital going to the nonvalue creators. We value. We want creator makers, not the takers. As long as capital keeps going to the makers, not the takers, there'll be more makers out there. And the more makers there are, the better society gets. You give capital to the takers, it'll just be a competition who can take the most from each other. And that life sucks. But if everyone's competing to make the most stuff, that life's awesome. Okay, here we go. I think it updated it. Did it push to get? Yeah, I think it pushed to get. Let's see if this reduces drastically reduce Superbase API requests. All right. Should we see if this reduced API requests? Oh my god, we have 81,000 requests over the last 50 minutes.
Holy crap. Let's see if this improves it. You guys want to see if we're reducing the amount of requests? All right, let's see. All right, what we're looking for here is we want the bars to start going down. Preferably much less. What do we have? Like 1,700. We want to start seeing 600. Maybe even less. Let's refresh. We want the bars to be this level. Maybe even lower. Let's see what happens. Last 60 minutes. All right. Let's see what happens here. I have an app to submit, but I have some legal stuff to hammer out. Hammer out the legal. From my experience, I see that Google AI Studio is much more smart than Gemini 3 Pro in anti-gravity. You guys think it's a coincidence or is there some bigger context when there's some limits here? I mean, it's probably not a coincidence. I mean, these That's why Claude Code's the best is because it's like the harness itself truly matters. That's why Claude Opus 45 and Claude Code is so much better than Opus 45 and Cursor because the harness itself matters so much. The harness is everything. And so they probably just have a much better harness in AI Studio than they do in anti-gravity, right? The harness matters a ton. No, it's run on top of Claude Code. If you have Claude code, then it's free. It runs on their machine like node libraries. I don't know what that was in response to. All right, let's see what we got here. We improving. It needs to update here. Superbase is a harness. Your face is a harness. Oh, what was that request? Oh, the request to uh edit usernames. Let's see. I have a customer who has requested to change their username. Is this possible? Do we do this already? See what they got here. The harness does matter, which is why I'm trying to get you to try open code. I have no I just I'm not interested. I like your ambitious re realism creates. But Claude code's the goat. It works amazing. It's incredible. It does everything I say and more. It makes all my dreams come true. When I am lonely, I no longer feel lonely when I'm using Claude Code. When I am sad, it makes me happy. When I am starving, it makes me full. When I am thirsty, it makes me uh hydrated. It is my friend. It is my lover. It is everything I've ever needed and I have no interest in trying other harnesses. Why would I try other harnesses when I know I have the GOAT? Why would I look for other quarterbacks when I already have Tom Brady? Why would I draft other basketball players when I already have Michael Jordan? Right? you enjoy, right? You go ahead. You have Tom Brady on your computer, but you're going and trying out other quarterbacks. Go ahead, try out the other quarterbacks. Convince yourself the guys in your practice squad are better than Tom Brady. Go ahead. But I'm gonna stick with Tom Brady. I'm gonna keep handing him the ball. the ball over and over and over again because I know as long as I got Tom Brady, we're gonna win the championship. You can go and try out other quarterbacks. See what you accomplish. That's fine. Maybe you get lucky and you, you know, you put Eli Manning in and then you get a Super Bowl or two, right? Maybe that happens. That's fine. But I know as long as Tom Brady is out there, I got the best shot possible of winning a championship, right? Maybe you throw out Nick Fos every once in a while and you get a championship. That's fine. Stuff happens. But if I got Tom Brady under center, I know over a long enough time period, I'm getting more championships than anyone else. And that's why I'm sticking with Claude Code over open code, closed code, halfopen code, 7-Eleven code, CVS code, poop code, P code, whatever you use. Code code. How are these people not paying me?
No one has done more free shilling and advertising for a company than me. Nobody. I'm going to invoice Anthropic for like $10 million. That must be how much money I've made these people. $10 million. It's ridiculous. They don't even email my ass. I can't even get a thank you. Not to have any ego here, but can I at least get a thank you for what I do here? I come out here, people talk about other tools. I go, "No, no, no. Shut up, Claude Code. " I can't even get a thank you from these people. I'm sticking with Tom Brady, too. Just want a little respect. Your username is not editable. It's set once at account creation. For this custom request, you have two options. Manual database update. Add username and a name feature. I don't know. Llama Mama, do you really need to change your username? Like, do you need to? What did you Llama Mama? What did you make your username or you immediately have to change it? Let's allow people one username change a month. You really should. I watched your last video and switched to Claude. You know how many people I've got on Claude Code? I And I know Anthropic watches this. I know they do. People have told me Sam, Daario, and Elon all watch this. So, I know they're watching this. I have gotten so many people on your platform and for good reasons. The goat, it's the best. Just give me a hey, thanks. Give me a thanks. That's all. I don't even listen. I don't even want to get paid anymore. I don't want your money. Anthropic, don't give me your money. I don't care. I'll take it if you offer it, but I don't need your money. You should want it. Don't offer it. You could give me a thank you, but you should offer it. Um, all right. Yeah. I don't know why they don't have affiliate links. I'd be a millionaire right now if there were Claude Code affiliate links. If they links, I'd be a millionaire right now. Or yeah, give me a Claude code hoodie, dude. Send me a Claude code. If Anthropic sends me a Claude code hoodie, I'd wear it every day in every video. It's the principle. It really is the principle of matter. It's the principle of the matter. That's all I'm saying. Tell Elon we need a Grock family plan. Oh my god. But I need a good AI for my kids. Grock, you see the controversy the last couple days on Grock? I don't know, man. I don't know. Some weird things going on. I got the claw code max from watching your streaming tips. Good move, my man. Now you have something to do on Sundays. Sundays in a couple weeks. Now you got Claude Code Max. You have something to keep yourself occupied on Sundays. Llama Mama, we're getting you in here. We're getting your username change. I don't know what your old username is. Yeah, I don't know. Family friendly. We're going to go with Grock for family friendly. I don't know about that. I don't know. Not sure. Some curious stuff going on there, huh? I mean, there's no stopping it. It's where the world's going. Yeah, they cleared all the images and videos on the account, but like you can still do it. You can still use it to do spicy things, you know?
I mean, there's no stopping it. Alex, will you check out the apps that got submitted? All right. All right, chief. What do you got for me? I don't like that smiley face at the end. That makes me think you submitted something that's crazy. Let's see. This is from Pepe Laugh. Pepe Laugh, which one is you? What did you submit? Pepe Laugh, What is going on here? Ambitious realism. Are you Do you work for this company? You shill this stuff a lot. Do you work for this company? Ambitious realism creates. You keep shilling this stuff. You're starting to get me sus. You like and use Claude for Chrome. Do you find it useful? Uh, it's cool, but it's kind of a party trick at the moment. I haven't thought of any good use cases for it. That's why I haven't made a video on it. It's popping off in the algorithm. I could make a video right now and get 50,000 views, but I have no interest in um like forcing it. A lot of other AI content creators, they'll see something's trending like C clawed for Chrome or whatever and then they'll just like make up uses for it and they make, oh my god, Claude for Chrome is the most amazing thing ever. Here's how you have to use it. And then they never whatever workflow they go through in that video, they just never do in real life ever. I only make videos on stuff that like I'm actually doing in my real life in my weird real workflow. I'm not gonna make up things just for the sake of like making a piece of content on it. You know what I'm saying? So, it's cool. I think at the moment it's a cool party trick. Uh I haven't thought of any interesting use cases for it, so I don't have any videos for it. If I come up with a cool use case that I implement into my day-to-day life, I'll do it. But as of now, um, no, I mean, there there's reasons I see where they're going. Like there's I think there's going to be cool use cases in the future with Claude for Chrome when it comes to like giving your agent a task and it does a bunch of stuff like really well in your browser and some things around debugging. But at the moment I don't I just don't see it. I love the You like Viber? Are people liking Viber? Make sure I mean I don't I don't know if this is a feature people are going to actually want to use, but I don't know. It could be cool. Make sure to check out community. Oh crap, we got to fix community. The message submission here. Uh I want to grow the community here though where people can like submit like it's almost like a Reddit board for vibe coding. I think this could be cool. Could it? I don't know. Is this are people like I just think it'd be cool to have like kind of like a vibe coding message board here. I think that could be cool. It's 1256. You want the number one AI newsletter? Alexfinn. ai. Alex alexfin. ai. AI newsletter in the world. alexfin. ai. Check it out. Sign up. It's nice. Sign up for it. Uh, you want a the number one vibe coding community? Vibecodingacademy. dev. Link down below. Link down below. Sign up. We're doing a call in the community in four minutes. In 4 minutes, we're all getting together in the community. There's a full Claude Code master class. There's a full X growth community. There's full everything. We're doing live calls. All that. That starts in 3 minutes. We'll be there. Uh, do they not have any longer domains? Shut up, Gavin. Shut up. Shut up. New video dropping I think I'll do tonight. The poll says people read watch YouTube videos on uh
Friday night rather than Saturday morning. Let's see what does the poll say. Poll says 66% Friday night 6 p. m. All right. The crowd wants a claw new Claude code video tonight in the next few hours. So make sure to subscribe and turn on notific everyone all together. Turn on notifications immediately. Everyone all 100. Biggest Friday live stream of all time by the way. time. 13. I think we peaked at 150. 150 today. 150. We peaked on this live stream. Biggest Friday live stream of all time. New video tonight. Turn on notifications for that. Um, check out this sweater polo. It looks sick. I'm not even promoting it. I'm promoting myself. I look awesome in it. I'm just promoting myself here. Look how awesome I look in this new I just got this. It's very nice. Very thick. Shout out me. Look at this. Feel like I plugged my shirt. I'm not even going to tell you who made it cuz I don't want you guys copying it, but just shout out me for my taste. Um I don't know. It's been a great week. It's been a good week, huh? 2026, baby. New year. I think this is the big one. one, guys. I think this is the big year. Make sure it's not Gilden. Big ups to Gilden. Shut up. Um, make sure you're building something this weekend, right? There's no weekends in AI. Make sure you build something this weekend. Make sure you do something productive. Make sure even though it's the weekend, you push the ball forward, right? We push the ball forward 1%. Make sure we keep pushing the ball forward every day. Push single day. No weekends. It's critical. Do that. Shout out Anie. Anie's in the house. One of my oldest friends from X. Shout out Anie. Thank you for joining, Anie. Your support means the world. Uh, if it wasn't for my wife, I would have no taste as the modeler. Yeah, most of us feel that way. Um, love you guys. I'm heading over to the Vibe Coding Academy for our weekly call there. So, head over there if you're interested. Um, you guys make this is the most fun thing ever. I don't make any money on these live streams. They're just fun to do. And we're growing. We had the biggest live stream ever today. We're growing every day. We grow every day. 1% better every day. 1% forward every day. A little bit more. We're doing it together. We push forward. We push forward. Build something cool this weekend. Love you all. Thanks for tuning in. Thanks for everything you do. New video later tonight. Make sure when you see it, you open it up. Watch it to the end. Make sure The video that we come out later, leave a like on it if you want. Hope you have amazing weekends. Hope you build something cool. Hope you spend time with your loved ones. Hope you eat delicious food. Not too delicious, though. Stay healthy. All right. Love you all. Monday, Wednesday, Friday, 11:00 a. m. Pacific. We live stream. Love you all. Have amazing weekends. See you Monday. All right. See you.