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

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.