The site -> 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
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.
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
To deploy your own version:
- Fork this repository
- Update the
base
path invite.config.ts
to match your GitHub Pages URL structure - Enable GitHub Pages in your repository settings
To run this project locally:
# 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