infofactory / statamic-ai-translations
A Statamic addon that lets you translate pages using AI
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:statamic-addon
pkg:composer/infofactory/statamic-ai-translations
Requires
- prism-php/prism: ^0.98.0
- statamic/cms: ^5.0
- stillat/proteus: ^4.2
This package is auto-updated.
Last update: 2025-11-07 09:34:52 UTC
README
Statamic AI Translations is a Statamic addon that uses LLMs to translate your content.
Features
This addon does:
- Translates your content using LLMs
- Provide custom style and guidelines for the translations
- Choose your favorite LLM provider
How to Install
You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:
composer require infofactory/statamic-ai-translations
How to Use
This addon under the hood uses PrismPHP.
Providers are configured following Laravel's environment configuration best practices:
- Each provider's configuration pulls values from environment variables
- Default values are provided as fallbacks
- Environment variables follow a predictable naming pattern:
- API keys:
PROVIDER_API_KEY - URLs:
PROVIDER_URL - Other settings:
PROVIDER_SETTING_NAME
You can check which providers are supported and how to configure them following Prism's documentation.
If a Provider you're looking for is not yet supported you can always extend Prism with a Custom Provider.
Author
This addon is developed by InfoFactory.
License
"Statamic AI Translations" is paid software with a source-available codebase. If you want to use it, you’ll need to buy a license from the Statamic Marketplace. The license is valid for only one project.