Home
Softono
prompts.chat

prompts.chat

Open source HTML
163.5K
Stars
21.2K
Forks
51
Issues
1.6K
Watchers
1 week
Last Commit

About prompts.chat

<h1 align="center"> <a href="https://prompts.chat"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://prompts.chat/logo-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://prompts.chat/logo.svg"> <img height="60" alt="prompts.chat" src="https://prompts.chat/logo.svg"> </picture> <br> prompts.chat </a> </h1> <p align="center"> <strong>The world's largest open-source prompt library for AI</strong><br> <sub>Works with ChatGPT, Claude, Gemini, Llama, Mistral, and more</sub> </p> <p align="center"> <sub>formerly known as Awesome ChatGPT Prompts</sub> </p> <p align="center"> <a href="https://prompts.chat"><img src="https://img.shields.io/badge/Website-prompts.chat-blue?style=flat-square" alt="Website"></a> <a href="https://github.com/sindresorhus/awesome"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" alt="Awesome"></a> <a href="https://huggingface.co/dataset ...

Platforms

Web Self-hosted

Languages

HTML
f
Published by
f

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

Website Awesome Hugging Face Ask DeepWiki

๐ŸŒ 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.

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


๐ŸŽฎ Prompting for Kids

Promi

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

Neon Logo fallback

๐Ÿ“– Full Self-Hosting Guide โ€ข ๐Ÿณ Docker Guide


๐Ÿ”Œ Integrations

CLI

npx prompts.chat

Claude Code Plugin

/plugin marketplace add f/prompts.chat
/plugin install [email protected]

๐Ÿ“– 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

Neon    Clemta    Wiro    Cognition    CodeRabbit    Sentry    Each Labs    CommandCode

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.