Welcome to MindfulDocs¶
The official documentation hub for Mindful Design WordPress plugins. Use the sidebar or search to find guides for each product.
Plugins overview¶
| Plugin | Version | Best for | Requirements |
|---|---|---|---|
| MindfulMedia | 2.19.4 | Video/audio libraries, courses, membership media | WP 5.8+, PHP 7.4+ |
| MindfulGiftAid | 1.2.0 | UK charities using WooCommerce donations | WooCommerce |
| MindfulSubscriptions | 1.0.0 | Delayed subscription start, payment holidays | WooCommerce + WooCommerce Subscriptions |
| MindfulAttendance | 4.1.1 | Course attendance (LMS + QR + CSV) | Edwiser Bridge and/or LearnDash |
| MindfulEvents Calendar | 1.8.32 | TEC add-on: teachers, centres, imports | The Events Calendar |
| MindfulSEO | 1.0.0 | AI SEO at scale, audits, keywords | Rank Math or Yoast recommended |
| MindfulAgent | 1.4.21 | AI agents, chat, knowledge bases | WP 6.0+, PHP 8.1+ |
| Mindful Content Studio | 1.2.7 | AI content + social from chat | WP 6.0+, PHP 8.0+ |
Versions match the current plugin headers used for this documentation pass. Always confirm against GitHub releases before upgrading production sites.
Works together¶
Many sites combine WooCommerce plugins: MindfulGiftAid, MindfulSubscriptions, and MindfulAttendance (with LMS enrolments). MindfulEvents Calendar stacks with The Events Calendar and optionally Filter Bar.
Need help?¶
- Search — Use the search box above (MkDocs Material).
- GitHub — MindfulDesign-me organisation.
- Support — support@mindfuldesign.me
Local development¶
cd mindfuldocs
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve
Open http://127.0.0.1:8000. Deploy with mkdocs gh-deploy when using GitHub Pages.