This directory contains implementation-focused component documentation.
- Environment setup index: environment-setup.md
- Auth setup: auth-setup.md
- Azure dev deploy: azure-dev-deploy.md
- Azure prod deploy: azure-prod-deploy.md
- API: api.md
- Domain: domain.md
- Infrastructure: infrastructure.md
- Web: web.md
- Azure Bicep templates are in infra/azure.
- Deployment workflows apply infra/azure/main.bicep before application deployment.
- domain.md
- infrastructure.md
- api.md
- web.md
These screenshots show the primary child and parent surfaces plus the child-focused Penny guide. The internal admin surface is intentionally separate and not shown here.
- Domain defines core rules and contracts.
- Infrastructure implements domain persistence contracts.
- API orchestrates auth, validation, and use cases.
- Web consumes API behavior and renders user experiences.




