

We Made Claude Code Build Lovable in 75 Minutes (With No Code)
Jul 11, 2025
In this episode, AI Engineer Kehan Zhang joins Riley to test Claude Code’s app-building abilities. They aim to create a Lovable clone in under 90 minutes with no shortcuts. Kehan explains the Claude Code SDK and its real-time app generation capabilities. They tackle memory issues, permissions, and demonstrate building a tic-tac-toe game. The conversation emphasizes the design of isolated coding environments, troubleshooting challenges, and enhancing user experience through innovative coding practices.
AI Snips
Chapters
Transcript
Episode notes
CloudCode's Coding Focus
- CloudCode is specialized for coding only, unlike generalist large language models like ChatGPT.
- Wrapping CloudCode enables building code generation tools limited to coding-focused applications.
Use Plan Mode Before Coding
- Use CloudCode's plan mode to outline tasks before auto-generating code.
- This helps scope projects to manageable parts and avoid premature coding.
Set Correct SDK Permissions
- Grant proper file read/write permissions to CloudCode SDK for smooth code generation.
- Lack of permissions can cause prolonged processing and failures.