Open Source Radar
f/

prompts.chat

GitHubWebsite

Prompts.chat is an open-source library for sharing and discovering prompts for AI chat models. It supports self-hosting and offers various integration options. The repository has 165441 stars and 21418 forks.

165kstars
21kforks
61issues
2022since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Jul 12, 2026

What it is

Prompts.chat is a curated collection of prompt examples for AI chat models. Originally created for ChatGPT, these prompts work with various AI assistants including Claude, Gemini, Llama, and Mistral.

How it works

Users can browse prompts at prompts.chat or access them in different formats, such as prompts.csv and a Hugging Face Dataset. Users can contribute prompts through the website, which syncs automatically with the repository.

Getting started

To self-host your own prompt library, you can use the following commands:

npx prompts.chat new my-prompt-library
cd my-prompt-library

For manual setup, use:

git clone https://github.com/f/prompts.chat.git
cd prompts.chat
npm install && npm run setup

The setup wizard configures branding, theme, authentication, and features, with PostgreSQL recommended as the database.

Integrations

Prompts.chat can be integrated with various tools. For CLI access, use:

npx prompts.chat

For the Claude Code Plugin, the commands are:

/plugin marketplace add f/prompts.chat
/plugin install prompts.chat@prompts.chat

Prompts.chat can also be used as an MCP server with the following configurations: Remote (recommended):

{
  "mcpServers": {
    "prompts.chat": {
      "url": "https://prompts.chat/api/mcp"
    }
  }
}

Local:

{
  "mcpServers": {
    "prompts.chat": {
      "command": "npx",
      "args": ["-y", "prompts.chat", "mcp"]
    }
  }
}

Recent releases

  • none

Traction

  • Stars: 165441
  • Forks: 21418
  • Open issues: 61

Caveats

  • License: none listed
  • Open issues: 61
  • Created: 2022-12-05
  • Last push: 2026-07-11
SharePost on XLinkedIn
All trending reposRevenue-verified startups →