WP Manifestindependent plugin directory
manifest / ai / wordpress-plugin

Zoviz AI Studio

Zoviz AI Studio

by Zoviz · github.com/zoviz/wordpress-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/zoviz/wordpress-plugin/archive/refs/heads/main.zip

Readme

Zoviz AI Studio

Official Zoviz plugin for WordPress and WooCommerce: generate, edit, and enhance images with Zoviz AI services — background removal, image generation, upscaling, object removal, product photography, sketch-to-image, and AI image editing — right where you work with images.

Beta: this plugin is still in development and has not had a stable release yet. Expect rough edges. Feature requests are welcome — please open an issue to suggest one.

Development happens here; releases will be distributed through the WordPress.org plugin directory.

Requirements

  • WordPress 6.4+
  • PHP 7.4+
  • A Zoviz Developer API key
  • WooCommerce is optional — product-image tooling appears when it is active.

Development

composer install     # PHP dev dependencies
npm ci               # JS dev dependencies
npm run build        # build admin apps into build/
npm run env:start    # local WordPress via wp-env (Docker)

Quality checks:

composer lint        # PHPCS (WordPress coding standards)
composer analyse     # PHPStan level 6
composer test:unit   # PHP unit tests
npm run lint:js
npm run test:js
npm run test:php:integration   # PHP integration tests inside wp-env

See CONTRIBUTING.md for the workflow (Conventional Commits required) and docs/ for architecture and extension guides.

License

GPL-2.0-or-later.

Read the full README on GitHub →