Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marvinjwendt/promptbuilder.dev
- Owner: MarvinJWendt
- License: mit
- Created: 2023-08-04T19:10:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T23:58:03.000Z (7 months ago)
- Last Synced: 2024-05-01T16:12:22.052Z (6 months ago)
- Topics: ai, builder, chatgpt, hacktoberfest, library, prompt, prompt-engineering, svelte, sveltekit, website
- Language: Svelte
- Homepage: https://promptbuilder.dev
- Size: 459 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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