AI ALT Genius
AI ALT Genius - Automatic contextual image alt text generation for WordPress accessibility.
by WPStack Studio · github.com/wpstack-online/ai-alt-genius · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/wpstack-online/ai-alt-genius/releases/download/v1.0.0/ai-alt-genius.zipReadme
AI ALT Genius (WordPress Alt Text Automation)
AI ALT Genius generates contextual, accessibility-focused image alt text descriptions across your WordPress Media Library using computer vision models.
⚡ Need Custom WordPress Plugin Development or AI Integrations?
WPStack builds custom AI plugins, OpenAI/Anthropic API integrations, vector search systems, and custom WooCommerce extensions.
👉 Request a Custom Plugin Estimate at WPStack.online
🌟 Key Features
- Computer Vision Analysis: Analyzes media library images to generate precise, human-readable alt descriptions.
- Bulk Alt Text Generation: Process missing image Alt tags across large WordPress media archives in batches.
- Accessibility Compliance (WCAG 2.1): Formats alt text specifically for screen readers and accessibility guidelines.
- Built for Human Review: One-click preview and editing before committing alt text changes to the database.
- Zero Layout Impact: Preserves image aspect ratios, EXIF metadata, and media database structures.
🚀 Installation
- Clone this repository into your WordPress plugins directory:
cd wp-content/plugins/ git clone https://github.com/wpstack/ai-alt-genius.git - Activate AI ALT Genius in WordPress Admin > Plugins.
- Configure your API credentials in Media > AI ALT Genius.
🛠️ Developer Hooks
// Filter generated alt text draft before saving to attachment postmeta
add_filter('ai_alt_genius_generated_text', function($alt_text, $attachment_id) {
return trim($alt_text) . ' - WPStack Visual';
}, 10, 2);
📖 Official Guides & Resources
- 📚 AI Alt Text vs Manual Alt Text in WordPress Guide
- 📚 Building a WordPress Plugin with the OpenAI API
- 🌐 AI ALT Genius Official Plugin Page
📜 License
Distributed under the GNU General Public License v3.0.
Maintained with ❤️ by WPStack - Custom WordPress Plugin Development Studio.
🌐 Connect with WPStack
- 🌐 Website: WPStack.online
- 🕮 Blog & Guides: WPStack Insights
- 𝕏 X (Twitter): @WPStackOnline
- 💼 LinkedIn: WPStack Company Page
- 📺 YouTube: @WPStackOnline
- 📘 Facebook: WPStack Facebook Page
- 📸 Instagram: @wpstackonline
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.0 | Aug 12, 2026 | ai-alt-genius.zip | 0 |