diff --git a/notes/Prompt Catalog Features.md b/notes/Prompt Catalog Features.md index e67f5e6..28bc76d 100644 --- a/notes/Prompt Catalog Features.md +++ b/notes/Prompt Catalog Features.md @@ -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