Skip to content

Getting Started

Installation via Plugin Store

To install the Sidekick plugin via the plugin store, follow these steps:

  1. In your site's control panel, visit the Plugin Store page. If you do not see a link to the Plugin Store, be sure you are working in an environment which allows admin changes.

  2. Search for "Sidekick".

  3. Install the plugin titled Sidekick.

Sidekick
Your AI companion for rapid Craft CMS development.

$99

Installation via Console Commands

To install the Sidekick plugin via the console, follow these steps:

  1. Open your terminal and go to your Craft project:
sh
cd /path/to/project
  1. Then tell Composer to load the plugin:
sh
composer require doublesecretagency/craft-sidekick
  1. Then tell Craft to install the plugin:
sh
./craft plugin/install sidekick

Finish installing via Console or Settings page

Alternatively, you can visit the Settings > Plugins page to complete the installation.

If installed via the control panel, you'll be automatically redirected to configure the plugin.