Skip to content

docurest2026-dev/docurest-wordpress-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docurest AI Assistant - WordPress Plugin

Add an AI-powered chat assistant to your WordPress site in under a minute. No coding required.

Powered by Docurest.

Features

  • No-code setup -- paste your widget snippet and you're done
  • Widget customization -- language, theme, and display modes
  • Display mode options -- all pages, homepage only, posts only, or pages only
  • Test connection -- verify your widget key and configuration from the admin panel
  • GDPR compliant -- no personal data collected beyond service functionality

Quick Start

  1. Download and install the plugin (Plugins > Add New > Upload Plugin)
  2. Activate the plugin
  3. Go to Settings > Docurest AI Assistant
  4. Paste your widget snippet from the Docurest Dashboard
  5. Click Save Settings -- the AI chat widget appears on your site

Get Your Widget Snippet

  1. Sign up at docurest.com
  2. Go to Websites and add your WordPress domain
  3. Upload documents for the AI to learn from
  4. Click Embed Code to copy the widget snippet

Plugin Structure

docurest-ai-assistant/
├── docurest-ai-assistant.php      # Main plugin file
├── readme.txt                     # WordPress.org readme
├── uninstall.php                  # Cleanup on deletion
├── LICENSE                        # MIT license
├── includes/
│   ├── class-docurest-plugin.php  # Core bootstrapper
│   ├── class-docurest-admin.php   # Settings page
│   ├── class-docurest-frontend.php# Widget injection (wp_footer)
│   ├── class-docurest-ajax.php    # Test Connection handler
│   ├── admin-script.js            # Snippet parser JS
│   └── admin-style.css            # Settings page styling
└── assets/                        # WordPress.org listing assets

Requirements

  • WordPress 5.8+
  • PHP 7.4+
  • A Docurest account

Documentation

Full integration guide: docurest.com/app/sdks

License

MIT License. See LICENSE for details.

About

Docurest WordPress Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors