app/ app.py # FastAPI backend (API endpoints + static file serving) static/index.html # React SPA via CDN, JSX transpiled in-browser by Babel static/utils.js # Pure helper functions, unit-tested with ...