# Reimbursement Form — Agent Reference > **Custom build** for [Boat People SOS](https://bpsos.org) and People Serving People Foundation. This branch (`bpsos-customisation`) contains org-specific configuration and any customisations made for those organisations. 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 + optional logo. ## Repository layout ``` . ├── CLAUDE.md # This file ├── README.md ├── LICENSE ├── docs/ │ ├── user-guide.md # End-user instructions │ ├── admin-guide.md # Deployment and config.yml reference │ └── developer-guide.md # Fork/extend instructions, design notes └── app/ ├── index.html # Entire application (~870 lines) ├── config.yml # Runtime configuration (loaded via fetch at startup) └── assets/ └── logo.png # Optional logo (PNG or JPG) ``` ## Architecture Single-file app. CSS in `