I feel like many companies probably have this problem: you have a bunch of prompts in your codebase and you want to allow non-technical folks to edit or iterate upon them to make them better.<p>In our case, we help our customers with local SEO so we hired someone to help us refine them. He's great at prompting and SEO but does not code.<p>So we need a playground like environment, except that takes in different records from our database as params and that uses structured JSON outputs.<p>Is there a company tackling this? Would happily use them if so! If not, startup idea!
This sounds like basic content management. Give them an admin UI - Put an editor on-screen, load/save the various data, pull the saved value into your code as appropriate. Include some input validation on your editor, and it is a basic CRUD form. Maybe a little more complex if you include a workflow so that their changes get tested before going live.
If anyone finds this in the future, we found three solutions we're evaluating:<p><a href="https://www.promptlayer.com/" rel="nofollow">https://www.promptlayer.com/</a><p><a href="https://freeplay.ai/" rel="nofollow">https://freeplay.ai/</a><p><a href="https://www.helicone.ai/">https://www.helicone.ai/</a>