The Overedge Connector Plugin

The WordPress plugin that makes React and WordPress talk to each other.

What it does

Custom Post Types

Registers custom post types (testimonials, team_members, faqs) with full REST API exposure.

ACF Field Groups

Configures ACF field groups for each post type automatically.

CORS Headers

Handles CORS headers so your React frontend can fetch content cross-origin.

Health Endpoint

Exposes a health endpoint at /wp-json/overedge/v1/health for connection monitoring.

Installation

The plugin is installed automatically when you connect a site via the Overedge dashboard. No manual setup required.

Currently pending approval on wordpress.org. Manual installation available during beta.

View on GitHub →

Health Endpoint

GET /wp-json/overedge/v1/health

{
  "status": "ok",
  "plugin_version": "1.0.0",
  "wordpress_version": "6.9.4",
  "site_name": "Your Site",
  "post_types": {
    "posts": 12,
    "testimonials": 4,
    "team_members": 3,
    "faqs": 7
  }
}

Open Source

The Overedge Connector plugin is open source under GPL v2.

View source on GitHub →

Ready to connect your site?

Get Started →