diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..0d5ba85 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,107 @@ +# 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 ` + + +

Loading configuration…

+ + + +