prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Quick Overview
Error generating quick overview
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
prompts.chat
The world's largest open-source prompt library for AI
Works with ChatGPT, Claude, Gemini, Llama, Mistral, and more
formerly known as Awesome ChatGPT Prompts
ð Browse Prompts ⢠ð Read the Book ⢠ð View on GitHub ⢠ð Self-Host
ð Featured in Forbes ·
ð Referenced by Harvard, Columbia ·
ð 40+ academic citations ·
â¤ï¸ Most liked dataset on Hugging Face
â 143k+ GitHub stars ·
ð
GitHub Staff Pick ·
ð First prompt library (Dec 2022)
Loved by AI pioneers:
Greg Brockman (OpenAI Co-Founder) ·
Wojciech Zaremba (OpenAI Co-Founder) ·
Clement Delangue (Hugging Face CEO) ·
Thomas Dohmke (Former GitHub CEO)
What is this?
A curated collection of prompt examples for AI chat models. Originally created for ChatGPT, these prompts work great with any modern AI assistant.
| Browse Prompts | Data Formats |
|---|---|
| prompts.chat | prompts.csv |
| PROMPTS.md | Hugging Face Dataset |
Want to contribute? Add prompts at prompts.chat/prompts/new â they sync here automatically.
ð The Interactive Book of Prompting
Learn prompt engineering with our free, interactive guide â 25+ chapters covering everything from basics to advanced techniques like chain-of-thought reasoning, few-shot learning, and AI agents.
ð® Prompting for Kids
An interactive, game-based adventure to teach children (ages 8-14) how to communicate with AI through fun puzzles and stories.
ð Self-Hosting
Deploy your own private prompt library with custom branding, themes, and authentication.
Quick Start:
npx prompts.chat new my-prompt-library
cd my-prompt-library
Manual Setup:
git clone https://github.com/f/prompts.chat.git
cd prompts.chat
npm install && npm run setup
The setup wizard configures branding, theme, authentication (GitHub/Google/Azure AD), and features.
ð Full Self-Hosting Guide ⢠ð³ Docker Guide
ð Integrations
CLI
npx prompts.chat
Claude Code Plugin
/plugin marketplace add f/prompts.chat
/plugin install prompts.chat@prompts.chat
ð Plugin Documentation
MCP Server
Use prompts.chat as an MCP server in your AI tools.
Remote (recommended):
{
"mcpServers": {
"prompts.chat": {
"url": "https://prompts.chat/api/mcp"
}
}
}
Local:
{
"mcpServers": {
"prompts.chat": {
"command": "npx",
"args": ["-y", "prompts.chat", "mcp"]
}
}
}
ð MCP Documentation
ð Sponsors
Built with Windsurf and Devin
Become a Sponsor â
ð¥ Contributors
ð License
CC0 1.0 Universal (Public Domain) â Copy, modify, distribute, and use freely. No attribution required.
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot