# 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/`, renders each column as it returns All API and file requests are same-origin against the backend.