autoaltai / alt-text-generator
Generate AI alt text, image titles, descriptions and SEO-friendly filenames automatically or in bulk for TYPO3 websites. Includes 50 free credits every month.
Package info
github.com/autoaltai/alt-text-generator
Type:typo3-cms-extension
pkg:composer/autoaltai/alt-text-generator
Requires
- php: ^8.2
- ext-json: *
- ext-mbstring: *
- psr/log: ^3.0
- typo3/cms-backend: >=13.0 <14.4
- typo3/cms-core: >=13.0 <14.4
- typo3/cms-filelist: >=13.0 <14.4
- typo3/cms-fluid: >=13.0 <14.4
Requires (Dev)
- phpunit/phpunit: ^11.5
- typo3/testing-framework: ^9.6
README
Generate accessible, SEO-friendly image alt text for TYPO3 media assets using the AutoAlt.ai API.
- Extension key:
alt_text_generator - Composer package:
autoaltai/alt-text-generator - TYPO3: 13.0.0–14.3.99
- PHP: 8.2+
Features
- Backend module (Media > AutoAlt.ai) with a dashboard, credit balance, and image scan overview
- Settings screen with live API key validation
- Bulk generation with live AJAX progress
- Auto-generate alt text on upload
- Single-image generation from the FAL metadata form
- File List multi-selection generation
- Filterable generation history with one-click retry and automatic retention
- Logging integration with TYPO3's native System Log
- TSconfig-based permissions for single-image generation, bulk generation, and settings management
- Full localization support (XLIFF)
Installation
composer require autoaltai/alt-text-generator
Then apply the database schema (Install Tool > Database Analyzer, or
vendor/bin/typo3 database:updateschema) and configure your AutoAlt.ai API
key under Media > AutoAlt.ai > Settings in the Welcome to AutoAlt.ai
connection card. Do not commit an API key to source control; rotate a key that
was previously committed, shared, or logged.
Documentation
Full documentation lives in Documentation/ and
will be published to
docs.typo3.org
once the extension is released on TER.
Support
- Website: https://www.autoalt.ai/
- Support: support@autoalt.ai
License
GPL-2.0-or-later