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
- Host: GitHub
- URL: https://github.com/mattnigh/ChatGPT-Free-Prompt-List
- Owner: mattnigh
- Created: 2023-01-14T19:25:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T03:40:05.000Z (about 2 months ago)
- Last Synced: 2025-05-02T04:28:01.942Z (about 2 months ago)
- Topics: ai, chatgpt, chatgpt3, chatgpt4, prompt-engineering, prompts
- Language: TypeScript
- Homepage: https://www.prompt-bin.com/
- Size: 3.79 MB
- Stars: 2,179
- Watchers: 31
- Forks: 168
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-chatgpt - mattnigh/ChatGPT-Free-Prompt-List - A free and open-source project providing a comprehensive list of prompts and tools to help users create and manage effective ChatGPT3 prompts for various AI applications. (Documentation and examples / Documentation, lists, guides, or examples)
- my-awesome - mattnigh/ChatGPT-Free-Prompt-List - engineering,prompts pushed_at:2025-05 star:2.2k fork:0.2k A free guide for learning to create ChatGPT3 Prompts (TypeScript)
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
```