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

  1. Download the hq-connector plugin from the WordPress guide
  2. Upload via Plugins → Add New → Upload Plugin
  3. Activate the plugin
  4. Go to Settings → HQ Connector

Shopify

  1. Create a Shopify App in your Partners dashboard
  2. Configure OAuth with read_content and write_content scopes
  3. Add credentials to your Hub .env

Laravel

  1. Install the package: composer require agency/content-connector
  2. Publish config: php artisan vendor:publish --tag=content-connector-config
  3. Run migrations: php artisan migrate
  4. Create a token: php artisan connector:token hub-id

Step 3: Connect the site

  1. In the Hub admin, go to Websites → Create
  2. Enter your site name and base URL
  3. Click Test connection to verify

Step 4: Generate content

  1. Go to Posts → Create
  2. Enter a title and select the target website
  3. Click Generate AI to create content
  4. 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.