About This Project
This website serves as a public aggregator for shared chat links from AI platforms like Gemini, ChatGPT, and DeepSeek. It's a place where anyone can submit a dialogue they found interesting, creating a community-curated and searchable collection of AI conversations.
Privacy and Data Policy
Transparency is a core principle of this project. When you submit a public share link, we do not store any dialogue content, just the result of summarizing it with the meta/llama-3.1-8B-instruct LLM. Here is exactly what we store:
- The original share link and its ID. This is used to link back to the original source and to check if the link is still active.
- The dialogue's title and original publication date.
- The AI model used (e.g., Gemini, ChatGPT).
- AI-generated metadata: Our system uses the llama-3.1-8B AI model to generate a short summary and a list of relevant topics (tags) in English. This helps with discovery.
- Anonymized usage data: We count views and store ratings (up/down votes) to highlight popular or useful dialogues. This data is not tied to any personal user accounts. IP-addresses are stored in redis hashed, salted with 30d expiry.
We do not store the full content of dialogues, instead we prevent the same dialogue from being added multiple times under different URLs via hashing system. We do not collect any personal information about the person submitting the link.
Your Privacy and Control
You are always in control. Since we only link to public shares, you can revoke public access to your dialogue at any time through the original platform's (e.g., Gemini, ChatGPT) settings. Our system periodically checks if links are still public. If a link is removed or made private, it will automatically become inaccessible through this site, and we will mark it as invalid in our database.
If you wish to have a dialogue you submitted removed from our site, please use the Takedown Request Form.
Why Was This Built?
This is a non-commercial, hobbyist project. It was created to explore building a useful, searchable archive of AI interactions. The goal is to create a valuable resource for seeing how people use AI while being transparent about how the service operates.