Deployment lab

Lab is a small web app for testing software delivery.

This project starts as a mostly static site, but it runs as a web application with health and version endpoints so it can evolve into a dynamic service later.

Portable

Builds as a container and can be hosted by any Docker-compatible platform.

Observable

Includes /healthz and /version endpoints for smoke checks.

Small

Intentionally minimal so deployment mechanics stay easy to inspect.