OnlyOneKenobi
Executive Member
- Joined
- Dec 6, 2013
- Messages
- 5,465
- Reaction score
- 8,264
I’ve been working on a side project that might be useful to some people here who are experimenting with AI, especially if you prefer running things locally.
It’s called Prompt Hub.
It’s a self-hosted, local web app for managing and refining prompts for any kind of AI tool:
Prompt Hub works perfectly fine as a pure prompt library without any AI running at all.
If you do have Ollama installed locally, it can optionally:
What it does
Open source and free:
https://github.com/FLi79Za/PromptHub
Current version is v1.3, and it’s stable and usable.
Feedback, bug reports, and ideas are welcome.
If there’s interest, I’m considering next steps like:

It’s called Prompt Hub.
It’s a self-hosted, local web app for managing and refining prompts for any kind of AI tool:
- LLMs / chat models
- Image generation
- Video generation
- Music / Audio / sound / voice
- Basically anything where you work with prompts
Important clarification
Ollama integration is completely optional.Prompt Hub works perfectly fine as a pure prompt library without any AI running at all.
If you do have Ollama installed locally, it can optionally:
- help refine prompts (shorten / expand / rewrite)
- draft prompts from images using vision models
What it does
- Organises prompts using categories, tools, tags, and thumbnails
- Supports prompt variants so you can iterate without overwriting originals
- Detects [[placeholders]] in prompts and lets you fill them in live (Mad-Libs style)
- Live rendering of the final prompt as you type variables
- Notes/instructions are collapsible to keep the UI clean
- Bulk actions for organising and exporting prompts
- Database export / import / backup:
- export selected prompts as a portable ZIP (mini database + media)
- merge imports safely into your existing library (conflicts handled)
- useful for backups, sharing prompt packs, or moving machines
- Smart media handling (e.g. animated GIFs auto-converted to WebP to save space)
- No cloud sync
- No accounts
- No telemetry
- No subscriptions
Tech stack (for the curious)
- Python + Flask
- SQLite
- Vanilla JavaScript (no frontend build step)
- Optional Ollama integration for AI features
- Anyone working with prompts across multiple AI tools
- People who want a local, vendor-agnostic prompt library
- Folks who don’t want their prompts living in the cloud
Open source and free:
https://github.com/FLi79Za/PromptHub
Current version is v1.3, and it’s stable and usable.
Feedback, bug reports, and ideas are welcome.
If there’s interest, I’m considering next steps like:
- a simple local API (for tools like ComfyUI)
- prompt usage history
- lightweight prompt chaining

Last edited: