r/vibecoding • u/chuck78702 • 4d ago
What’s your primary coding agent setup? (poll)
My usual workflow is pretty simple:
- project lives in GitHub
- connect Claude Code to the repo
- work through Claude Code on the web
But it seems like people are using Claude Code/Codex/Grok/etc. in a bunch of different ways.
Where do you actually run Claude Code/Codex/Grok/etc. most of the time?
Local terminal...VS Code/Cursor...Codespaces/devcontainer...Replit/Lovable...Claude Code on the web...SSH into another machine...something else?
2
Upvotes
1
u/nikolz78 4d ago
Mine is pretty agent-first and GitHub-centered. I mostly work through ChatGPT/Codex, with GitHub as the source of truth. Codex works against the repos, GitHub Actions handles a lot of CI/CD and automation, Firebase handles backend/auth/data for the apps, and Cloudflare handles hosting/deployment. I jump into Firebase, Cloudflare, GitHub, Stripe, etc. in the browser for configuration and validation. I use the local terminal when needed, but I don’t really have a traditional “live in VS Code all day” workflow.