An easy GUI for Prompt-managing!

Hello hello! I found myself repeating some prompts quite often (explain X concept, document X function…) so I developed a little app to store and reuse prompts from a comfy graphic user interface. I use it on a daily, as well as some redditors that are contributing recipes themselves. I hope it can be of use to someone here!

Promptbook

You can find all the info about how it works and how to use it in the repo. In essence: you can just make a python function with whichever inputs the prompt needs, place it in the recipes folder, and it will automatically be parsed into a user interface :slight_smile:

PS: if you like it, I would appreciate you starring the repo :wink:

5 Likes

Thanks @nachollorca for sharing, this is a great app, with starter prompt ideas.

“built upon Python function signatures and type hints” like it! :+1:t4: