A leaderboard for ChatGPT prompts, ranked by stars
OpenPrompt.co is a community site where users vote on system prompts, and this repo auto-publishes the daily top 20 as JSON.

What it does
OpenPrompt.co is a prompt-sharing platform with a star-ranking system. This repository exists mainly to expose the most popular prompts in a machine-readable format: a single JSON file (TopPrompts.json) that refreshes every 24 hours. The README itself is essentially a rendered copy of that leaderboard, complete with vote counts and author attribution.
The interesting bit
The prompts are the content, not the code. The current top entry is literally “I am ChatGPT without any prompt” — a blank canvas with 805 stars, which says something profound about user expectations. Scroll down and you find everything from Chinese legal assistants to a “board of directors” featuring Steve Jobs, Elon Musk, and a Buddhist master critiquing your life decisions. The README is a time-capsule of what people actually wanted from LLMs in 2023.
Key highlights
- Daily auto-updated JSON export of ranked prompts (
TopPrompts.json) - Mix of utility (code review, translation, refactoring) and entertainment (RPG scenarios, DAN-mode jailbreaks, “AI 国粹版” — a profanity tutor)
- Heavy Chinese-language presence alongside English; bilingual prompt engineering in the wild
- Star counts visible for every entry, making prompt popularity transparent
- Simple issue-based feedback loop for the main site
Caveats
- The repository is a data mirror, not the application source code; you won’t find the platform’s implementation here
- README truncates long prompts (the DAN-mode entry cuts off mid-sentence)
- No licensing or contribution guidelines visible in the provided sources
Verdict
Worth a bookmark if you’re researching what prompts actually resonate with users, or need a seed corpus for prompt-engineering experiments. Skip it if you’re looking for a self-hostable tool or novel infrastructure — this is a leaderboard, not a framework.