This package turns your existing Gamblebot3.0 Express API into a browser-friendly website.
public/index.html— dashboard UIpublic/styles.css— dark sportsbook-style designpublic/app.js— frontend logic that calls your existing/api/*routessrc-app-patch.ts— replacement for your currentsrc/app.tsso Express serves the website
The frontend calls these endpoints already present in your repo:
GET /api/healthzGET /api/propsGET /api/top-ev-picksPOST /api/refresh-data
- Copy the
public/folder into the root ofGamblebot3.0. - Replace your current
src/app.tswithsrc-app-patch.ts. - Run your normal install/build/dev flow.
- Open the root URL of the app in your browser.
- NHL-first homepage
- filters for sport, market, sportsbook, team, date, and minimum EV
- top over / top under cards
- props explorer table
- refresh data button
- future-ready sport selector for NBA / MLB / NFL later