A community-facing showcase: finished stacks, tools, functions, and pipes worth knowing about for Open WebUI. Each listing should point to something usable today (repo, release, or official/community post)—this is not a tutorial repo for building new tools.
- What’s worth trying? Curated entries with clear purpose and a stable link.
- What’s it for? Browse by categories (goal) or catalog (artifact type).
- Where’s the implementation? Outbound links only; source code lives in upstream repos.
Bar for inclusion: the stack or tool/function/pipe is complete enough to recommend (or honestly labeled Beta / Unmaintained with context). For how to author tools, pipes, or filters, use Open WebUI documentation and upstream source—not this repository.
- People picking proven patterns (stacks) or add-ons for Open WebUI.
- Authors who want to promote something already shipped.
- Readers comparing options—not step-by-step “create your first tool” guides.
Prefer public source, clear license, and accurate status. See docs/review-criteria.md and CONTRIBUTING.md.
| Browse by | Description |
|---|---|
| catalog/tools.md | Python tools (callable from the UI) |
| catalog/functions.md | Functions (filters, actions, etc.) |
| catalog/pipes.md | Pipes (model routing, custom pipelines) |
| catalog/stacks.md | Reference stacks + template |
| catalog/integrations.md | External services and connection patterns |
| catalog/learning-resources.md | Official docs and external learning links |
By goal:
| Category | File |
|---|---|
| Coding | categories/coding.md |
| Research | categories/research.md |
| RAG | categories/rag.md |
| Automation | categories/automation.md |
| Productivity | categories/productivity.md |
| Multi-agent | categories/multi-agent.md |
| Self-hosting | categories/self-hosting.md |
| Security | categories/security.md |
Stacks: stacks/openwebui-stack/ — index stacks/README.md.
- Open WebUI stack — Example compose-oriented layout (LiteLLM, search, RAG outline). Each stack README includes an author GitHub link.
Maintainer examples live in openwebui-extension — listed in catalog/tools.md and catalog/pipes.md.
Add finished listings only. See CONTRIBUTING.md, docs/submission-guidelines.md, docs/review-criteria.md, docs/category-guide.md, docs/faq.md. Issues: .github/ISSUE_TEMPLATE/.
| This repo | Elsewhere |
|---|---|
| Short blurbs + links to shipped work | How-to author extensions → docs.openwebui.com |
Optional small docker-compose next to a stack README |
Large production-only infra repos |
| Curation & discovery | Full tool source trees (own GitHub repo) |
MIT — see LICENSE.