Setup modes
Use the smallest mode that proves the outcome you need.
| Mode | Commands | Best for |
|---|---|---|
| Quick local UI | bun install, bun run dev |
Product work with fallback or existing local data |
| Full local telemetry | bun install, bun run setup, bun run dev |
Local tool discovery, aggregation, and hook wiring |
| Static public demo | bun install, bun run demo:preview:pages |
Privacy-safe browser review |
| Documentation | bun run docs:dev |
Public guide authoring |
Account-backed analysis is an optional follow-on, not a fifth setup mode. Authenticate it only after the local UI is working, then test the intended model with the dedicated smoke command before running Dream or Trend Finder.
bun run setup can read and write local machine state. Read its terminal
summary and fix any failed step before treating setup as successful. Local
diagnostic output may be detailed; browser-facing data must remain redacted and
bounded.
The public demo and documentation modes do not run local collectors or expose local actions.
See Configuration boundaries for safe browser and script-only settings.