WP Manifestindependent plugin directory
manifest / ai / assistant

CoachPro AI Assistant

Complete AI Coaching Assistant — chat, projects, assistants, credits, payments. 100% WordPress native.

by nuzwa269 · github.com/nuzwa269/assistant · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nuzwa269/assistant/archive/refs/heads/main.zip

Complete AI Coaching Assistant — chat, projects, assistants, credits, payments. 100% WordPress native. No Supabase required.

Description

CoachPro AI Assistant is a fully self-hosted WordPress plugin that brings AI coaching to your WordPress site. Features include:

  • Multi-model AI Chat (OpenAI, Anthropic, OpenRouter)
  • Projects and Conversations management
  • Custom and prebuilt AI Assistants
  • Credits and Subscription Plans (free/basic/pro)
  • Manual Payments (JazzCash, EasyPaisa, Bank Transfer)
  • Admin panel with full CRUD for all entities
  • Shortcode-based frontend — embed anywhere

Installation

  1. Upload the coachpro-ai-assistant folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to CoachPro AI > Settings and enter your API keys
  4. Add the shortcode [coachpro] to any page

Shortcodes

  • [coachpro] — Full app
  • [coachpro_dashboard] — Dashboard
  • [coachpro_chat] — Chat interface
  • [coachpro_projects] — Projects list
  • [coachpro_assistants] — Assistants
  • [coachpro_saved] — Saved Responses
  • [coachpro_buy_credits] — Buy Credits / Plans
  • [coachpro_settings] — Profile Settings
  • [coachpro_login] — Login Form
  • [coachpro_register] — Register Form
  • [coachpro_transactions] — Credit History

Frequently Asked Questions

Which AI providers are supported?

OpenAI (GPT-4o, etc.), Anthropic (Claude), and OpenRouter.

Is Supabase required?

No. Everything runs on WordPress + MySQL.

Changelog

1.0.0

  • Initial release — full WordPress-native implementation.