An open API service indexing awesome lists of open source software.

https://github.com/sandy-sp/ai-reply-index

A community-driven archive of AI prompts and responses. Log, compare, and contribute structured examples to build a searchable public prompt-response database.
https://github.com/sandy-sp/ai-reply-index

ai-prompts ai-responses community-project llm-testing open-data prompt-database

Last synced: about 1 year ago
JSON representation

A community-driven archive of AI prompts and responses. Log, compare, and contribute structured examples to build a searchable public prompt-response database.

Awesome Lists containing this project

README

          

# ๐Ÿง  AI Reply Index

[![Python](https://img.shields.io/badge/Python-3.12+-blue?logo=python)](https://www.python.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg)](./LICENSE)
[![PyQt5](https://img.shields.io/badge/GUI-PyQt5-green?logo=qt)](https://riverbankcomputing.com/software/pyqt/)
[![Markdown](https://img.shields.io/badge/Format-Markdown-blue?logo=markdown)](https://daringfireball.net/projects/markdown/)

---

## โœจ What is AI Reply Index?

**AI Reply Index** is a local-first desktop application and GitHub-based open repository designed to help you log, organize, and share **AI prompts and their responses**. Whether you're experimenting with ChatGPT, Claude, Gemini, or open-source LLMs โ€” this tool enables you to preserve and compare the outputs in a neat, versioned format.

Inspired by the idea:
> "What if we could log AI prompts like code commits โ€” with full versioning, metadata, and model comparisons?"

This repo is both:
- ๐Ÿ›  A **tool** (the PyQt5 app) to help format and log your prompt-response data
- ๐Ÿ“š A **repository** where the global community can contribute and explore prompt use-cases

---

## ๐Ÿ—‚ Repository Structure

```bash
ai-reply-index/
โ”œโ”€โ”€ app/ # PyQt5 GUI app to create and manage prompt entries
โ”œโ”€โ”€ prompts/ # Saved entries in folder-based Markdown format
โ”œโ”€โ”€ data/ # App configuration, model registry, database
โ”œโ”€โ”€ scripts/ # Utility scripts (export, migration, etc.)
โ”œโ”€โ”€ README.md # โ† You are here
โ”œโ”€โ”€ app/README.md # App-specific documentation
โ””โ”€โ”€ CONTRIBUTING.md # Contribution guidelines
```

Each entry is stored like this:

```
prompts/
โ””โ”€โ”€ 2025-04-19_example_prompt/
โ”œโ”€โ”€ prompt.md
โ”œโ”€โ”€ Gemini.md
โ””โ”€โ”€ metadata.json
```

---

## ๐Ÿงฉ Why Use the App?

To contribute to this repository, we ask that you **use the official AI Reply Index desktop app**. It ensures:
- โœ… Consistent formatting (Markdown, metadata, JSON)
- ๐Ÿ“„ Proper folder naming conventions
- ๐Ÿง  Automatic model tagging and filtering
- ๐Ÿ–ผ Support for DOCX + formatting

This reduces friction for reviewers and improves the overall quality of the shared prompts.

---

## ๐Ÿ› ๏ธ How to Contribute

1. **Fork this repository**
2. **Install the app** following [app/README.md](./app/README.md)
3. **Create entries using the app**
4. **Verify folder contents** (prompt.md, response, metadata.json)
5. **Submit a pull request** with your prompt folder under `/prompts/`

See: [CONTRIBUTING.md](./CONTRIBUTING.md) for the full contribution checklist.

---

## ๐Ÿ“– Example Use-Cases

- ๐Ÿงช Test the same prompt on GPT-4, Claude, Gemini, etc.
- ๐Ÿท๏ธ Organize responses with searchable tags and metadata
- ๐Ÿ“Š Compare model behavior across domains
- ๐Ÿ“ฆ Export a static HTML archive of your prompt logs

---

## ๐Ÿ“„ License

MIT ยฉ [@sandy-sp](https://github.com/sandy-sp) โ€” open for anyone to use, modify, and contribute.

---

## ๐Ÿ’ฌ Join the Prompt Archive Revolution

Help us build the world's cleanest, most collaborative AI prompt + response index.
Contribute your experiments, your insights, your edge cases โ€” and let's learn from each other.

> _"Prompts are the new code โ€” it's time we treat them that way."_