GrantDiscovery Web UI

grants-only Move from raw engine output to a browser-visible match workspace: inspect the buyer profile, choose a bounded grant fixture, and render a sharper shortlist with the top-lane workspace, fallback checkpoint, and source concentration visible in one page.

Advanced: raw profile JSON override

Leave this empty to use the structured form above. Paste JSON here only if you want to override the structured fields completely.

Share this app

For local testing, start the app on 127.0.0.1. For LAN sharing, bind to 0.0.0.0 and use the detected local network URL below. This machine does not currently have an external tunnel tool installed, so remote internet sharing still needs a tunnel or hosted deploy step.

Local browser

PYTHONPATH=. uvicorn grantdiscovery.web:app --host 127.0.0.1 --port 8000
  • http://127.0.0.1:8000

LAN share

PYTHONPATH=. uvicorn grantdiscovery.web:app --host 0.0.0.0 --port 8000
  • http://127.0.0.1:8000
  • http://169.254.100.6:8000