Owner: Engineering Team | Last Updated: 2026-01-30 | Status: Current
WWAI runs in three environments with different configurations and deployment strategies.
| Environment |
Branch |
Deployment |
Purpose |
| Development |
dev |
Automatic on push |
Feature development and integration testing |
| Preproduction |
dev |
Manual/Scheduled |
Staging, QA, pre-release testing |
| Production |
main |
Manual trigger only |
Live user-facing environment |
| Setting |
Development |
Preproduction |
Production |
| Debug mode |
Enabled |
Disabled |
Disabled |
| Sentry |
Enabled (sampled) |
Enabled |
Enabled |
| Clarity |
Disabled |
Disabled |
Enabled |
| Stripe keys |
Test |
Test |
Live |
| Churnkey |
Test key |
Test key |
Live key |
| Log level |
Verbose |
Standard |
Standard |
| Value |
Environment |
local |
Local development |
dev |
Development server |
preproduction |
Staging |
production |
Production |
| Date |
Author |
Change |
| 2026-01-30 |
Admin |
Initial creation |
Prev: Docker Configuration | Next: CI/CD Pipelines | Up: General