Join over 150 exhibitors to connect with health-conscious and spiritually aware audiences, showcase your products, and share the latest wellbeing trends at Australia’s largest celebration of healthier, happier lifestyles.

More than just show days, we deliver lasting impact.

We empower Australian businesses to connect face-to-face with potential customers, share expertise, and drive sales in a vibrant, inspiring marketplace.

Exhibiting with us extends your reach beyond the event, providing valuable additional exposure at no extra cost — maximising your presence, ROI, and long-term brand impact.

Who should Exhibit

If you’re a health, wellbeing or spirituality focused business, then our MindBodySpirit Festivals might be the right fit for your business.
Show visitors across Australia annually
0 +

Enquire now:

Submit your info to view the Exhibitor Info Pack

document.addEventListener('DOMContentLoaded', function() { // Prefill URL field with https:// if it's empty var urlField = document.getElementById('form-field-url'); if (urlField) { urlField.addEventListener('focus', function() { if (urlField.value === '') { urlField.value = 'https://'; urlField.setSelectionRange(8, 8); // Place cursor at the end of 'https://' } }); urlField.addEventListener('input', function() { if (!urlField.value.startsWith('https://')) { urlField.value = 'https://'; urlField.setSelectionRange(8, 8); // Place cursor at the end of 'https://' } }); } else { console.error('No element found with the ID form-field-url'); } });