Overview
AltText Buddy is an accessibility power-tool that automatically generates descriptive alt text for images in your WordPress Media Library using five leading AI providers — all with generous free tiers. Supports Google Cloud Vision (1,000 free requests/month), Microsoft Azure Computer Vision (5,000 free transactions/month), Clarifai (1,000 free calls/month), ChatGPT via OpenAI, and Claude via Anthropic. Features include individual one-click generation with inline editing, bulk processing with real-time progress tracking and detailed results summary, smart filtering of generic terms, people detection and counting, text recognition, and intelligent fallback to image filename when API returns minimal results. Detects localhost environments automatically and uses base64 encoding for local image delivery. API keys are stored securely in the WordPress database.
Technical Specifications
Tech Stack
Key Features
5 AI providers: Google Vision, Azure, Clarifai, OpenAI, Anthropic
Up to 5,000 free requests/month (Azure tier)
Bulk processing with real-time progress indicators
Inline manual review & editing before saving
Smart filtering: people detection, text recognition, generic label suppression
Auto-detects localhost — uses base64 encoding for local images
Regenerates alt text if it already exists (smart button states)
Secure API key storage in WordPress database
WCAG accessibility compliance workflow
Copy alt text to clipboard
Deep Dive
Smart Filtering Engine
The API response is post-processed to remove generic labels (e.g. "image", "photo"), boost people/text/object detection confidence, and apply intelligent filename fallback when the vision result is low-confidence.
Localhost Base64 Support
On local development environments, images cannot be fetched via public URL. AltText Buddy automatically detects localhost and sends the image as base64-encoded data to Google Vision and Clarifai.
5 Providers, 1 Interface
Switch between Google Cloud Vision, Azure Computer Vision, Clarifai, ChatGPT, or Claude from a single settings screen. Per-provider setup guides are shown inline — no separate documentation tab.
WCAG Accessibility Workflow
Designed for accessibility teams and developers who need to bring a media library up to WCAG 2.1 AA compliance. Regenerate button appears automatically on images that already have alt text.
How It Works
Choose your AI provider
Go to Settings > AltText Buddy, pick one of the five supported providers, paste your free-tier API key, and click Test Connection. Setup takes about 2 minutes.
Generate alt text individually
Open any image in the Media Library. Click "Generate Alt Text". The AI analyses the image, filters generic terms, and returns a descriptive result.
Review, edit, and save
A modal shows the generated alt text before saving. Edit directly in the field, copy to clipboard, or regenerate with a different provider. Nothing is auto-saved without your approval.
Bulk process your library
Open AltText Buddy > Bulk Process. Select all images (or a subset), hit Generate — and watch a real-time progress tracker work through your library with per-image status and a results summary.
Development Roadmap & Updates
We are actively building and refining this utility. Watch our channel for live progress or stay tuned for updates:
Installation Guide
Download Package
Get the latest build by downloading the ZIP archive from the button on this page. Save it to your desktop or downloads folder.
WordPress Upload
Navigate to your WordPress admin, click Plugins > Add New > Upload Plugin, then select and upload the ZIP file.
Activate & Configure
Click Activate Plugin. The plugin settings will appear in your admin menu — open them to configure behaviour, connect APIs, or run the optional onboarding flow.