Freemium Development
GitHub
The standard for version control and code hosting. The backbone of my entire deployment pipeline.
Development Git Hosting
GitHub is a no-brainer for anyone in the know. It’s pretty much the standard for version control. The pipeline between VS Code, Claude Code, GitHub, and Cloudflare Pages or Vercel or any reasonable host is beautiful. You create a repo, you commit and push things up to GitHub, and then it pumps out to everywhere else. You can branch content, create different branches, do all sorts of stuff.
The dragging and dropping that you might try to do at first with files and FTP or whatever else is stupid. This workflow is just so amazing. How quickly everything deploys is incredible. GitHub is obviously number one for a reason.