ContentSage Connector is the official WordPress companion plugin for the ContentSage SaaS platform operated by Ganda Tech Services Pty Ltd. ContentSage is a hosted service that researches topics, writes long-form blog posts with verified academic citations, and adds relevant internal links by analysing your existing content. This plugin connects your self-hosted WordPress site to your ContentSage account so that posts created in ContentSage are delivered directly into your WordPress editor as native Gutenberg blocks.
The plugin itself does not generate content locally. All AI processing, research, citation verification, and internal-link analysis happen on ContentSage servers; the plugin only receives the finished post payload via an authenticated REST endpoint, converts the supplied HTML to Gutenberg blocks, and creates the WordPress post.
Key Features
How It Works
This plugin connects WordPress to the ContentSage service, a third-party SaaS operated by Ganda Tech Services Pty Ltd (Australia). The service is required for the plugin to function — without an active ContentSage account and API key, the plugin has no content to deliver.
What the service does
ContentSage performs AI research, long-form blog post generation, academic citation verification, and internal-link analysis. These operations cannot reasonably be performed locally on a self-hosted WordPress server: they require large language models, web research, and a vector index of your existing site content, all hosted on the ContentSage backend.
What data is sent to the service
The plugin makes outbound HTTPS requests to https://write-gts.cchk.info (the live ContentSage backend) under the following circumstances:
/api/v1/verify-plugin-key with: the API key, your site_url, your WordPress version, and the plugin version. This is used to validate the key and pair your site to your ContentSage account.The plugin itself does not send post content, user data, page views, or any other tracking information to the ContentSage service. Posts move in the opposite direction: ContentSage pushes finished posts into WordPress via the plugin’s authenticated REST endpoint.
Service URLs
You must agree to the ContentSage Terms of Service and Privacy Policy before using the service.
This plugin’s source code is included in the distributed package — every file under includes/, assets/css/, and assets/js/ is plain, human-readable PHP, CSS, and JavaScript. There are no minified bundles, build artifacts, or compiled assets shipped in this plugin: what you see in the zip is the canonical source.
The plugin is developed and maintained by Ganda Tech Services Pty Ltd. Source code is shipped with each release in this directory; development takes place in a private repository, and any contributor wishing to study, modify, or fork the plugin may do so directly from the released source under the GPL-2.0-or-later licence.
For support, bug reports, or contribution requests, contact us at https://write-gts.cchk.info/support.
This plugin stores your ContentSage API key (encrypted with AES-256-CBC) in wp_options. No personal data, post content, or user activity is transmitted to ContentSage servers by this plugin — the plugin only receives content from the service. The full ContentSage privacy policy (covering the SaaS itself) is published at https://write-gts.cchk.info/privacy.