Stand up a public demo so people can try heystack without installing it.
Needs:
- An Ollama host (ideally with a GPU) or a cloud-API offload for inference
NEXT_PUBLIC_DEMO_MODE=true (hides Scan, disables the scan API)
- Neutral seed data (
npm run seed)
- Rate limiting (every question runs an LLM)
See the "Hosting a public demo" section in the README.
Stand up a public demo so people can try heystack without installing it.
Needs:
NEXT_PUBLIC_DEMO_MODE=true(hides Scan, disables the scan API)npm run seed)See the "Hosting a public demo" section in the README.