-
Notifications
You must be signed in to change notification settings - Fork 6k
Description
When building AI apps, prompts are often hardcoded or stored in scattered files. This makes them difficult to maintain, especially when frequent tweaks are needed to test effects. Every update means code changes and redeployments — a major bottleneck for fast iteration.
Introducing PromptShelf — a prompt version control system built for AI development.
✨ Key Features
Git-like prompt management: commit history, diff, rollback
Decoupled from codebase for cleaner architecture
RESTful API integration for any workflow
JWT-based auth with role-based access
One-click Docker deployment with MySQL & Redis
🚀 Why it matters
Save up to 80% of prompt deployment time
Maintain full prompt history for comparison
Collaborate easily with team-based prompt libraries
Run A/B tests without touching your code