Skip to content

Comment on How do you allow non-technical folks to edit prompts?

Comments

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.

This. A database field and a textarea, with old versions preserved in the DB.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.