Static JSON Export with CORS Icon Static JSON Export with CORS
A New Standard for Headless WordPress

Serve WordPress posts in
sub-milliseconds.

Serve static JSON feeds via standard WP REST API, or upgrade to PRO for sub-millisecond bypass delivery via a standalone api.php. Bypass WordPress core and DB connections entirely. Safe, lightweight, and easy CORS config.

/wp-json/sjec/v1/feed
Response Speed
180 ms
※ Standard WP REST API
CORS Handshake
PASSED
Allowed Origins
[
  {
    "title": "Ultra-Fast Next.js & WordPress Setup",
    "date": "2026-07-08",
    "description": "Learn how to build a headless WordPress site with Next.js using static JSON feeds...",
    "image": "https://aritrhk.com/wp-content/uploads/2026/07/hero.png",
    "author": "sjec",
    "categories": [
      {
        "name": "Tech",
        "slug": "tech"
      }
    ],
    "tags": [
      {
        "name": "Next.js",
        "slug": "nextjs"
      }
    ],
    "link": "https://aritrhk.com/nextjs-wp-ultra-fast",
    "sortDate": "2026-07-08"
  }
]

Struggling with Headless WordPress?

While standard WP REST API and WPGraphQL are powerful, they introduce severe bottlenecks for modern frontends.

Slow API Response Times

WP API executes DB queries and boots massive PHP frameworks on every single request, resulting in high latency and poor LCP scores.

CORS Setup Headaches

Developers waste hours troubleshooting Access-Control-Allow-Origin blockers and rewriting server configurations.

Database Downtime Under Spikes

High volume requests easily reach maximum DB connections, causing your WordPress site to crash completely.

Bypassing WordPress Core Entirely

Our plugin generates optimized static files that are served independently for extreme performance and stability.

● Standard REST API Route

Boots WP Core on Every Request

Requests boot the heavy WP core, active plugins, and establish active MySQL DB connections, creating massive overhead.

🌐 Frontend
🐘 WP Core
🗄️ Database
● Our Bypass Route

Standalone api.php Endpoint PRO

Exclusive to the PRO version. Generates static JSON on post saves, and external requests retrieve static files directly without starting WP core.

🌐 Frontend
api.php (Static)

Built for Modern Headless Setups

Enjoy your familiar WordPress dashboard while serving sub-millisecond payloads to your users.

Domain-Specific CORS

Simply copy and paste allowed Origin domains into the dashboard whitelist. Zero Nginx/Apache configuration required.

Multi-Post Type Integration (PRO)

Combine regular posts, pages, and any custom post types into a single, unified JSON feed payload effortlessly.

Dynamic Attribute Mapping (PRO)

Inject custom fields or taxonomy terms (names and slugs) dynamically into custom JSON keys of your choice.

Robust Admin UI Engine

Uses parent container event delegation, eliminating event leaks and ensuring robust dynamic field creation.

Choose Your Plan

Start with our robust Free version or unlock unlimited feed structures, payload optimization, and developer Webhooks.

Core (Free)
$0 / Forever
Free to Use

Perfect for personal blogs, staging tests, and small headless setups.


  • Feed Limit: Max 1 Feed
  • CORS Domain Whitelist
  • JSON Payload Minification
  • AND/OR Taxonomy Filters
  • Deploy Webhooks
PRO (Single Site)
$4 / mo
Billed Annually ($48/yr)

For single production website. Includes all premium features.


  • 1 WordPress Site
  • Unlimited JSON Feeds
  • Custom Fields & Taxonomies Mapping
  • AND/OR Taxonomy Filters
  • Deploy Webhooks
RECOMMENDED
PRO (3 Sites)
$9 / mo
Billed Annually ($108/yr)

Perfect for small business, client sites, and multi-tenant setups.


  • 3 WordPress Sites
  • Unlimited JSON Feeds
  • Custom Fields & Taxonomies Mapping
  • AND/OR Taxonomy Filters
  • Deploy Webhooks
PRO (Unlimited)
$16 / mo
Billed Annually ($192/yr)

Ideal for agencies, SaaS platforms, and enterprise-grade workloads.


  • Unlimited Sites
  • Unlimited JSON Feeds
  • Custom Fields & Taxonomies Mapping
  • AND/OR Taxonomy Filters
  • Deploy Webhooks
Checkout, licensing, and automatic plugin updates are securely managed by Freemius. 14-day money-back guarantee. Cancel anytime.
Features & Specifications Free Edition (Core) PRO Edition (Pro)
Max JSON Feeds Max 1 Feed Unlimited
Delivery Performance Standard REST API Bypass Delivery (via api.php)
Target Post Types Single Selection (dropdown) Multiple Selection (checkboxes)
Taxonomy Filter Mode Single Taxonomy Only Multiple (AND / OR Logic)
Custom Taxonomies Support Supported Supported
Output JSON Formatting Pretty Print Only Pretty / Minify Selection
Deployment Webhook Not Supported Supported (per feed)
Dynamic Attribute Mapping (Custom Fields & Taxonomies) Not Supported Supported (Unlimited)
Auto Filename De-duplication Not Required Auto-rename (e.g. feed_2.json)
Multilingual (i18n) Support Supported Supported

Frequently Asked Questions

Everything you need to know about serving static CORS feeds.

In the PRO version, whenever a post or page is saved or updated, the plugin writes pre-compiled JSON files matching your feed settings into the secure uploads folder. When requests hit the standalone endpoint api.php, it maps Origin requests, outputs headers, and sends raw static JSON directly without booting the WordPress core or running MySQL queries, resulting in sub-millisecond response speeds. (The Free version serves static-like JSON dynamically via the standard WP REST API endpoint).
Yes, absolutely. Just add local origins like http://localhost:3000 or http://localhost:8080 inside the CORS Whitelist setting inside your WordPress admin dashboard to fetch data safely during local development.
Whenever static JSON files are updated on your server, the plugin triggers outbound POST calls to specified webhook URLs (e.g. Vercel build hooks, Netlify deploy webhooks, or Next.js On-demand ISR endpoints) to keep your remote application state and CDN caches fresh.

Connect WordPress data with
sub-millisecond static APIs.

Say goodbye to CORS configuration blocks and slow server loading. Get started with Static JSON Export with CORS today.

Icon Static JSON Export
Language
EN | JA
Download Now