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

https://github.com/mattnigh/ChatGPT-Free-Prompt-List

A free guide for learning to create ChatGPT3 Prompts
https://github.com/mattnigh/ChatGPT-Free-Prompt-List

ai chatgpt chatgpt3 chatgpt4 prompt-engineering prompts

Last synced: about 2 months ago
JSON representation

A free guide for learning to create ChatGPT3 Prompts

Awesome Lists containing this project

README

        

# PromptBin: Free Prompt List for AI tools

The site -> [www.prompt-bin.com](https://www.prompt-bin.com/)

- This is a passion project by @mattnigh.
- Feel free to steal, scrape, and use the prompt files
- MIT License, 2025 by [Matt Nigh](https://www.mattnigh.net/)

## Project info

I use AI tools all the time and wished there was a great way to manage snippets for the (many) LLMs and Agents in my life. I made this tool (mostly) vibe-coding via Lovable for initial scaffolding, and Agent Mode in VS Code for functionality.

## Fork it! For Teams & Developers

Feel free to fork and steal this for whatever. This codebase can serve as a foundation for creating your own custom prompt manager. Simply fork or clone it for your own copy, and consider using it for:

- Internal prompt libraries for your development team
- Client-specific prompt collections for agencies
- Personal collections of your most effective prompts

## Deployment

To deploy your own version:

1. Fork this repository
2. Update the `base` path in `vite.config.ts` to match your GitHub Pages URL structure
3. Enable GitHub Pages in your repository settings

## Installation & Usage

To run this project locally:

```sh
# Clone the repository
git clone https://github.com/mattnigh/ChatGPT-Free-Prompt-List.git

# Navigate to the project directory
cd ChatGPT-Free-Prompt-List

# Install dependencies
npm i

# Start the development server
npm run dev
```