Backend Operations · Growth Architect

The whole operation, in one live view.

This page shows how the GROWTH_ARCHITECT app runs: the frontend launch surface, the proxy backend that handles AI requests, and the runtime status used in local and deployed environments.

Frontend
Portfolio dist build
/portfolio/growth-architect/frontend/dist/
Backend
Checking health...
Waiting for /health response
Proxy path
POST /api-proxy
Also supports websocket relay via /ws-proxy
Runtime
Google ADC + Vertex AI
Requires GOOGLE_CLOUD_PROJECT and GOOGLE_CLOUD_LOCATION
How It Operates

Request flow from browser to model and back

1. Input

The user enters a URL in the GROWTH_ARCHITECT interface and starts an audit.

2. Frontend

The app sends the request to the proxy endpoint rather than calling Google APIs directly from the browser.

3. Backend

The Node backend authenticates with Google ADC, builds the Vertex AI request, and forwards the payload.

4. Response

The result comes back to the interface, where the app renders the score, recommendations, and follow-up actions.

Live Preview

The same app experience users launch from the portfolio

The frame below points at the production-style build so you can show the app and the operational shell in one place.

growth-architect.luxival.com
Backend files

The proxy server lives in the Growth Architect backend service and now exposes a health endpoint for the ops page.

Express ws Rate limit ADC auth
What this page is for

Use it as the portfolio-friendly operations view: it shows the running app, the proxy route, and whether the backend responds to health checks.

Portfolio Operations Live status
Ready to deploy

Publish the portfolio entry and keep the backend visible

Once deployed, the portfolio card opens the app and this page explains the backend path, so the whole product story is visible in one browsing flow.

Back to portfolio Open app