Privacy
Reception is a portfolio demo. It is not a production system and is not used to provide real services to real patients.
What this demo collects
- The text you type in the enquiry box is sent to a server-side API route on this app, which forwards it to the configured LLM provider (Google Gemini, Groq, or Anthropic) so the model can produce a structured triage.
- Your IP address is used in-memory to enforce per-IP rate limits on the demo's LLM calls. We do not write logs to disk in this demo.
- No accounts, no cookies for tracking, no analytics scripts.
What this demo does not do
- No real appointments are booked. The “calendar” and “queue” are in-memory only and reset on page refresh.
- No real messages are sent. The “send” button is decorative.
- No personal patient data should be entered. If you do paste something sensitive into the enquiry box, treat that as you would any public-internet form: it leaves your browser and is processed by a third-party model provider per their terms.
Keys & secrets
All provider API keys live on the server side only. They are never included in the client bundle. See the README for environment variables.