AI prompt library manager
Good prompts are assets, and most teams lose them in chat history and scratch files. This manager gives you a private, browser-based prompt library with titles, tags, model labels, notes, full-text search, and JSON export — no server, no account, nothing leaves your machine. Build a searchable repository of your best prompts and share it by exporting a file.
How it works
Each prompt you save is stored in your browser’s localStorage with a title, the prompt body, comma-separated tags, a model label, and free-form notes. Search matches across all of those fields, and clicking a tag filters the list. Export serializes the entire library to a JSON file; import merges a JSON file back in by prompt id, so backing up and sharing are both safe and non-destructive. Because everything is local, your proprietary prompts stay private.
Tips and notes
- Export regularly. localStorage is wiped if you clear site data, so keep a JSON backup and treat it as the portable copy of your library.
- Tag consistently. A small, stable tag vocabulary (e.g. summarize, extract, code) makes filtering far more useful than ad-hoc tags.
- Label the model. Note which model a prompt was tuned for so you reuse the right variant when models differ in behavior.
- Share by file. Send a teammate your exported JSON; they import it and the libraries merge without overwriting their own prompts.