A personal AI prompt management tool that helps you organize, categorize, and quickly access your frequently used prompts.
- Prompt Management: Save, edit, and delete your AI prompts
- Categories: Organize prompts into customizable categories
- Favorites: Mark frequently used prompts as favorites
- Dark Mode: Toggle between light and dark themes
- Quick Copy: Click any prompt to copy its text to clipboard
- Search & Filter: Find prompts by text, tags, or category
- Hover Preview: Hover over prompts to view full content
- New: Import/export all prompts as JSON files
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the extension directory
- Click the extension icon to open Alexandria
- Use the "New Prompt" button to add new prompts
- Click any prompt to copy its text to clipboard
- Use the star (⭐) button to favorite prompts
- Filter prompts using the search box and category dropdown
- Export/Import prompts via the Settings menu for backup or transfer
This extension uses:
- Chrome's Storage API for data persistence
- Vanilla JavaScript for functionality, including:
openrouter-api.jsfor OpenRouter API communicationmarkdown-parser.jsfor Markdown rendering
- CSS variables for theming
- JSON import/export for data portability
To contribute:
- Fork the repository
- Create a feature branch
- Submit a pull request
MIT
