A local-first prompt manager for AI developers. Save, tag, version, and share your best prompts.
- SQLite-backed local storage
- Tag and search prompts
- Version history per prompt
- Export/import JSON
- CLI + TUI interface
npm install -g prompt-vaultpv add "Refactor this function for readability" --tags refactor,code
pv search "refactor"
pv list --tag code
pv export > my-prompts.jsonMIT