Skip to content
Free Shipping + 30-Day Money-Back + 1-Yr Warranty + HSA/FSA Eligible Limited Time Offer

App Redirect

 

<script type="text/javascript">
  // Try to open the Vital Neuro app
  window.location = "vitalapp://home";

  // If app is not installed, send to App Store after 2 seconds
  setTimeout(function(){
    window.location = "https://apps.apple.com/us/app/vital-neuro/id1586252327";
  }, 2000);
</script>

<p>If nothing happens, <a href="vitalapp://home">tap here</a> to open the Vital Neuro app.</p>

Go to top