# Public Architecture Snapshot

valcazin.com is moving to a VPS-hosted live dashboard.

Production domains:

- `https://www.valcazin.com` for the React dashboard.
- `https://api.valcazin.com` for the Fastify API.
- `https://cms.valcazin.com` for Strapi 5.

The frontend consumes one validated dashboard payload from `/api/dashboard`. Strapi stores editorial and operational content. A worker polls GitHub and public health checks, then writes normalized snapshots back to Strapi.

`content/*.json` remains a seed/fallback layer rather than the primary production source.

For the full maintainer version, see `docs/ARCHITECTURE.md` in the repository.

