Zoviz AI Studio
Zoviz AI Studio
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.zipReadme
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.