Nexgen V3 deployment
The full deployment procedure lives in the repository README. This page is a short reference for the current live production versions.
Live production versions
The six live production version strings:
- nexgen-backend
- nexgen-frontend
- nexgen-free-backend
- nexgen-free-frontend
- mcp-server
- api
These are the production service URLs:
- app.nutritionistpro.com (nexgen)
- trial.nutritionistpro.com (nexgen-free)
- mcp.nutritionistpro.com (mcp-server)
- api.nutritionistpro.com (api)
Notes
- Frontend versions come from each backend's
version_frontfield (both frontends share source and are on the same build). Backend and frontend diverge (pr463 vs pr465), meaning the frontends got a later one-sided deploy than the backends. - The api (Flask) service reports
main-0000000, which is an unstamped or placeholderAPP_VERSION, so its build tag is not traceable to a PR or SHA the way the others are. Worth fixing if you want real provenance on that service.