What is in place
- Flask app factory structure
- Static asset and template pipeline
- Production WSGI entrypoint for Gunicorn
- Health check endpoint at
/healthz
Production Scaffold
The domain, application shell, process entrypoint, and server integration points are set up. This placeholder can be replaced as feature work starts.
/healthzReplace this landing page with the first domain-specific workflow and keep the same deployment wiring underneath it.