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 exactly what that does and does not 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 (public-signal weather uses a fixed, city-level demo location, never your location).
- 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, never the system prompt, never a provider's raw output, and never your IP address in application logs. See the Evidence-Grounded RAG Evaluator lab for how a response is validated.
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.