Documentation Index
Fetch the complete documentation index at: https://www.halite-app.com/llms.txt
Use this file to discover all available pages before exploring further.
You typically run the backend and frontend in two separate terminal windows. The frontend dev server proxies all
/api requests to the backend on port 8080.- Backend
- Frontend
From the
backend/ directory:The dev server restarts automatically when you change Python source files.
Regenerating API types
After changing any backend Pydantic schema or route, regenerate the frontend’s TypeScript types from the root of the repository:.venv to already exist. See API Spec for details.