mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-27 20:07:29 -05:00
[GH-ISSUE #20667] feat: Add beginner-friendly first-time setup guide #138983
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 @MargusG on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20667
Check Existing Issues
Verify Feature Scope
Problem Description
New users often struggle to reach “first success” (a working chat or document-based chat) during initial setup.
Common friction points observed:
In addition, users who try to extend Open WebUI (for example, by building pages or routes) often get stuck because:
page,route) are unfamiliarThis makes it hard for new users to orient themselves when something fails.
Desired Solution you'd like
Starter Templates
Add a small set of built-in starter templates that users can choose from on first use (or from a “New Session” action).
Proposed minimal set:
Chat only (no documents)
Chat with documents (local folder)
Advanced (manual configuration)
Templates would not limit functionality — only provide a starting point.
Reference Folder Structure (Beginner Aid)
For users who want to build or extend functionality (e.g. pages or routes), provide:
Example (illustrative only):
/project-root
/pages # user-facing pages
/routes # backend or API routes
/components # reusable UI components
/config # configuration files
Alternatives Considered
No alternatives proposed yet.
The goal is to gather feedback on whether starter templates and lightweight structural guidance would be useful before exploring other approaches.
Additional Context
Why This Helps
Scope
Success Criteria (examples)
@Classic298 commented on GitHub (Jan 14, 2026):
Don't open docs issues in the main repository
@MargusG commented on GitHub (Jan 14, 2026):
Thanks for the clarification
I’ll follow up in the docs repository and continue the discussion there, since this is primarily about onboarding and documentation-driven first success.
Appreciate the guidance.