Product portfolio website for ssot-registry.com.
This repo owns the public React/Vite site, CI, Namecheap DNS workflow, and self-hosted Docker deployment for the SSOT Registry product portfolio.
- Site: ssot-registry.com
- Deploy workflow: Deploy
npm install
npm run devnpm run checknpm run check type-checks and builds the Vite app, then verifies the static discovery files copied into dist/.
Production deploys are handled by the Deploy GitHub Actions workflow. The workflow builds the Docker image, restarts the ssot-registry-com container, validates DNS/proxy desired state, and verifies public HTTPS.
The site is a static Vite build served by nginx from the Docker image. Generated MdWrk content-pack artifacts and Google AI Studio scaffolding are intentionally not part of the production app.