Module 03
How GitHub and Vercel Work Together
GitHub stores your source code and development history. Vercel uses that source to build and deploy a running version of your application.
- You or AppGPT make a change
- GitHub repository stores the code
- Branch and commit identify the change
- Vercel detects the version
- Vercel builds it
- Deployment goes to Preview or Production
GitHub preserves the code history. Vercel turns that code into running applications.

