Static Page Publisher allows you to deploy static landing pages to your WordPress site automatically via REST API.
Features:
* Generate a secure access token for API requests.
* Upload and deploy a base64-encoded ZIP containing your landing page.
* Front page is dynamically replaced with uploaded content.
* Easily view and share your API base URL for integration.
REST API Endpoints:
* GET /wp-json/static-page-publisher/v1/verify-token — Verify if a token is valid.
* POST /wp-json/static-page-publisher/v1/update-landing — Upload and deploy a base64-encoded ZIP as the new landing page.
Ideal for teams automating content deployment from Figma, design systems, or CI/CD pipelines.






