How I've built 5 website + 5 apps with AI
This is for the "vibe-coders" + people who build with AI. Here's my workflow with Lovable, that works best for me to build! 1) I start any idea in Claude, I'll use a voice note to speak out the idea and the why. "I'm thinking of building x, can you ask me some questions and make a PRD for this to give to Lovable" 2) Give PRD to lovable (and sometimes replit or v0) 3) I'll iterate until I'm generally happy, then I'll push to github 4) Download my github repo in VS Code / Cursor, then continue with copilot / claude code. 5) Usually I need to tell the AI to clean up the code and organize it with DRY / Functional programming, and I build out templated elements so it's easier to build out as I go. 6) Publish to Github then to Vercel The easiest way right not to host a web app / website. It's maybe not as nice as doing all in Lovable, but it gives me a lot of control. When I work with Lovable I find as time increases the likelihood of me going in circles also increases. Anything purely in Lovable is usually pretty simple. If anything is unclear, let me know. Hope this helps you 🙏