Knowledge Base

Understanding Your AppGPT Environments

Development, Preview, Production, and Deployment
Lesson 7 of 17Module page 7 of 19

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