Loading PSP drop-off readout…

This page loads data from the FastAPI backend. Set NEXT_PUBLIC_API_BASE_URL if needed; default is http://127.0.0.1:8001.

Start the stack
  • From repo root: npm install then npm run dev (API + web).
  • API only: uvicorn api.main:app --host 127.0.0.1 --port 8001
  • Confirm http://127.0.0.1:8001/health, then use Refresh demo.