From 18f0d5ac5a04177bcd7ba73670a05111f3d58307 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 21 Jun 2025 10:18:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Add=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ notes/Prompt Catalog Features.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d91e4a9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Prompt Catalog + +## Overview & Purpose + +The Prompt Catalog is a centralized repository for prompts used in various applications, such as AI models or chatbots. It aims to provide a structured way to store, search, and categorize prompts for easy access and management. It will serve as a comprehensive and user-friendly catalog of prompts that can be easily searched, categorized, and tagged, enhancing the usability and discoverability of prompts for developers and users alike. diff --git a/notes/Prompt Catalog Features.md b/notes/Prompt Catalog Features.md index a0c7f0a..e67f5e6 100644 --- a/notes/Prompt Catalog Features.md +++ b/notes/Prompt Catalog Features.md @@ -23,7 +23,7 @@ The Prompt Catalog is a centralized repository for prompts used in various appli ## Technical Details - **Web Interface**: A user-friendly web interface to view, search, and manage prompts. - - See `Front End Interface.png` for mockup. + - See `notes/Front End Interface.png` for mockup. - **Database**: Use Supabase for storing prompts and metadata. - Tables: - `prompts`: Stores prompt details (id, type, title, description, tags, created_at, updated_at).