Simple website structure as requested:
index.htmlat repository root (standalone UI).functions/folder for API endpoints (Cloudflare Pages Functions style).lib/loader-core.jsfor shared parsing/planning logic.tests/for automated checks.
npm run previewOpen:
http://127.0.0.1:4173/
GET /healthPOST /api/v1/planPOST /api/v1/jvm/strategy
npm test