mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: How to implement a “guest mode” like chat.openai.com — support no-login usage (no chat history) but keep login/register features? #5613
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 @xiongvalerio on GitHub (Jun 22, 2025).
Check Existing Issues
Problem Description
I want to implement a “guest mode” similar to chat.openai.com, where users can start chatting without logging in. Currently, most implementations require login first, which limits accessibility for casual or anonymous users.
The problem is:
There’s no clear way to allow non-logged-in users to chat (with no chat history saved), while also keeping login/register functionality for those who want persistent sessions and features like saved chat history.
Desired Solution you'd like
I would like to:
• Allow users to chat directly without logging in (as a guest).
• Do not store any conversation history for guest users (session-based only, lost on refresh).
• Still provide login/register options.
• If a user logs in during or after chatting, offer an option to save their current session (optional).
Alternatives Considered
No response
Additional Context
No response
@xiongvalerio commented on GitHub (Jun 22, 2025):
I noticed that this “guest mode” or anonymous usage request has been around for over a year, but it still hasn’t been implemented or officially addressed. It seems to be a valuable feature for many users, so I hope it can be seriously considered.
@rgaricano commented on GitHub (Jun 22, 2025):
You can set a user for that, and login directly to that user with something like this: