# Privacy

> What LoremLLM collects, what it stores, and who processes it.

LoremLLM runs no analytics, no advertising and no third-party trackers. Nothing collected here is sold, rented or shared with data brokers. This page describes everything the service does store.

## Without an account

- **Server logs**: the site is hosted on Vercel, whose edge network keeps short-lived request logs including IP address and user agent
- **API requests**: lorem and markdown requests are answered and discarded. A chat request's question is sent to an embedding model to find the closest match and is not stored. The eve endpoint stores the conversation it is carrying so the session can continue
- **Theme preference**: your light/dark choice is kept in your browser's local storage and never leaves the device

## With an account

The database stores your name, email address and a hashed password — or, if you sign in with GitHub, your GitHub name, email and avatar URL. Each session records the IP address and user agent it was created from, and a session cookie keeps you signed in. Authentication requests are rate limited per IP address. Passwords are never stored in plain text.

Collections and interactions you create are stored with your account. Interaction inputs are converted to embeddings so they can be matched; the stored text and vectors stay in the database. Anything in a collection you mark public can be read by anyone who has its id.

Email kai@kyh.io to have your account, its sessions and every collection attached to it deleted.

## Processors

- [Vercel](https://vercel.com/legal/privacy-policy): hosting, and the AI Gateway that routes embedding requests
- [OpenAI](https://openai.com/policies/privacy-policy): the text-embedding-3-small model that embeds interaction inputs and chat questions
- [Turso](https://turso.tech/privacy): the database behind accounts, collections and vectors
- [GitHub](https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement): sign-in, only if you choose it

Questions about any of this go to kai@kyh.io.

---

[LoremLLM](https://www.loremllm.com) · [All pages](https://www.loremllm.com/sitemap.xml) · [llms.txt](https://www.loremllm.com/llms.txt)
