No need to study prompt engineering
Prompt Builder is a free library and builder for ChatGPT prompts. All prompts are carefully crafted to get good output.
Prompt Builder is a website accessible at promptbuilder.dev.
Contributions are welcome! Feel free to open an issue or a pull request.
Our Contributing Guide has more information about contributing to Prompt Builder.
PS: Contributing to prompts does not require any programming knowledge.
All prompts are entirely written in YAML
To run PromptBuilder.dev locally, you'll need to have Node.js and pnpm installed.
git clone https://github.com/MarvinJWendt/promptbuilder.dev
)cd promptbuilder.dev
)pnpm install
)pnpm dev
)