Title: Decouplix Previews &amp; Smart Purge
Author: Deepak Kumar
Published: <strong>2026년 7월 14일</strong>
Last modified: 2026년 7월 14일

---

플러그인 검색

![](https://ps.w.org/decouplix/assets/banner-772x250.jpg?rev=3606994)

![](https://ps.w.org/decouplix/assets/icon-256x256.jpg?rev=3606968)

# Decouplix Previews & Smart Purge

 작성자: [Deepak Kumar](https://profiles.wordpress.org/iamchitti/)

[다운로드](https://downloads.wordpress.org/plugin/decouplix.0.1.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/decouplix/#description)
 * [평가](https://ko.wordpress.org/plugins/decouplix/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/decouplix/#installation)
 * [개발](https://ko.wordpress.org/plugins/decouplix/#developers)

 [지원](https://wordpress.org/support/plugin/decouplix/)

## 설명

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.

### Key Features

 * **Settings Panel:** A React-powered settings panel built using native WordPress
   component styling.
 * **Webhook Triggering:** Fires webhook payloads to decoupled frontend when posts
   are published/modified.
 * **Revalidation Queue:** Uses a queue system (Action Scheduler with standard WP
   Cron fallback) to send webhooks asynchronously.
 * **Smart Cache Invalidation:** Automatically invalidates cached frontend URLs 
   when related content changes.
 * **Headless Previews:** Directs the classic/Gutenberg preview button to target
   the frontend API route securely.
 * **WP-CLI Commands:** Automate webhooks, purging, and configuration checks from
   the command line.

### Prerequisites

 * Node.js (version specified in .nvmrc)
 * Composer (v2)
 * PHP 7.4 or later

### Local Setup

 1. Clone the repository into your WordPress plugins folder (`/wp-content/plugins/`).
 2. Run `npm install` to install local JavaScript build tools and dependencies.
 3. Run `composer install` to install PHP development tools (PHPUnit, PHPCS).

### Build Scripts

 * `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.

### Testing & Linting

 * `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.

### External Services

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

## 스크린샷

[⌊React-powered Decouplix settings dashboard with clean, horizontal settings alignment.⌉⌊
React-powered Decouplix settings dashboard with clean, horizontal settings alignment
.⌉[

React-powered Decouplix settings dashboard with clean, horizontal settings alignment.

[⌊Setting configuration details for Webhook URL, Webhook Secret, and Cache Purge
Endpoints.⌉⌊Setting configuration details for Webhook URL, Webhook Secret, and Cache
Purge Endpoints.⌉[

Setting configuration details for Webhook URL, Webhook Secret, and Cache Purge Endpoints.

[⌊Secure Live Draft Preview routing workflow from the Gutenberg editor.⌉⌊Secure 
Live Draft Preview routing workflow from the Gutenberg editor.⌉[

Secure Live Draft Preview routing workflow from the Gutenberg editor.

[⌊Custom WP-CLI wp decouplix command suite for advanced administration.⌉⌊Custom 
WP-CLI wp decouplix command suite for advanced administration.⌉[

Custom WP-CLI `wp decouplix` command suite for advanced administration.

## 설치

 1. Upload the plugin directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Navigate to **Settings > Decouplix** to configure your front-end URL, webhook secrets,
    and cache configuration.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Decouplix Previews & Smart Purge”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ Deepak Kumar ](https://profiles.wordpress.org/iamchitti/)

[자국어로 “Decouplix Previews & Smart Purge”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/decouplix)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/decouplix/)는, [SVN 저장소](https://plugins.svn.wordpress.org/decouplix/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/decouplix/)을
[RSS](https://plugins.trac.wordpress.org/log/decouplix/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.1.4

 * Update banner assets to reflect Decouplix branding.

#### 0.1.3

 * Cleanup development and test configuration files from release package.

#### 0.1.2

 * Fix generic option, constant, and asset prefixes (changed ‘hc’ prefix to ‘decouplix’).

#### 0.1.1

 * Rename plugin to Decouplix Previews & Smart Purge.
 * Update documentation for public GitHub repository and external integrations.

#### 0.1.0

 * Initial release.
 * Bootstrap plugin foundation and namespaced PSR-4 autoloader.
 * React-powered settings panel using native WordPress components.
 * Secure REST API endpoints for configuration management.
 * Webhook trigger system on post status transitions.
 * Background revalidation queue using Action Scheduler (with WP-Cron fallback).
 * HMAC-SHA256 cryptographic signing of outgoing payloads.
 * Smart Cache Invalidation mapping related URLs for posts and term updates.
 * Secure live draft preview routing and authentication callback system.
 * WPGraphQL extensions supporting preview schema.
 * Custom WP-CLI `wp decouplix` administration namespace.
 * GitHub Actions CI workflows for automated linting, testing, and release bundling.

The plugin is actively developed and maintained at: https://github.com/i-am-chitti/
decouplix

We welcome contributions to Decouplix! Follow these instructions to set up the plugin
for local development:

## 기초

 *  버전 **0.1.4**
 *  최근 업데이트: **2일 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/decouplix/)
 * 태그:
 * [decoupled](https://ko.wordpress.org/plugins/tags/decoupled/)[headless](https://ko.wordpress.org/plugins/tags/headless/)
   [nextjs](https://ko.wordpress.org/plugins/tags/nextjs/)[Purge](https://ko.wordpress.org/plugins/tags/purge/)
   [webhook](https://ko.wordpress.org/plugins/tags/webhook/)
 *  [고급 보기](https://ko.wordpress.org/plugins/decouplix/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/decouplix/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/decouplix/reviews/)

## 기여자

 *   [ Deepak Kumar ](https://profiles.wordpress.org/iamchitti/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/decouplix/)