Data collected
The chat endpoint (POST /chat) accepts only the question you type and returns an evidence-checked response; the public-signals endpoint accepts no user input at all. Server logs record request timing and adjudication outcomes for reliability and security -- see "Chat handling" below for what that does and doesn't include.
Data not collected
- No cookies.
- No behavioral tracking, analytics, session replay, or fingerprinting.
- No payment card data -- this website does not collect, store, process, or transmit payment information of any kind.
- No precise location, no browser geolocation permission, and no IP address is ever stored or logged. The demo weather signal itself always describes a fixed city (Orlando, FL), never your location. Separately, the public-signals response includes a coarse, request-scoped visitor region (country/city only, e.g. "Florida, US") read from the hosting platform's edge geo headers when available -- this is computed fresh per request, never stored, and never tied to any other data about you.
- No phone number or personal email is requested by this site.
Chat handling
Your question is sent to the backend to generate an answer and is not logged. Server-side telemetry per request includes only a correlation id, timing, and adjudication scores (evidence coverage, policy result) -- never the question text, system prompt, provider raw output, or your IP address in application logs. See the Evidence-Grounded RAG Evaluator lab for how a response is validated.
Most questions are answered entirely from this site's own public evidence and never leave the backend. When a question doesn't match a known evidence-backed answer, the raw question text is forwarded to a third-party AI/LLM provider, and the candidate answer still has to pass the same evidence and safety gates before it's shown to you. The backend screens every question for phone numbers, email addresses, street addresses, and hourly-rate figures before forwarding, and refuses to process the request if any are found -- a pattern match, not a guarantee, so don't paste anything confidential (names, private correspondence, internal documents) into the chat box.
Legal note
This is a personal portfolio, not a regulated service, and this page is a privacy-conscious design description, not a legal certification. No CCPA, GDPR, or other regulatory compliance is claimed.