Skip to content

Frontend Overview

The frontend is a React + Vite + TypeScript application.

Documentation for the frontend combines:

  • Manual architecture notes (components, hooks, API flow)
  • Generated TypeScript API reference from TypeDoc

The generated API docs are produced from frontend/src/index.ts and synced into this docs tree by CI.