# Static Publisher Plugin

The Static Publisher WordPress plugin is the admin and control-plane half of the product. It provides configuration screens, status views, diagnostics, queueing, runtime file management, and log visibility, but it does not execute shell commands from PHP. Instead, it writes runtime JSON files that an external Node.js exporter processes.

This design aligns the plugin with WordPress-friendly operational boundaries while still supporting enterprise publishing workflows. The separately installed exporter performs rendered-site crawling, URL rewriting, deployment to S3, and CloudFront invalidation. That means the distributed plugin ZIP can stay focused on WordPress admin concerns, while the execution engine lives on the machine that is actually responsible for automation and deployment.

The product offers a free tier for initial evaluation and paid plans for production-oriented capabilities such as higher limits, support, and team features. See the plugin readme and product documentation for runtime requirements and exporter installation details.