📄 docs: Add readme

This commit is contained in:
Keith Solomon
2025-06-21 10:18:32 -05:00
parent 2ba39a92ea
commit 18f0d5ac5a
2 changed files with 6 additions and 1 deletions

5
README.md Normal file
View File

@@ -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.

View File

@@ -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).