For Admins
Operating and deploying the Subscriberbot platform.
Start here
- Deployment Overview — cloud (managed) vs. local development.
- Backend Service — running and monitoring
wspace-subscriberbot-svc.
Managed (cloud)
The production and alpha environments run as a fully managed cloud service hosted in India. There is no infrastructure for end-users to operate — the platform team manages scaling, patching, and updates.
Local development
Developers run the backend service and app shell locally against Dockerized state services (PostgreSQL + Valkey) and the local gateway stack.
Environment selection
All deployments target production by default. Local development uses BURDENOFF_ENV=local to point at localhost gateways and state services. See Environment Selection for endpoint details.