This folder contains the developer docs for the project.
setup.md- prerequisites and how to run the appproject-structure.md- how the codebase is organizedcurrent-progress.md- what’s implemented today vs gaps (drawer, tab headers, chat UX)ai-integration.md- OpenAI-compatible streamingauth.md- current authentication model (demo/local)security-and-secrets.md- how API keys are stored and migratedtheming.md- appearance override, Android vs iOS colors, navigation themedeep-links.md- releasechatapp://links (noexp://); Expo Go dev +bunx uri-scheme; optional HTTPS notes
- Commands use bun (see
setup.md). - Expo Router file-based routing: routes live under
src/app/. - License: proprietary — see root
LICENSE(README may summarize features; legal terms are inLICENSE).