Social networks

What is the Briolight platform?

 

Briolight is an advanced platform for rehabilitation and digital inclusion. Developed by an alliance of Ukrainian universities and companies since 2016.

Global problem: The number of patients with mental and physical disorders in the world is increasing and there are not enough doctors.

The purpose of the platform: to automate and digitize the work of rehabilitation institutions in order to increase their efficiency.

Platform Filling: techniques, interactive devices, and proofing software.

Target Disorders: locomotor system, psyche and intelligence, autism, hearing, sight, language. The solution integrates work with post-acute, post-stroke and post-traumatic disorders.

Target Audience: Designed for children, seniors, and veterans.

Interactive Devices: Up to 10 in one set: interactive floors, interactive sandboxes, touch panels, kinesiology controllers, speech therapy mirrors, metronomes, gyroscopes.

Approval: We have already implemented over 400 successful projects and received a positive therapeutic result in Ukraine.

Commercial Projects Include: Medical Consulting and Engineering.

Spectrum of social projects: scientific research, psychological, inclusive, therapeutic, cultural, creative, educational directions.

You can get more information or a presentation on Briolight equipment:

  • +38 (063) 103 35 35
  • sales@briolight.com

Presentations: English and Ukrainian

Social networks:

BACK

Вас може зацікавити

Ask a question

Thank you foryour request

Our managers will contact you shortly.

OK
document.addEventListener("DOMContentLoaded", function() { const form = document.getElementById("docs"); form.addEventListener("submit", function(e) { e.preventDefault(); const formData = new FormData(form); fetch("/mail.php", { method: "POST", body: formData }) .then(response => { if (response.ok) { // Приховуємо тіло форми та показуємо блок "Дякуємо" form.querySelector(".form__body").style.display = "none"; form.querySelector(".form__thanks").style.display = "block"; } else { alert("Помилка відправки. Спробуйте ще раз."); } }) .catch(error => { console.error('Помилка відправки:', error); alert("Помилка відправки. Спробуйте ще раз."); }); }); });