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.
- Clone the repository (
git clone https://github.com/MarvinJWendt/promptbuilder.dev
) - Change into the directory (
cd promptbuilder.dev
) - Install dependencies (
pnpm install
) - Start the development server (
pnpm dev
) - Open localhost:5173 in your browser