Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marvinjwendt/promptbuilder.dev

🛠️ Prompt Builder is a free library and builder for ChatGPT prompts. All prompts are carefully crafted to get good output.
https://github.com/marvinjwendt/promptbuilder.dev

ai builder chatgpt hacktoberfest library prompt prompt-engineering svelte sveltekit website

Last synced: 24 days ago
JSON representation

🛠️ Prompt Builder is a free library and builder for ChatGPT prompts. All prompts are carefully crafted to get good output.

Awesome Lists containing this project

README

        

🛠️ Prompt Builder


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.



![Screenshot](https://github.com/MarvinJWendt/promptbuilder.dev/assets/31022056/54e83ace-8f77-4585-bd53-69b372e8b00e)

## Usage

Prompt Builder is a website accessible at [promptbuilder.dev](https://promptbuilder.dev).

## Contributing

Contributions are welcome! Feel free to open an issue or a pull request.
Our [Contributing Guide](https://github.com/MarvinJWendt/promptbuilder.dev/blob/main/CONTRIBUTING.md) 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](https://github.com/MarvinJWendt/promptbuilder.dev/tree/main/src/prompts)

## Running PromptBuilder.dev locally

To run PromptBuilder.dev locally, you'll need to have [Node.js](https://nodejs.org/en/) and [pnpm](https://pnpm.io/)
installed.

1. Clone the repository (`git clone https://github.com/MarvinJWendt/promptbuilder.dev`)
2. Change into the directory (`cd promptbuilder.dev`)
3. Install dependencies (`pnpm install`)
4. Start the development server (`pnpm dev`)
5. Open [localhost:5173](http://localhost:5173) in your browser