Module 02
Stage 10 - Environment Separation
Keeping your build and live app safely separated
AppGPT defines how Development, Preview, and Production remain separated so testing does not accidentally affect customers.
- Separate databases where appropriate
- Separate environment variables
- Stripe Test versus Live mode
- Authentication settings
- API credentials
- Domains
Testing should not accidentally change the application your customers are using.

