# Frontend UI Build Note

Date: 2026-04-19
App path: `~/.hermes/wiki-ui`
Wiki path: `~/wiki`

## Built features

- Dashboard with counts and recent pages/files
- Keyword search across wiki pages and text raw files
- Markdown page rendering with wikilinks
- Raw file preview for text and images
- Quick note form writing to `raw/notes/`
- File upload form writing to `raw/uploads/` or `raw/assets/`
- Append-only log writes for quick note and uploads

## Start command

```bash
uvicorn app:app --app-dir ~/.hermes/wiki-ui --host 127.0.0.1 --port 8765
```

## Verified

- Home page loads
- Page route renders
- Raw route renders
- Search returns results
- Quick note and upload endpoints write files successfully
