📄 docs: Update features doc

This commit is contained in:
Keith Solomon
2025-06-21 10:24:38 -05:00
parent 18f0d5ac5a
commit 9365871847

View File

@@ -18,7 +18,9 @@ The Prompt Catalog is a centralized repository for prompts used in various appli
- Last modified date
- **Categorization**: Organize prompts into types (System, Tasks) for easier navigation.
- **Tagging System**: Use tags to describe prompts for better filtering.
- **Search Functionality**: Quickly find prompts by keywords or tags.
- **Search Functionality**: Quickly find prompts by keywords, tags, or text search.
- **AI Integration**: Connect to AI models via API (OpenAI, Together, Ollama, etc.) to suggest prompts based on user input or context.
- **Export/Import**: Allow users to export prompts in JSON format and import them back.
## Technical Details
@@ -33,6 +35,7 @@ The Prompt Catalog is a centralized repository for prompts used in various appli
- **Deployment**: Host the application on a platform like Vercel or Netlify for the front end, and Supabase for the backend.
- **Front End**: Use a modern JavaScript framework (e.g., React, Vue) for the web interface.
- **Back End**: Use Supabase's built-in API for database interactions.
- **AI Integration**: Use OpenAI or other AI APIs to suggest prompts based on user input.
## Future Enhancements