prompts.chat

f / prompts.chat

一个开源社区驱动的 ChatGPT 提示词分享与发现平台,支持自托管,帮助用户收集和共享优质提示词。

HTML AIGC LLM 应用 Web 开发 ChatGPT 提示词工程 开源 自托管 社区驱动

为什么值得看

编辑点评

作为 Awesome ChatGPT Prompts 的继承者,它将静态列表升级为可交互的社区平台,支持浏览、提交和收藏提示词。适合需要系统化管理提示词的团队或个人,尤其是注重隐私、希望内部自托管的组织。界面简洁,基于 HTML 实现,部署简单。但功能相对基础,若需要高级提示词管理或评测功能,可能需要二次开发。

Star 趋势

近 7 日
  • Star 总数170,482
  • 今日新增+35
  • 7 日增速-17%
  • Fork21,928

同类项目

同场景 · AIGC / LLM 应用 / Web 开发

项目文档

来自 GitHub README · main 分支

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 prompts 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.

Start Reading → (Source: https://github.com/f/prompts.chat/tree/main/src/content/book)


🎮 Prompting for Kids

An interactive, game-based adventure to teach children (ages 8-14) how to communicate with AI through fun puzzles and stories.

Start Playing →



🚀 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.

Recommended database: prompts.chat uses PostgreSQL. For a hosted database, we recommend Neon.

Sponsored by

  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/neon-dark.svg">
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/neon.svg">

📖 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

This project is dual-licensed:

  • Source code and site-authored content is licensed under the MIT License, including the interactive book content in src/content/book.
  • Prompt content and data (prompts.csv, PROMPTS.md, user-submitted prompts) is dedicated to the public domain under CC0 1.0 Universal.

See LICENSE for details.

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。