Quick Start
Get connected in under 5 minutes.
Step 1: Create your account
Go to the Hub and create a free account. You'll get 1 website, 3 AI generations, and 10 posts per month.
Step 2: Install the connector
WordPress
- Download the
hq-connectorplugin from the WordPress guide - Upload via Plugins → Add New → Upload Plugin
- Activate the plugin
- Go to Settings → HQ Connector
Shopify
- Create a Shopify App in your Partners dashboard
- Configure OAuth with
read_contentandwrite_contentscopes - Add credentials to your Hub
.env
Laravel
- Install the package:
composer require agency/content-connector - Publish config:
php artisan vendor:publish --tag=content-connector-config - Run migrations:
php artisan migrate - Create a token:
php artisan connector:token hub-id
Step 3: Connect the site
- In the Hub admin, go to Websites → Create
- Enter your site name and base URL
- Click Test connection to verify
Step 4: Generate content
- Go to Posts → Create
- Enter a title and select the target website
- Click Generate AI to create content
- Review, then click Sync to node to publish
That's it!
Your content is now live on the connected site. The Hub will track sync status, media uploads, and any errors.