Hook

Their other posts in the index, biggest breakout first.
My boyfriend taught me how to vibe code, so I'm gonna teach all of you. I'm gonna be sharing everything from ideation to publication. With the exact steps and prompts, this is the only video you'll need. In my last video, I talked about how I made a platform for my cookbook club. I had a really particular vision, so step one is sketching it out. Write down all of your ideas in a brain dump way. Draw out what you can, the different pages that you want, the different features. Think about what that first iteration will look like. Or Chat GPT to convert it into a PRD, which is a product requirements document. And then just work with the LLM to really refine it, so that your vision comes through. Then you want to use a tool to actually build. Lovable would be the easiest. Cursor, Antigravity, Claude Code would be more technical. Set up a GitHub account. This is so you can publish your code and then continue to iterate. This is important in case you need to go back to a previous version. I just asked Claude how to set up my account and it walked me through it. Now that you have your app probably running locally, walk through it, test it. You can even ask your development platform to test it for you and then make the desired updates and changes. Depending on the kind of product you're building, you might need a database. In that case, Supabase works really well. Again, you can ask Claude on how to set it up. And if you want to host online, Vercel will do it for free. Can't wait to see what y'all build.