Quick Start
Get your React app connected to WordPress in under 10 minutes.
Step 1: Install the WordPress plugin
Install Overedge Connector from wordpress.org:
- Go to your WordPress admin
- Plugins → Add New
- Search: "Overedge Connector"
- Install and Activate
Or install directly from wordpress.org/plugins/overedge-connector.
Step 2: Add your secret key to WordPress
- Sign up at overedge.dev
- Copy your Secret Key from the dashboard
- Open Overedge in your WordPress admin
- Paste your secret key and click Save
Step 3: Get your starter prompt
- Go to overedge.dev/dashboard
- Select your platform (Lovable, Bolt, etc.)
- Select your content types
- Click "Generate Prompt"
- Copy the prompt
Step 4: Paste into your project
Paste the prompt into your vibe coding platform. It automatically:
- Adds the CDN script to your project
- Creates the
useOveredgehook - Wires all your pages to WordPress
- Adds loading and empty states
Step 5: Your client manages content
Your client logs into WordPress and manages all content from wp-admin. Posts, pages, custom content types — everything.
Your React site updates automatically. No code changes. No developer needed.