# Reimbursement Form App Static browser app that collects expense data via a form UI and generates a PDF with attached receipts. No server, no build step — one HTML file + config.yml + assets. ## Architecture ``` reimbursement/ ├── index.html # Complete app (HTML + CSS + JS, ~850 lines) ├── config.yml # All configurable values (parsed at runtime via js-yaml) ├── assets/ │ └── logo.png # Optional org logo └── CLAUDE.md ``` Single-file app. CSS is in `