Skip to content

Install & update

Install the plugin

  1. Upload mindfulagent to wp-content/plugins/.
  2. Activate via Plugins.
  3. Run database migrations on first load (Activator).

Build the frontend

The chat UI lives in frontend/ and must be built for production:

cd wp-content/plugins/mindfulagent/frontend
npm install
npm run build

Development with hot reload:

npm run start

First visit

  • Open /mindfulagent/ on your site (see Usage) after activation.
  • Go to MindfulAgent → Settings and add API keys (global / team / personal levels supported).

Updates

  • Re-run npm run build when updating if frontend assets changed.
  • Back up the database before upgrades; plugin uses custom tables with ma_ prefix.