The WordPress plugin that makes React and WordPress talk to each other.
Registers custom post types (testimonials, team_members, faqs) with full REST API exposure.
Configures ACF field groups for each post type automatically.
Handles CORS headers so your React frontend can fetch content cross-origin.
Exposes a health endpoint at /wp-json/overedge/v1/health for connection monitoring.
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 →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
}
}