

React-powered Decouplix settings dashboard with clean, horizontal settings alignment.
An enterprise-ready WordPress plugin that optimizes the content editing experience for headless (decoupled) sites. It handles secure previewing, webhook management, automated CDN cache invalidation, and custom WP-CLI tools.
/wp-content/plugins/).npm install to install local JavaScript build tools and dependencies.composer install to install PHP development tools (PHPUnit, PHPCS).npm run dev or npm run watch: Starts the webpack watcher for React changes, compiling in real-time.npm run build: Compiles production-optimized and minified JavaScript/CSS assets.npm run lint: Runs both JS and PHPCS linters to verify syntax and standard compliance.npm run lint:js: Runs WordPress ESLint/Prettier checks on JavaScript code.npm run lint:php: Runs PHP CodeSniffer standard checks.npm run test: Runs the PHPUnit unit test suite.This plugin is designed to connect to external frontend frameworks, content delivery networks (CDNs), or deployment hosting providers (such as Vercel, Netlify, or custom webhook endpoints) to handle cache revalidation and trigger frontend deploys.
Depending on the Webhook URL and Cache Purge Endpoints configured by the administrator in the settings panel:
* Outgoing HTTP POST requests (containing post metadata, URLs to be purged, and cryptographic signatures) will be sent to the user-specified endpoints when posts/pages are published or modified.
* Default/example placeholders reference Vercel. For more details on these integrations, see:
* Vercel Terms of Service: https://vercel.com/legal/terms
* Vercel Privacy Policy: https://vercel.com/legal/privacy-policy