"We only manage prompts, the future of LLMs is prompt engineering."
A free and open source prompt management tool for Users. System-level prompt management tool that's not bound by any specific application.
prompts.mp4
- Create & Edit: Rich editor with title, description, content, tags, and folder organization
- Smart Variables: Auto-detect
{variable}syntax for dynamic content replacement - One-click Copy: Copy prompts to clipboard with usage tracking
- Detailed View: Dedicated preview page with variable substitution interface
- Folders: Create hierarchical structure, drag-and-drop organization, right-click menus
- Tags: Multi-tag support with color coding and usage statistics
- Views: Switch between grid (cards) and list layouts
- Filtering: Multi-dimensional filtering by folders, tags, and custom categories
- Real-time Search: Instant results across titles, content, descriptions, and tags
- Smart Ranking: Title matches prioritized, prefix matching bonus
- Live Filtering: Dynamic results as you type
- Default:
Cmd+Shift+P(fully customizable) - System-wide: Works from any application
- Floating Window: Non-intrusive overlay that auto-hides
- Intelligent Ranking: Prioritizes title matches and recent usage
- Keyboard Navigation:
ββto navigate,Enterto copy,Escto close - Real-time Results: Shows all matching prompts as you type
- Smart Filtering: Empty search shows no results, encouraging focused search
- Auto-detection: Recognizes
{variable}patterns in prompt content - Live Preview: Real-time content preview with variable substitution
- Flexible Input: Fill variables through intuitive interface
- Copy Options: Choose between original or processed content
- Multiple Formats: JSON (complete), CSV (tabular), Markdown (readable)
- Smart Import: Duplicate detection with preview and confirmation
- Backup System: Manual export to any location, import restoration
- Statistics Dashboard: Total prompts, tags, folders, usage counts
- Activity Tracking: Recent creation and update metrics (7-day window)
- Usage Monitoring: Automatic copy count tracking
- System Tray:
- Left-click: Open Quick Picker
- Right-click: Toggle main window
- Startup Options: Launch on system boot
- Dock Control: Show/hide in macOS Dock
- Themes: Light, Dark, or System-following themes
- Custom Shortcuts: Configure global hotkey combinations
- Interface Options: Collapsible sidebar, view preferences
- Easy Configuration: All settings in one place
- Reset Options: Restore defaults with confirmation
- Live Updates: Changes apply immediately
- Context Menus: Right-click operations for folders and tags
- Hover Actions: Show action buttons on card hover
- Smart Dialogs: Confirmation prompts for destructive actions
- Status Feedback: Toast notifications for all operations
- Editor Shortcuts:
Ctrl+Ssave,Esccancel,Ctrl+Ccopy - Navigation: Full keyboard navigation support
- Accessibility: Proper focus management and screen reader support
- Dual Windows: Main manager + lightweight Quick Picker
- Memory Management: Efficient state persistence
- Performance: Optimized for large prompt collections
Perfect for:
- AI Engineers: Managing prompt libraries for different models
- Content Creators: Organizing writing templates and creative prompts
- Developers: Code review templates, documentation snippets
- Professionals: Email templates, meeting agendas, standard responses
- Researchers: Question sets, interview guides, analysis frameworks
- macOS: Native Apple Silicon and Intel support
- Windows: Full feature parity with cross-compilation
- Local-first: All data stored locally, no cloud dependencies
npm install- Install dependenciesnpm run tauri:dev- Start Tauri development mode
make build- Build for current platformmake build-all- Build for all platforms (macOS Intel/ARM64, Windows)make build-macos-arm64- Build for macOS Apple Siliconmake build-macos-intel- Build for macOS Intelmake build-windows- Build for Windows (auto-setup cross-compilation)
On macOS, Windows builds are fully automated:
- First time:
make build-windows(automatically installs xwin and Windows SDK) - Subsequent builds:
make build-windows(uses cached dependencies) - Clean environment:
make clean-all(removes all cached dependencies)