by timothyolu
0 (0 reviews)
Overedge Connector
Connect your WordPress site to any React or Lovable-built frontend as a headless CMS — in minutes.
Compatible with WP 6.9.4
v1.1.0
Current Version v1.1.0
Updated 6 days ago
Last Update on 11 Apr, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#47,117
—
No change
Active Installs
0+
—
No change
KW Avg Position
47.7
—
No change
Downloads
136
+1 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 10
0+
10+
16,302
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 6 more installs to reach 10+
Rank Changes
Current
#47,117
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| lovable | 1 | — | Tag | 3 weeks ago |
| vite | 38 | — | Tag | 3 weeks ago |
| headless | 104 | — | Tag | 3 weeks ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1.0
- Last Updated
- Apr 11, 2026
- Requires WP
- 5.8+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- timothyolu
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Overedge Connector
Yes. The plugin works standalone. It registers custom post types, configures the REST API, and handles CORS. You can connect any React frontend manually using the REST API endpoints. The Overedge platform (overedge.dev) automates the connection setup and generates the React integration files for you — but it is optional.
No. Overedge works with any React frontend on any hosting — Lovable, Vercel, Netlify, custom servers, or static hosting. Both subdomains and custom domains are supported.
No. The plugin works on any WordPress URL — a subdomain (cms.yoursite.com), a main domain (yoursite.com), or a subfolder (yoursite.com/cms).
ACF field groups are registered programmatically using acf_add_local_field_group(). If ACF (free or Pro) is installed, the field groups appear automatically. If ACF is not installed, the custom post types still work via the REST API — you just won't have the structured ACF fields.
On activation, the plugin allows all origins by default so your React app can connect during setup. Once you connect via the Overedge platform, the allowed origin is updated to your specific React frontend URL only. You can also set the allowed origin manually via the configure endpoint: POST /wp-json/overedge/v1/configure with header X-Overedge-Secret: [your secret key] (legacy X-Overco-Secret is still accepted)
The secret key is auto-generated on plugin activation and stored as a WordPress option. You can retrieve it via WP-CLI: wp option get overedge_secret_key
Yes. The REST API endpoints are excluded from page caching by default on most caching plugins. If you experience issues, add /wp-json/ to your caching plugin's exclusion list.
Single site support only in version 1.0. Multisite support is planned for a future release.
Visit overedge.dev or open an issue at https://github.com/timolumide1/overedge-connector