[GH-ISSUE #22218] feat: Add built-in prompt library with community sharing #74268

Closed
opened 2026-05-13 06:58:57 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @fuleinist on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22218

Problem

Users often need to craft effective prompts for different tasks (code review, writing, analysis, etc.) but lack a centralized, easy-to-access collection of proven prompts. Currently, users must search the web or rely on external resources like the Awesome ChatGPT Prompts repo.

Proposed Solution

Add a built-in Prompt Library feature in Open WebUI that:

  1. Pre-built Prompt Templates: Include a curated collection of common prompts organized by category (coding, writing, analysis, creative, etc.)
  2. User-Created Prompts: Allow users to save their own custom prompts
  3. Community Sharing: Enable users to share prompts with the community (like Open WebUI's character system)
  4. Quick Insert: Support /prompt command to quickly search and insert prompts into chat

Use Cases

  • New users can discover effective prompting techniques
  • Teams can share organization-specific prompts
  • Power users can build personal prompt collections

Implementation Suggestions

  • Store prompts in a local JSON/SQLite database
  • Support categories and tags
  • Add search functionality
  • Import/export capability for prompt collections
  • Optional sync with community prompts (similar to how characters work)
Originally created by @fuleinist on GitHub (Mar 4, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/22218 ## Problem Users often need to craft effective prompts for different tasks (code review, writing, analysis, etc.) but lack a centralized, easy-to-access collection of proven prompts. Currently, users must search the web or rely on external resources like the Awesome ChatGPT Prompts repo. ## Proposed Solution Add a built-in Prompt Library feature in Open WebUI that: 1. **Pre-built Prompt Templates**: Include a curated collection of common prompts organized by category (coding, writing, analysis, creative, etc.) 2. **User-Created Prompts**: Allow users to save their own custom prompts 3. **Community Sharing**: Enable users to share prompts with the community (like Open WebUI's character system) 4. **Quick Insert**: Support `/prompt` command to quickly search and insert prompts into chat ## Use Cases - New users can discover effective prompting techniques - Teams can share organization-specific prompts - Power users can build personal prompt collections ## Implementation Suggestions - Store prompts in a local JSON/SQLite database - Support categories and tags - Add search functionality - Import/export capability for prompt collections - Optional sync with community prompts (similar to how characters work)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#74268