Knowledge Base

Understanding Your AppGPT Environments

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

Module 03

What Is an Environment?

An environment is a separate place where a version of your application runs. AppGPT keeps environments separate so testing does not accidentally affect real users, real data, or live payments.

  • Development — build and experiment
  • Preview — review and test safely
  • Production — live for real users