So I built Dakora — a small open source tool that:
- Stores prompts in a central vault (files under git)
- Lets you edit them in a simple UI playground
- Syncs them into your app without redeploys.
- Works with Python out of the box (pip install dakora)
Curious how others are managing prompts in production. Feedback welcome.
_mla•1h ago
bogdan_pi•1h ago
On top of that, I had non-dev teammates responsible for tweaking prompts. For them, touching the project code added risk and complexity.
Dakora is just a simple UI on top of proven mechanics. You still have plain files under git, but with a cleaner repository of prompts and some guardrails.
Curious what would it take for you to consider a tool like this?