Version Prompts
Immutable version history with diffs and rollback. Track every change to your prompts like code.
Open-source prompt operations
Version, evaluate, and manage production prompts with a local-first ledger built for serious engineering workflows.
01 / Capabilities
Version control, evaluation, and delivery tools arranged around a local source of truth.
Immutable version history with diffs and rollback. Track every change to your prompts like code.
Run prompts against datasets with automatic scoring, cost tracking, and metrics for 23+ LLM models.
Connect directly to MCP clients with 14 tools and 4 resources for full prompt lifecycle management.
Use the command line or HTTP API to fit PromptVault into existing workflows and custom tooling.
OpenAI, Anthropic, Google Gemini, and Ollama. Switch providers with a single config change.
A SQLite database on your machine. No cloud dependency, no vendor lock-in, and an MIT license.
02 / First run
Three commands from local checkout to a repeatable prompt evaluation.
git clone https://github.com/KrishBnsl/promptVault.git
cd promptVault
uv syncpromptctl prompt create qa-bot \
--content "Answer: {question}" \
--tags "qa"promptctl eval run qa-bot \
--dataset test-data \
--model-config '{"provider":"gemini"}'