📄 docs: Add readme
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal 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.
|
||||||
@@ -23,7 +23,7 @@ The Prompt Catalog is a centralized repository for prompts used in various appli
|
|||||||
## Technical Details
|
## Technical Details
|
||||||
|
|
||||||
- **Web Interface**: A user-friendly web interface to view, search, and manage prompts.
|
- **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.
|
- **Database**: Use Supabase for storing prompts and metadata.
|
||||||
- Tables:
|
- Tables:
|
||||||
- `prompts`: Stores prompt details (id, type, title, description, tags, created_at, updated_at).
|
- `prompts`: Stores prompt details (id, type, title, description, tags, created_at, updated_at).
|
||||||
|
|||||||
Reference in New Issue
Block a user