team-0-hackathon / ui /README.md
Jikkii's picture
UI + backend
86e603b
# ui
Static frontend. There's no Python server here anymore β€” `backend/server.py`
serves `ui/static/` directly.
## Run
```bash
indexing/.env/bin/python backend/server.py
# open http://127.0.0.1:8000
```
## Layout
- `static/index.html` β€” markup
- `static/styles.css` β€” cream/beige theme matching the dribbble reference
- `static/app.js` β€” debounced live search, fans out one fetch per modality
to `/api/search/<modality>`, renders each column as it returns
All API and file requests are same-origin against the backend.