mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #16487] feat: Support anonymous or temporary link sharing for conversations #33455
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yjn140 on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16487
Check Existing Issues
Problem Description
Currently, when I want to share a useful conversation with a friend or colleague, they must create and log in to an account to view it. This makes it inconvenient to quickly pass along important information, especially for time-sensitive tasks or spontaneous collaboration.
Desired Solution you'd like
Add an option to share a conversation via:
This would allow users to share AI-generated solutions, workflows, or instructions instantly without forcing the recipient to register.
Alternatives Considered
Additional Context
Many collaboration tools (e.g., Google Docs, Notion, CodeSandbox) support anonymous or temporary sharing links.
This feature would make Open WebUI more convenient for quick collaboration, especially in fast-moving technical discussions.