

The Couac feedback widget open on a live page, ready for a visitor to send a report.
Couac is a visual feedback and review tool for agencies and their clients. This plugin embeds the Couac feedback widget on your WordPress site so visitors, clients or your QA team can leave feedback in one click, with a screenshot and the exact element they pointed at.
This is the official Couac plugin, built and maintained by G3W (https://gianito.com), the company that operates the Couac service at https://couac.app.
The plugin only decides where and to whom the widget appears. The widget’s look and feel (position, color, mascot, language, behaviour) stays managed in your Couac project, so a single source of truth drives every site.
Features
pk_) and you are live.You need a Couac account and a project to get a key. Create one at https://couac.app.
This plugin loads the Couac feedback widget from Couac’s servers and embeds it on your pages.
By installing this plugin and adding your project key, you agree that the widget script is loaded from Couac on the pages you target.
The plugin runs without any build step: the front-end injection is pure PHP and the admin script falls back to the unminified source when no compiled bundle is present.
The admin settings-page assets are built with webpack. The human-readable sources ship inside the plugin under assets/src/ (assets/src/js/admin.js, assets/src/scss/admin.scss); the compiled bundles live in assets/dist/. The build tooling (webpack.config.js, package.json) is included too.
To regenerate the compiled assets from source:
npm install && npm run build