📄 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

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