Live data from Hacker News

Built a small tool to decouple prompts from code

github.com

1–2 of 2 posts

Re: Built a small tool to decouple prompts from code

#2
hey all, while working on a SaaS im building, I had the need to decouple my prompts for code, so i could manage & organise them better, and I ended up building a small CLI tool to do that. the idea is that you can store prompts in yaml, version them and programmatically use them by ID. thats it, lmk what you think!