
=== AIPromptVault ===
Contributors: anthonyacosta
Donate link: https://www.buymeacoffee.com/americanczar
Tags: ai, prompts, chatgpt, claude, prompt-library, ai-tools, productivity
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A simple, private dashboard tool to save, organize, and reuse your best AI prompts — with AJAX management and a clean front-end shortcode display.
== Description ==
AIPromptVault is your personal AI prompt library inside WordPress.
Quickly save system prompts, few-shot examples, chain-of-thought templates, role prompts, and optimized generations from ChatGPT, Claude, Grok, Midjourney, and more.
Features:
- Dashboard Widget — Add, edit, delete prompts instantly via AJAX (no page reloads)
- Fields per prompt: Title, Full Prompt Text (multi-line), Category/Tags, Optional screenshot/example output via WordPress Media Library
- Front-end Shortcode — Display your saved prompts in a beautiful, responsive card grid on any page or post
- Private by default — Management is admin-only; shortcode can be placed on password-protected pages if prompts are sensitive
- Lean & fast — No custom post types, no bloat — data stored securely in a single wp_options entry
- Support ongoing development — Optional donation links (Buy Me a Coffee, Cash App) right in the widget
Perfect for content creators, marketers, developers, prompt engineers, and anyone who wants to build and reuse high-performing AI prompts without switching apps.
== Installation ==
- Upload the
ai-prompt-vaultfolder to the/wp-content/plugins/directory
- Activate the plugin through the 'Plugins' menu in WordPress
- The dashboard widget "🔒 AIPromptVault – Your Personal AI Prompt Library" will appear on your admin dashboard
- Start adding your prompts right away
No configuration or settings page required.
== Frequently Asked Questions ==
= Where are my prompts stored? =
All prompts are stored in the WordPress database (wp_options table) using a single serialized array — fast, secure, and easy to backup/export.
= How do I display my prompts on the front end? =
Use this shortcode on any page or post: [ ai_prompt_vault ]
It renders a responsive grid of cards showing the title, category badge, full prompt (in a readable block), and any uploaded image/example.
= Are the prompts public? =
The management widget is only visible to logged-in users with dashboard access (usually admins/editors). The shortcode output is public by default — place it on a private/password-protected page if your prompts contain sensitive or proprietary content.
= Can I copy prompts easily? =
Yes — on the front-end display, the prompt text is in a block that is easy to select/copy. You can paste directly into ChatGPT, Claude, Midjourney, etc.
= How do I support the plugin? =
If AIPromptVault saves you time, consider a small donation via the links in the dashboard widget:
Buy Me a Coffee: https://www.buymeacoffee.com/americanczar
Cash App: $americanczar
Thank you — it really helps!
== Screenshots ==
Dashboard widget showing the add form, saved prompts list, and donation/support section
Front-end shortcode output — responsive prompt cards with category tags and full prompt text
== Changelog ==
= 1.2 =
Added donation/support section (Buy Me a Coffee + Cash App) to the dashboard widget
Updated plugin header with accurate author, URIs, license, and compatibility info
= 1.1 =
Removed optional Target/Version field for simpler interface
Improved shortcode card styling (better category badge, scrollable block)
= 1.0 =
Initial release
AJAX-powered dashboard widget for CRUD operations
Responsive front-end shortcode grid
Media Library integration for example images/screenshots
Clean, bloat-free design following WordPress best practices
== Upgrade Notice ==
= 1.2 =
Minor update — adds visible support/donation links in the dashboard widget. No data changes; upgrade is safe.
== Additional Information ==
Plugin URI: https://kennedymedia.com/aipromptvault
Author: Anthony Acosta
Author URI: https://anthonyacosta.me
Built with focus on simplicity, speed, and user experience. No nonces (per project spec), full sanitization/escaping, and native WordPress media handling.
If you have feature requests (copy-to-clipboard buttons, prompt search/filter in widget, export to JSON, model-specific tags like "Claude 3.5"), feel free to reach out — happy to iterate!