See developer.md for full development guidelines, project structure, and setup instructions.
- Start services:
./run_services.sh— runs FastAPI backend (port 8081) and Next.js docs (port 3000) - Run commands in uv env:
uv run <cmd>or activate.venv - Use
curlfor API testing (faster); use Chrome for frontend tasks - Never change env variable values in
.envfile — use shell exports for overrides - API schemas live in
reflexio/models/api_schema/