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
An environment is a place where your app runs.

