How Ravi uses these tools
I use Github for code repository, PRs, actions and releases. I use Claude Code as the main coding agent, and key developer accounts for Apple and Google. I use the Claude Code plugin in VS Code to actually write code and develop the app. I open PRs and push to Github from VS Code. I review the code, approve and merge PRs in Github. Once merged into main, the website autodeploys the latest version. I can cut a release of the mobile app via EAS or the desktop app via Github Actions. I can test the iOS app on TestFlight and and desktop app locally via xcode builds.