PHPackages                             visionbites/kirby-atai - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. visionbites/kirby-atai

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

visionbites/kirby-atai
======================

A Kirby field plugin to generate alternative text for images using alttext.ai

1.1.1(1mo ago)753MITPHP

Since May 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/visionbites/kirby-ATAI)[ Packagist](https://packagist.org/packages/visionbites/kirby-atai)[ RSS](/packages/visionbites-kirby-atai/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Kirby ATAI
==========

[](#kirby-atai)

A Kirby field plugin to generate alternative text for images using [alttext.ai](https://alttext.ai/).

Requirements
------------

[](#requirements)

- Kirby 5+
- An [alttext.ai](https://alttext.ai/) API key

Install
-------

[](#install)

### Composer

[](#composer)

```
composer require visionbites/kirby-atai
```

### Download Zip file

[](#download-zip-file)

Copy plugin folder into `site/plugins`

Usage
-----

[](#usage)

Add a field `atai` to your blueprint where you want to enter the alternative text.

### File blueprint

[](#file-blueprint)

When used on a file view, the field automatically detects the current file:

```
fields:
  alt:
    type: atai
    label: Alternative text
```

### Page blueprint

[](#page-blueprint)

On a page view, use the `target` option to specify which files field holds the image:

```
fields:
  image:
    type: files
    max: 1
  alt:
    type: atai
    label: Alternative text
    target: image
```

### Field properties

[](#field-properties)

PropertyTypeDefaultDescription`label``string`—Field label shown in the Panel`target``string``image`Name of the files field to read the image from (page view only)Options
-------

[](#options)

Set the options in `config.php`:

```
return [
  'visionbites.kirby-atai' => [
    'api_key'      => 'XXX',
    'reference'    => 'my-project',
    'is_reachable' => false,
  ]
];
```

OptionTypeDefaultDescription`api_key`string`null`Your API key for alttext.ai (required)`reference`string`null`A reference sent to alttext.ai with the metadata, e.g. to track usage`is_reachable`bool`false`If `true`, only the image URL is sent to alttext.ai. If `false`, the full image is sent as base64-encoded data.Development
-----------

[](#development)

```
npm run dev    # watch mode (kirbyup)
npm run build  # compile for production
npm run lint   # lint with standard
```

Todos
-----

[](#todos)

- Add option to pass tags
- Add option to pass manufacturer and product data
- Implement an option to batch process images
- Implement an info section to get usage information

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance92

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~185 days

Total

3

Last Release

39d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/107976488?v=4)[philipkuban](/maintainers/philipkuban)[@philipkuban](https://github.com/philipkuban)

---

Top Contributors

[![therephil](https://avatars.githubusercontent.com/u/4098146?v=4)](https://github.com/therephil "therephil (11 commits)")

---

Tags

kirbykirby-pluginkirby-cms

### Embed Badge

![Health badge](/badges/visionbites-kirby-atai/health.svg)

```
[![Health](https://phpackages.com/badges/visionbites-kirby-atai/health.svg)](https://phpackages.com/packages/visionbites-kirby-atai)
```

###  Alternatives

[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8614.7k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4149.6k2](/packages/bnomei-kirby3-dotenv)[bnomei/kirby3-recently-modified

Kirby Section to display recently modified content pages

3210.6k](/packages/bnomei-kirby3-recently-modified)[grommasdietz/kirby-hidden-characters

Kirby CMS plugin for visualising hidden characters in the Panel

461.8k](/packages/grommasdietz-kirby-hidden-characters)[bnomei/kirby3-robots-txt

Manage a virtual robots.txt from the Kirby config file

2250.1k](/packages/bnomei-kirby3-robots-txt)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
