Description
Ardatech Bridgehead turns your WordPress site into a backend that AI frontend tools — Lovable, Bolt, v0, Cursor, Replit — can build against. Your content, pages, menus, and site structure are available as clean JSON endpoints. Build a modern frontend with AI tools and let WordPress handle the data.
REST API Endpoints (free):
/bridgehead/v1/posts— Published posts with excerpts, dates, images, and categories/bridgehead/v1/posts/{slug}— Single post by slug/bridgehead/v1/pages— All published pages/bridgehead/v1/menus— Primary navigation menu/bridgehead/v1/site-info— Site name, tagline, REST URL, WordPress version, WooCommerce status/bridgehead/v1/health— API health check
All endpoints are public and return structured JSON. No API keys required for read access.
Frontend Sync:
Already have an AI-built frontend? Paste its URL into Ardatech Bridgehead and sync it to your WordPress site. Your visitors see the AI-built frontend instead of your WordPress theme. Works best with simple landing pages, portfolios, and business sites. For complex frontends, Ardatech Bridgehead detects compatibility issues automatically and keeps your original site safe.
Bridgehead Pro:
Bridgehead Pro adds WooCommerce product endpoints, an AI Prompt Generator that creates ready-to-paste prompts from your live site data, multi-site support, and full headless cart and checkout via the WooCommerce Store API. Learn more at https://bridgehead.ardatech.xyz.
External Services
This plugin does not connect to any Ardatech-controlled service.
The plugin includes a sync feature that fetches HTML and asset files from a URL that you provide in the plugin settings — typically a frontend you have built using a third-party AI tool such as Lovable, Bolt, v0, Cursor, or Replit. The plugin only fetches from the URL you explicitly enter, and only when you trigger a sync (manually or via a schedule you configure).
- No data is sent to any third party.
- No telemetry, analytics, or registration calls are made.
- The plugin does not phone home.
Because the URLs you sync from are services you have chosen and configured yourself, please refer to the terms and privacy policies of those services directly.
Installation
- Upload the plugin files to
/wp-content/plugins/ardatech-bridgeheador install directly from the WordPress plugin directory. - Activate the plugin through the Plugins screen.
- Go to the Ardatech Bridgehead Control Panel and click Activate for your domain.
- Your REST API endpoints are immediately available at
/wp-json/bridgehead/v1/. - Open your AI tool, tell it to fetch data from your endpoints, and build your frontend.
FAQ
-
Which AI tools are supported?
-
Lovable, Bolt, v0, Cursor, and Replit. Any tool that can make HTTP requests to a REST API will work.
-
Is this free?
-
Yes. The free version gives you full REST API endpoints for posts, pages, menus, and site info, plus frontend sync for one site. Bridgehead Pro adds WooCommerce endpoints, the AI Prompt Generator, and multi-site support.
-
Does this work with WooCommerce?
-
The free plugin detects WooCommerce and reports its status via the
/site-infoendpoint. Full WooCommerce product endpoints and headless cart/checkout are available in Bridgehead Pro. -
Do I need to know how to code?
-
No. The REST API endpoints work automatically after activation. For the best experience, Bridgehead Pro includes an AI Prompt Generator that creates a ready-to-paste prompt tailored to your site — no coding required.
-
What happens if the frontend sync fails?
-
Ardatech Bridgehead runs a health check after every sync. If it detects that the frontend uses advanced build features that could cause display issues, it keeps your original WordPress site active and shows you exactly what happened. Your site is never left in a broken state.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Ardatech Bridgehead” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ardatech Bridgehead” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Added REST API endpoints: /pages, /menus, /site-info, /posts/{slug}
- Enriched /posts endpoint with excerpt, date, featured image, categories, and pagination
- Added post-sync health check with graceful fallback for Vite-based frontends
- Added Troubleshooting tab in admin dashboard
- Updated readme to reflect API-first architecture
1.0.0
- Initial release