Comment by jacobrussell
Comment by jacobrussell 10 hours ago
I use Claude Code on the mobile app, it creates a PR, I click the link which takes me to the GitHub mobile app, I turn my phone landscape and scroll through the code. I give feedback in the Claude mobile app if needed and it pushes additional commits.
I try to keep my instructions pretty targeted so there aren’t too many LOC and files changed. That’s the goal at least.
I deploy on Vercel, so I get a preview build link I can click in the PR and try the site before I merge to main (trunk based). I use Supabase so if there is a DB migration I just run it in the Supabase console by copy pasting the SQL.
When I merge the PR it deploys to prod. This works pretty well for me.