
內容簡介
Overedge Connector 是一款將 WordPress 內容與 React 前端連接的外掛,能將 WordPress 安裝轉換為完全配置的無頭 CMS,讓 React 應用程式即時獲取內容,並支援多種前端框架。
【主要功能】
• 自動註冊自訂文章類型,如推薦語、團隊成員和常見問題
• 配置進階自訂欄位群組以支援每個文章類型
• 啟用並配置 WordPress REST API 以供無頭使用
• 處理 CORS 標頭以支援跨來源內容獲取
• 提供全站選項面板以管理全域設定
• 暴露健康檢查端點以監控連接狀態
外掛標籤
開發者團隊
原文外掛簡介
Overedge Connector is the bridge between your WordPress content and your React frontend.
Whether you built your site with Lovable, Vite, Next.js, or plain React — Overedge Connector turns your WordPress installation into a fully configured headless CMS that your React app can fetch from instantly.
External Services
This plugin optionally connects to the Overedge platform (https://overedge.dev) to automate the connection setup between your React frontend and WordPress. This connection is initiated manually by the site administrator and can be used without the platform entirely.
The Overedge platform stores only site URLs and plugin health status. No content or personal data is transmitted.
Privacy policy: https://overedge.dev/privacy
Terms of service: https://overedge.dev
What It Does
Once activated, Overedge Connector automatically:
Registers custom post types — Testimonials, Team Members, and FAQs — all exposed via the REST API
Configures Advanced Custom Fields field groups for each post type
Enables and configures the WordPress REST API for headless use
Handles CORS headers so your React frontend can fetch content cross-origin
Creates a site-wide options panel for managing global settings (hero text, stats, CTAs, contact details)
Exposes a health endpoint at /wp-json/overedge/v1/health so your frontend can monitor the connection
Generates a secret key for secure webhook verification
Who Is It For?
Vibe coders building client sites on Lovable who need their clients to manage content independently
Freelance developers tired of rewriting WordPress REST API integrations on every project
Agencies delivering consistent, client-friendly handovers at scale
Works With Any React Frontend
Lovable subdomain (e.g. yoursite.lovable.app)
Custom domain (e.g. yoursite.com)
Next.js, Vite, Create React App — anything React
Works With Any WordPress Setup
Subdomain (e.g. cms.yoursite.com)
Main domain (e.g. yoursite.com)
Subfolder (e.g. yoursite.com/cms)
Shared hosting, VPS, managed WordPress — all supported
Overedge Platform
This plugin works standalone, but connects seamlessly with the Overedge platform (overedge.dev) which provides:
Browser-based connection wizard — no terminal, no VS Code
Auto-generated React integration files (wordpress.ts, useWordPress.ts, cmsData.ts)
Dashboard to manage all connected sites
Health monitoring across all your client sites
Phase 2: Visual customisation — clients control colours, layout, and components from wp-admin
Phase 2: Shortcode → React props mapping — [overedge_hero headline="..."] updates your React component automatically
REST API Endpoints Added
GET /wp-json/overedge/v1/health — Plugin health and site status
POST /wp-json/overedge/v1/configure — Update CORS allowed origin
GET /wp-json/overedge/v1/settings — Site-wide CMS settings
Custom Post Types Registered
overedge_testimonial — with fields: quote, author_name, author_country, destination, avatar
overedge_team_member — with fields: full_name, job_title, bio, photo, destination_focus, linkedin_url
overedge_faqs — with fields: answer, destination, order
All custom post types are exposed via the WordPress REST API and include ACF field support.
Privacy
This plugin does not collect or transmit any personal data. The optional Overedge platform connection only stores site URLs and connection status — never content or user data.
